Sswitching

SCPI Commands

CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:EPSK:SSWitching:PLEVel
class Sswitching[source]

Sswitching commands group definition. 2 total commands, 1 Sub-groups, 1 group commands

class PlevelStruct[source]

Structure for reading output parameters. Fields:

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

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

get_plevel()PlevelStruct[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:EPSK:SSWitching:PLEVel
value: PlevelStruct = driver.configure.multiEval.limit.epsk.sswitching.get_plevel()

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>.

return

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

set_plevel(value: RsCmwGsmMeas.Implementations.Configure_.MultiEval_.Limit_.Epsk_.Sswitching.Sswitching.PlevelStruct)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:EPSK:SSWitching:PLEVel
driver.configure.multiEval.limit.epsk.sswitching.set_plevel(value = PlevelStruct())

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 value

see the help for PlevelStruct structure arguments.

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.multiEval.limit.epsk.sswitching.clone()

Subgroups