Sswitching

SCPI Commands

CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:GMSK: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:GMSK:SSWitching:PLEVel
value: PlevelStruct = driver.configure.multiEval.limit.gmsk.sswitching.get_plevel()

Defines and activates reference power values for the modulation scheme GMSK. These values are relevant in the context of CONFigure:GSM:MEAS<i>:MEValuation:LIMit:GMSK:SSWitching:MPOint<no>.

return

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

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

Defines and activates reference power values for the modulation scheme GMSK. These values are relevant in the context of CONFigure:GSM:MEAS<i>:MEValuation:LIMit:GMSK: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.gmsk.sswitching.clone()

Subgroups