Smodulation

SCPI Commands

CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:GMSK:SMODulation:RPOWer
class Smodulation[source]

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

class RpowerStruct[source]

Structure for reading output parameters. Fields:

  • Minimum: float: numeric Low reference power value Range: 0 dBm to 43 dBm, Unit: dBm

  • Maximum: float: numeric High reference power value Range: 0 dBm to 43 dBm, Unit: dBm

get_rpower()RpowerStruct[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:GMSK:SMODulation:RPOWer
value: RpowerStruct = driver.configure.multiEval.limit.gmsk.smodulation.get_rpower()

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

return

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

set_rpower(value: RsCmwGsmMeas.Implementations.Configure_.MultiEval_.Limit_.Gmsk_.Smodulation.Smodulation.RpowerStruct)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:GMSK:SMODulation:RPOWer
driver.configure.multiEval.limit.gmsk.smodulation.set_rpower(value = RpowerStruct())

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

param value

see the help for RpowerStruct structure arguments.

Cloning the Group

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

Subgroups