Maximum
SCPI Commands :
READ:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:TRACe:CDERror:EDPCch:MAXimum
FETCh:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:TRACe:CDERror:EDPCch:MAXimum
- class MaximumCls[source]
Maximum 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:CDERror:EDPCch:MAXimum value: List[float] = driver.wcdmaMeas.multiEval.carrier.trace.cdError.edpcch.maximum.fetch(carrier = repcap.Carrier.Default)
Returns the values of the RMS CDE vs slot traces for the HS-DPCCH and the E-DPCCH. Each current value is averaged over a half-slot or a full-slot, depending on the measurement period (see method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval. Mperiod.modulation) . The number of results depends on the measurement length (see method RsCMPX_WcdmaMeas.Configure. WcdmaMeas.MultiEval.msCount) . The results of the current, average, maximum and standard deviation traces can be retrieved. The standard deviation traces 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:
edpcch: RMS CDE trace results, one result per measured slot or half-slot.
- read(carrier=Carrier.Default) List[float][source]
# SCPI: READ:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:TRACe:CDERror:EDPCch:MAXimum value: List[float] = driver.wcdmaMeas.multiEval.carrier.trace.cdError.edpcch.maximum.read(carrier = repcap.Carrier.Default)
Returns the values of the RMS CDE vs slot traces for the HS-DPCCH and the E-DPCCH. Each current value is averaged over a half-slot or a full-slot, depending on the measurement period (see method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval. Mperiod.modulation) . The number of results depends on the measurement length (see method RsCMPX_WcdmaMeas.Configure. WcdmaMeas.MultiEval.msCount) . The results of the current, average, maximum and standard deviation traces can be retrieved. The standard deviation traces 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:
edpcch: RMS CDE trace results, one result per measured slot or half-slot.