Average

SCPI Commands

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

Average 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>:AVERage
value: List[float] = driver.hack.trace.throughput.carrier.average.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

average: No help available

read()List[float][source]
# SCPI: READ:WCDMa:SIGNaling<instance>:HACK:TRACe:THRoughput:CARRier<carrier>:AVERage
value: List[float] = driver.hack.trace.throughput.carrier.average.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

average: No help available