Mpoint<MeasPoint>

RepCap Settings

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

SCPI Commands

CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:QAM<QamOrder>:SSWitching: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:

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

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

get(qamOrder=<QamOrder.Default: -1>, measPoint=<MeasPoint.Default: -1>)MpointStruct[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:QAM<ModOrder>:SSWitching:MPOint<nr>
value: MpointStruct = driver.configure.multiEval.limit.qam.sswitching.mpoint.get(qamOrder = repcap.QamOrder.Default, measPoint = repcap.MeasPoint.Default)

Define and activate a limit line for the modulation schemes 8PSK and 16-QAM for a certain frequency offset. The specified limits apply at the reference power values defined by method RsCmwGsmMeas.Configure.MultiEval.Limit.Epsk.Sswitching. plevel and method RsCmwGsmMeas.Configure.MultiEval.Limit.Qam.Sswitching.Plevel.set. Between the reference power values the limits are determined by linear interpolation.

param qamOrder

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

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_.Qam_.Sswitching_.Mpoint.Mpoint.MpointStruct, qamOrder=<QamOrder.Default: -1>, measPoint=<MeasPoint.Default: -1>)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:QAM<ModOrder>:SSWitching:MPOint<nr>
driver.configure.multiEval.limit.qam.sswitching.mpoint.set(value = [PROPERTY_STRUCT_NAME](), qamOrder = repcap.QamOrder.Default, measPoint = repcap.MeasPoint.Default)

Define and activate a limit line for the modulation schemes 8PSK and 16-QAM for a certain frequency offset. The specified limits apply at the reference power values defined by method RsCmwGsmMeas.Configure.MultiEval.Limit.Epsk.Sswitching. plevel and method RsCmwGsmMeas.Configure.MultiEval.Limit.Qam.Sswitching.Plevel.set. Between the reference power values the limits are determined by linear interpolation.

param structure

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

param qamOrder

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

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.qam.sswitching.mpoint.clone()