Carrier

SCPI Commands

FETCh:WCDMa:SIGNaling<Instance>:HACK:TRANsmission:CARRier<Carrier>
READ:WCDMa:SIGNaling<Instance>:HACK:TRANsmission:CARRier<Carrier>
class Carrier[source]

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

class ResultData[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Transmitted: List[float]: No parameter help available

  • Ack: List[float]: No parameter help available

  • Nack: List[float]: No parameter help available

  • Dtx: List[float]: No parameter help available

fetch()ResultData[source]
# SCPI: FETCh:WCDMa:SIGNaling<instance>:HACK:TRANsmission:CARRier<carrier>
value: ResultData = driver.hack.transmission.carrier.fetch()

Return all results of the ‘Transmissions’ table row by row, see ‘Transmissions’.

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>:HACK:TRANsmission:CARRier<carrier>
value: ResultData = driver.hack.transmission.carrier.read()

Return all results of the ‘Transmissions’ table row by row, see ‘Transmissions’.

Global Repeated Capabilities: repcap.Carrier
return

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