Current

SCPI Commands

FETCh:WCDMa:SIGNaling<Instance>:HACK:TRACe:THRoughput:CARRier<Carrier>:CURRent
READ:WCDMa:SIGNaling<Instance>:HACK:TRACe:THRoughput:CARRier<Carrier>:CURRent
class Current[source]

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

fetch()List[float][source]
# SCPI: FETCh:WCDMa:SIGNaling<instance>:HACK:TRACe:THRoughput:CARRier<carrier>:CURRent
value: List[float] = driver.hack.trace.throughput.carrier.current.fetch()

Returns the current throughput trace results per carrier. The number of results depends on the configured number of subframes to be measured per measurement cycle, see method RsCmwWcdmaSig.Configure.Hack.msFrames. For each 100 subframes, one result is returned. The results of the average and current traces can be retrieved.

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

Global Repeated Capabilities: repcap.Carrier
return

current: No help available

read()List[float][source]
# SCPI: READ:WCDMa:SIGNaling<instance>:HACK:TRACe:THRoughput:CARRier<carrier>:CURRent
value: List[float] = driver.hack.trace.throughput.carrier.current.read()

Returns the current throughput trace results per carrier. The number of results depends on the configured number of subframes to be measured per measurement cycle, see method RsCmwWcdmaSig.Configure.Hack.msFrames. For each 100 subframes, one result is returned. The results of the average and current traces can be retrieved.

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

Global Repeated Capabilities: repcap.Carrier
return

current: No help available