Plevel

SCPI Commands

CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:QAM<QamOrder>:SSWitching:PLEVel
class Plevel[source]

Plevel commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class PlevelStruct[source]

Structure for setting input parameters. Fields:

  • Enable: List[bool]: No parameter help available

  • Power_Level: List[float]: No parameter help available

get(qamOrder=<QamOrder.Default: -1>)PlevelStruct[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:QAM<ModOrder>:SSWitching:PLEVel
value: PlevelStruct = driver.configure.multiEval.limit.qam.sswitching.plevel.get(qamOrder = repcap.QamOrder.Default)

Define and activate reference power values for the modulation schemes 8PSK and 16-QAM. These values are relevant in the context of CONFigure:GSM:MEAS<i>:MEValuation:LIMit:GMSK:SSWitching:MPOint<no> and CONFigure:GSM:MEAS<i>:MEValuation:LIMit:QAM<m>:SSWitching:MPOint<no>.

param qamOrder

optional repeated capability selector. Default value: Nr16 (settable in the interface ‘Qam’)

return

structure: for return value, see the help for PlevelStruct structure arguments.

set(structure: RsCmwGsmMeas.Implementations.Configure_.MultiEval_.Limit_.Qam_.Sswitching_.Plevel.Plevel.PlevelStruct, qamOrder=<QamOrder.Default: -1>)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:QAM<ModOrder>:SSWitching:PLEVel
driver.configure.multiEval.limit.qam.sswitching.plevel.set(value = [PROPERTY_STRUCT_NAME](), qamOrder = repcap.QamOrder.Default)

Define and activate reference power values for the modulation schemes 8PSK and 16-QAM. These values are relevant in the context of CONFigure:GSM:MEAS<i>:MEValuation:LIMit:GMSK:SSWitching:MPOint<no> and CONFigure:GSM:MEAS<i>:MEValuation:LIMit:QAM<m>:SSWitching:MPOint<no>.

param structure

for set value, see the help for PlevelStruct structure arguments.

param qamOrder

optional repeated capability selector. Default value: Nr16 (settable in the interface ‘Qam’)