Average

SCPI Commands :

READ:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:TRACe:CDERror:DPDCh:AVERage
FETCh:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:TRACe:CDERror:DPDCh:AVERage
class AverageCls[source]

Average 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:DPDCh:AVERage
value: List[float] = driver.wcdmaMeas.multiEval.carrier.trace.cdError.dpdch.average.fetch(carrier = repcap.Carrier.Default)

Returns the values of the RMS CDE vs slot traces for the DPCCH and the DPDCH. 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:

dpdch: 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:DPDCh:AVERage
value: List[float] = driver.wcdmaMeas.multiEval.carrier.trace.cdError.dpdch.average.read(carrier = repcap.Carrier.Default)

Returns the values of the RMS CDE vs slot traces for the DPCCH and the DPDCH. 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:

dpdch: RMS CDE trace results, one result per measured slot or half-slot.