Static

SCPI Commands

CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:GMSK:PVTime:UPPer: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 and end time of the area Range: -50 µs to 600 µs, Unit: s

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

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

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

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

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

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

get(usefulPart=<UsefulPart.Default: -1>)StaticStruct[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:GMSK:PVTime:UPPer:UPARt<nr>:STATic
value: StaticStruct = driver.configure.multiEval.limit.gmsk.powerVsTime.upper.upart.static.get(usefulPart = repcap.UsefulPart.Default)

These commands define and activate upper limit lines for the measured power vs. time. The lines apply to the modulation schemes GMSK, 8PSK (EPSK) or 16-QAM (QAM16) . Each line consists of three sections: rising edge (REDGe) , useful part (UPARt) and falling edge (FEDGe) . Each section consists of several areas for which relative and absolute limits can be defined (if both are defined the higher limit overrules the lower one) .

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_.Gmsk_.PowerVsTime_.Upper_.Upart_.Static.Static.StaticStruct, usefulPart=<UsefulPart.Default: -1>)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:GMSK:PVTime:UPPer:UPARt<nr>:STATic
driver.configure.multiEval.limit.gmsk.powerVsTime.upper.upart.static.set(value = [PROPERTY_STRUCT_NAME](), usefulPart = repcap.UsefulPart.Default)

These commands define and activate upper limit lines for the measured power vs. time. The lines apply to the modulation schemes GMSK, 8PSK (EPSK) or 16-QAM (QAM16) . Each line consists of three sections: rising edge (REDGe) , useful part (UPARt) and falling edge (FEDGe) . Each section consists of several areas for which relative and absolute limits can be defined (if both are defined the higher limit overrules the lower one) .

param structure

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

param usefulPart

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