Mpoint<MeasPoint>

RepCap Settings

# Range: Nr1 .. Nr20
rc = driver.configure.multiEval.limit.gmsk.smodulation.mpoint.repcap_measPoint_get()
driver.configure.multiEval.limit.gmsk.smodulation.mpoint.repcap_measPoint_set(repcap.MeasPoint.Nr1)

SCPI Commands

CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:GMSK:SMODulation:MPOint<MeasPoint>
class Mpoint[source]

Mpoint commands group definition. 1 total commands, 0 Sub-groups, 1 group commands Repeated Capability: MeasPoint, default value after init: MeasPoint.Nr1

class MpointStruct[source]

Structure for setting input parameters. Fields:

  • Min_Pow_Level_Rel: float: numeric Relative power limit applicable below the low reference power Range: -120 dB to 31.5 dB, Unit: dB

  • Max_Pow_Level_Rel: float: numeric Relative power limit applicable above the high reference power Range: -120 dB to 31.5 dB, Unit: dB

  • Abs_Power_Level: float: numeric Alternative absolute power limit. If the relative limits are tighter than the absolute limit, the latter applies. Range: -120 dBm to 31.5 dBm, Unit: dBm

  • Enable: bool: OFF | ON ON: Enable limits for the given no OFF: Disable limits for the given no

get(measPoint=<MeasPoint.Default: -1>)MpointStruct[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:GMSK:SMODulation:MPOint<nr>
value: MpointStruct = driver.configure.multiEval.limit.gmsk.smodulation.mpoint.get(measPoint = repcap.MeasPoint.Default)

Defines and activates a limit line for the modulation scheme GMSK for a certain frequency offset. The specified limits apply above the high power reference value and below the low power reference value defined by method RsCmwGsmMeas. Configure.MultiEval.Limit.Gmsk.Smodulation.rpower. Between the two reference power values, the limits are determined by linear interpolation.

param measPoint

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

return

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

set(structure: RsCmwGsmMeas.Implementations.Configure_.MultiEval_.Limit_.Gmsk_.Smodulation_.Mpoint.Mpoint.MpointStruct, measPoint=<MeasPoint.Default: -1>)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:GMSK:SMODulation:MPOint<nr>
driver.configure.multiEval.limit.gmsk.smodulation.mpoint.set(value = [PROPERTY_STRUCT_NAME](), measPoint = repcap.MeasPoint.Default)

Defines and activates a limit line for the modulation scheme GMSK for a certain frequency offset. The specified limits apply above the high power reference value and below the low power reference value defined by method RsCmwGsmMeas. Configure.MultiEval.Limit.Gmsk.Smodulation.rpower. Between the two reference power values, the limits are determined by linear interpolation.

param structure

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

param measPoint

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

Cloning the Group

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