Static

SCPI Commands

CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:QAM<QamOrder>:PVTime:LOWer:UPARt<UsefulPart>:STATic
class Static[source]

Static commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class StaticStruct[source]

Structure for setting input parameters. Fields:

  • Time_Start: float: numeric Start time of the area Range: -50 µs to 600 µs, Unit: s

  • Time_End: float: numeric End time of the area Range: -50 µs to 600 µs, Unit: s

  • Rel_Lev_Start: float: numeric Start level of the relative limit for the area Range: -100 dB to 10 dB, Unit: dB

  • Rel_Lev_End: float: numeric End level of the relative limit for the area Range: -100 dB to 10 dB, Unit: dB

  • Abs_Lev_Start: float or bool: numeric | ON | OFF Start level of the absolute limit for the area Range: -100 dBm to 10 dBm, Unit: dBm Additional parameters: OFF | ON (disables start and end level | enables start and end level using the previous/default values)

  • Abs_Lev_End: float or bool: numeric | ON | OFF End level of the absolute limit for the area Range: -100 dBm to 10 dBm, Unit: dBm Additional parameters: OFF | ON (disables start and end level | enables start and end level using the previous/default values)

  • Enable: bool: OFF | ON ON: Enable area no OFF: Disable area no

get(qamOrder=<QamOrder.Default: -1>, usefulPart=<UsefulPart.Default: -1>)StaticStruct[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:QAM<ModOrder>:PVTime:LOWer:UPARt<nr>:STATic
value: StaticStruct = driver.configure.multiEval.limit.qam.powerVsTime.lower.upart.static.get(qamOrder = repcap.QamOrder.Default, usefulPart = repcap.UsefulPart.Default)

These commands define and activate lower limit lines for the measured power vs. time. The lines apply to the ‘useful part’ of a burst for modulation schemes GMSK, 8PSK (EPSK) or 16-QAM (QAM16) . Each line can consist of several areas for which relative and absolute limits can be defined (if both are defined the lower limit overrules the higher one) .

param qamOrder

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

param usefulPart

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

return

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

set(structure: RsCmwGsmMeas.Implementations.Configure_.MultiEval_.Limit_.Qam_.PowerVsTime_.Lower_.Upart_.Static.Static.StaticStruct, qamOrder=<QamOrder.Default: -1>, usefulPart=<UsefulPart.Default: -1>)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:QAM<ModOrder>:PVTime:LOWer:UPARt<nr>:STATic
driver.configure.multiEval.limit.qam.powerVsTime.lower.upart.static.set(value = [PROPERTY_STRUCT_NAME](), qamOrder = repcap.QamOrder.Default, usefulPart = repcap.UsefulPart.Default)

These commands define and activate lower limit lines for the measured power vs. time. The lines apply to the ‘useful part’ of a burst for modulation schemes GMSK, 8PSK (EPSK) or 16-QAM (QAM16) . Each line can consist of several areas for which relative and absolute limits can be defined (if both are defined the lower limit overrules the higher one) .

param structure

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

param qamOrder

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

param usefulPart

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