Current

SCPI Commands

READ:WCDMa:MEASurement<Instance>:MEValuation:CARRier<Carrier>:TRACe:CDPower:EDPDch<EdpdChannel>:CURRent
FETCh:WCDMa:MEASurement<Instance>:MEValuation:CARRier<Carrier>:TRACe:CDPower:EDPDch<EdpdChannel>:CURRent
class Current[source]

Current commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

fetch(carrier=<Carrier.Default: -1>, edpdChannel=<EdpdChannel.Default: -1>)List[float][source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:TRACe:CDPower:EDPDch<nr>:CURRent
value: List[float] = driver.multiEval.carrier.trace.cdPower.edpdch.current.fetch(carrier = repcap.Carrier.Default, edpdChannel = repcap.EdpdChannel.Default)

Returns the values of the RMS CDP vs. slot traces for the E-DPDCH 1 to 4. Each current value is averaged over a half-slot or a full-slot, depending on the measurement period (see method RsCmwWcdmaMeas.Configure.MultiEval.Mperiod.modulation) . The number of results depends on the measurement length (see method RsCmwWcdmaMeas.Configure.MultiEval.msCount) . The results of the current, average, minimum, maximum and standard deviation traces can be retrieved. The standard deviation trace cannot be displayed at the GUI. See also ‘Detailed Views: Modulation, CDP and CDE’

Use RsCmwWcdmaMeas.reliability.last_value to read the updated reliability indicator.

param carrier

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

param edpdChannel

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

return

edpdch: No help available

read(carrier=<Carrier.Default: -1>, edpdChannel=<EdpdChannel.Default: -1>)List[float][source]
# SCPI: READ:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:TRACe:CDPower:EDPDch<nr>:CURRent
value: List[float] = driver.multiEval.carrier.trace.cdPower.edpdch.current.read(carrier = repcap.Carrier.Default, edpdChannel = repcap.EdpdChannel.Default)

Returns the values of the RMS CDP vs. slot traces for the E-DPDCH 1 to 4. Each current value is averaged over a half-slot or a full-slot, depending on the measurement period (see method RsCmwWcdmaMeas.Configure.MultiEval.Mperiod.modulation) . The number of results depends on the measurement length (see method RsCmwWcdmaMeas.Configure.MultiEval.msCount) . The results of the current, average, minimum, maximum and standard deviation traces can be retrieved. The standard deviation trace cannot be displayed at the GUI. See also ‘Detailed Views: Modulation, CDP and CDE’

Use RsCmwWcdmaMeas.reliability.last_value to read the updated reliability indicator.

param carrier

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

param edpdChannel

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

return

edpdch: No help available