Dpcch
SCPI Commands :
FETCh:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:TRACe:RCDerror:SF:DPCCh
READ:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:TRACe:RCDerror:SF:DPCCh
- class DpcchCls[source]
Dpcch commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- fetch(carrier=Carrier.Default) List[int][source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:TRACe:RCDerror:SF:DPCCh value: List[int] = driver.wcdmaMeas.multiEval.carrier.trace.rcdError.sf.dpcch.fetch(carrier = repcap.Carrier.Default)
Returns the current spreading factors for the DPCCH and the DPDCH. Each value refers to a half-slot or a full-slot, depending on the measurement period (method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval.Mperiod.modulation) . The number of results depends on the measurement length (method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval.msCount) .
Suppressed linked return values: reliability
- param carrier:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Carrier’)
- return:
dpcch: Spreading factors, one result per measured slot or half-slot.
- read(carrier=Carrier.Default) List[int][source]
# SCPI: READ:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:TRACe:RCDerror:SF:DPCCh value: List[int] = driver.wcdmaMeas.multiEval.carrier.trace.rcdError.sf.dpcch.read(carrier = repcap.Carrier.Default)
Returns the current spreading factors for the DPCCH and the DPDCH. Each value refers to a half-slot or a full-slot, depending on the measurement period (method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval.Mperiod.modulation) . The number of results depends on the measurement length (method RsCMPX_WcdmaMeas.Configure.WcdmaMeas.MultiEval.msCount) .
Suppressed linked return values: reliability
- param carrier:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Carrier’)
- return:
dpcch: Spreading factors, one result per measured slot or half-slot.