Static

SCPI Commands

CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:EPSK:PVTime:UPPer:FEDGe<FallingEdge>: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(fallingEdge=<FallingEdge.Default: -1>)StaticStruct[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:EPSK:PVTime:UPPer:FEDGe<nr>:STATic
value: StaticStruct = driver.configure.multiEval.limit.epsk.powerVsTime.upper.fallingEdge.static.get(fallingEdge = repcap.FallingEdge.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 fallingEdge

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

return

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

set(structure: RsCmwGsmMeas.Implementations.Configure_.MultiEval_.Limit_.Epsk_.PowerVsTime_.Upper_.FallingEdge_.Static.Static.StaticStruct, fallingEdge=<FallingEdge.Default: -1>)None[source]
# SCPI: CONFigure:GSM:MEASurement<Instance>:MEValuation:LIMit:EPSK:PVTime:UPPer:FEDGe<nr>:STATic
driver.configure.multiEval.limit.epsk.powerVsTime.upper.fallingEdge.static.set(value = [PROPERTY_STRUCT_NAME](), fallingEdge = repcap.FallingEdge.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 fallingEdge

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