StandardDev
SCPI Commands :
READ:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:TRACe:PSTeps:SDEViation
FETCh:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:TRACe:PSTeps:SDEViation
- class StandardDevCls[source]
StandardDev commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- fetch(carrier=Carrier.Default) List[float][source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:TRACe:PSTeps:SDEViation value: List[float] = driver.wcdmaMeas.multiEval.carrier.trace.psteps.standardDev.fetch(carrier = repcap.Carrier.Default)
Returns the values of the UE power step traces for up to 120 slots. Each power step is calculated as the difference between the UE power of a half-slot or full-slot and the preceding half-slot or full-slot, depending on the measurement period (see method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval.Mperiod.modulation) . As there is no previous slot / halfslot for slot 0, the first returned power step value equals NCAP. The number of results depends on the measurement length (see method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval.msCount) . The results of the current, average, minimum, maximum and standard deviation traces can be retrieved. The minimum and standard deviation trace cannot be displayed at the GUI.
Suppressed linked return values: reliability
- param carrier:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Carrier’)
- return:
power_steps: One result per measured slot or halfslot
- read(carrier=Carrier.Default) List[float][source]
# SCPI: READ:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:TRACe:PSTeps:SDEViation value: List[float] = driver.wcdmaMeas.multiEval.carrier.trace.psteps.standardDev.read(carrier = repcap.Carrier.Default)
Returns the values of the UE power step traces for up to 120 slots. Each power step is calculated as the difference between the UE power of a half-slot or full-slot and the preceding half-slot or full-slot, depending on the measurement period (see method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval.Mperiod.modulation) . As there is no previous slot / halfslot for slot 0, the first returned power step value equals NCAP. The number of results depends on the measurement length (see method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval.msCount) . The results of the current, average, minimum, maximum and standard deviation traces can be retrieved. The minimum and standard deviation trace cannot be displayed at the GUI.
Suppressed linked return values: reliability
- param carrier:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Carrier’)
- return:
power_steps: One result per measured slot or halfslot