Dpcch

SCPI Commands

FETCh:WCDMa:SIGNaling<Instance>:ULLogging:CARRier<Carrier>:DPCCh
READ:WCDMa:SIGNaling<Instance>:ULLogging:CARRier<Carrier>:DPCCh
class Dpcch[source]

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

class ResultData[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Dpcch_1: List[bool]: OFF | ON Queries the status of DPCCH read out from the first slot

  • Dpcch_2: List[bool]: OFF | ON Queries the status of DPCCH read out from the second slot

  • Dpcch_3: List[bool]: OFF | ON Queries the status of DPCCH read out from the third slot

fetch()ResultData[source]
# SCPI: FETCh:WCDMa:SIGNaling<instance>:ULLogging:CARRier<carrier>:DPCCh
value: ResultData = driver.uplinkLogging.carrier.dpcch.fetch()

Return results of the UL logging measurement on the DPCCH. The results are returned as groups per measured subframe: <Reliability>, {<DPCCH1>, <DPCCH2>, <DPCCH3>}subframe1, {…}subframe 2, …, {…}subframe n The number of subframes n is configured via method RsCmwWcdmaSig.Configure.UplinkLogging.msFrames.

Global Repeated Capabilities: repcap.Carrier
return

structure: for return value, see the help for ResultData structure arguments.

read()ResultData[source]
# SCPI: READ:WCDMa:SIGNaling<instance>:ULLogging:CARRier<carrier>:DPCCh
value: ResultData = driver.uplinkLogging.carrier.dpcch.read()

Return results of the UL logging measurement on the DPCCH. The results are returned as groups per measured subframe: <Reliability>, {<DPCCH1>, <DPCCH2>, <DPCCH3>}subframe1, {…}subframe 2, …, {…}subframe n The number of subframes n is configured via method RsCmwWcdmaSig.Configure.UplinkLogging.msFrames.

Global Repeated Capabilities: repcap.Carrier
return

structure: for return value, see the help for ResultData structure arguments.