Tmode

SCPI Commands :

CONFigure:LTE:MEASurement<Instance>:MEValuation:TMODe:SCOunt
CONFigure:LTE:MEASurement<Instance>:MEValuation:TMODe:ENPower
CONFigure:LTE:MEASurement<Instance>:MEValuation:TMODe:RLEVel
class TmodeCls[source]

Tmode commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_envelope_power() List[float][source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:TMODe:ENPower
value: List[float] = driver.configure.lteMeas.multiEval.tmode.get_envelope_power()

Defines the expected nominal power values for all entries of the TPC Mode list. For the definition of the corresponding subframe count values, see method RsCMPX_LteMeas.Configure.LteMeas.MultiEval.Tmode.scount.

return:

exp_nom_pow: Comma-separated list of 16 values, for list entry number 0 to 15 The range of the expected nominal power can be calculated as follows: Range (Expected Nominal Power) = Range (Input Power) + External Attenuation - User Margin The input power range is stated in the specifications document.

get_rlevel() List[float][source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:TMODe:RLEVel
value: List[float] = driver.configure.lteMeas.multiEval.tmode.get_rlevel()

Queries the reference level for all entries of the TPC Mode list. The reference level is calculated from the expected nominal power of each entry and the user margin.

return:

reference_level: Comma-separated list of 16 values, for list entry number 0 to 15 The range of the reference levels can be calculated as follows: Range (Reference Level) = Range (Input Power) + External Attenuation The input power range is stated in the specifications document.

get_scount() List[int][source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:TMODe:SCOunt
value: List[int] = driver.configure.lteMeas.multiEval.tmode.get_scount()

Defines the subframe counts for all entries of the TPC Mode list. For the definition of the corresponding expected nominal power values, see method RsCMPX_LteMeas.Configure.LteMeas.MultiEval.Tmode.envelopePower.

return:

sub_frame_count: Comma-separated list of 16 values, for list entry number 0 to 15

set_envelope_power(exp_nom_pow: List[float]) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:TMODe:ENPower
driver.configure.lteMeas.multiEval.tmode.set_envelope_power(exp_nom_pow = [1.1, 2.2, 3.3])

Defines the expected nominal power values for all entries of the TPC Mode list. For the definition of the corresponding subframe count values, see method RsCMPX_LteMeas.Configure.LteMeas.MultiEval.Tmode.scount.

param exp_nom_pow:

Comma-separated list of 16 values, for list entry number 0 to 15 The range of the expected nominal power can be calculated as follows: Range (Expected Nominal Power) = Range (Input Power) + External Attenuation - User Margin The input power range is stated in the specifications document.

set_scount(sub_frame_count: List[int]) None[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:MEValuation:TMODe:SCOunt
driver.configure.lteMeas.multiEval.tmode.set_scount(sub_frame_count = [1, 2, 3])

Defines the subframe counts for all entries of the TPC Mode list. For the definition of the corresponding expected nominal power values, see method RsCMPX_LteMeas.Configure.LteMeas.MultiEval.Tmode.envelopePower.

param sub_frame_count:

Comma-separated list of 16 values, for list entry number 0 to 15