Edpdch<EdpdChannel>

RepCap Settings

# Range: Nr1 .. Nr4
rc = driver.multiEval.carrier.trace.rcdError.sf.edpdch.repcap_edpdChannel_get()
driver.multiEval.carrier.trace.rcdError.sf.edpdch.repcap_edpdChannel_set(repcap.EdpdChannel.Nr1)

SCPI Commands

FETCh:WCDMa:MEASurement<Instance>:MEValuation:CARRier<Carrier>:TRACe:RCDerror:SF:EDPDch<EdpdChannel>
READ:WCDMa:MEASurement<Instance>:MEValuation:CARRier<Carrier>:TRACe:RCDerror:SF:EDPDch<EdpdChannel>
class Edpdch[source]

Edpdch commands group definition. 2 total commands, 0 Sub-groups, 2 group commands Repeated Capability: EdpdChannel, default value after init: EdpdChannel.Nr1

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

Returns the spreading factors for the E-DPDCH 1 to 4. Each current value refers to 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) .

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:RCDerror:SF:EDPDch<nr>
value: List[float] = driver.multiEval.carrier.trace.rcdError.sf.edpdch.read(carrier = repcap.Carrier.Default, edpdChannel = repcap.EdpdChannel.Default)

Returns the spreading factors for the E-DPDCH 1 to 4. Each current value refers to 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) .

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.multiEval.carrier.trace.rcdError.sf.edpdch.clone()