Average

SCPI Commands

FETCh:WCDMa:SIGNaling<Instance>:THRoughput:TRACe:DL:PDU:AVERage
READ:WCDMa:SIGNaling<Instance>:THRoughput:TRACe:DL:PDU: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>:THRoughput:TRACe:DL:PDU:AVERage
value: List[float] = driver.throughput.trace.downlink.pdu.average.fetch()

Return the values of the downlink PDU and SDU throughput traces. The results of the current and average traces can be retrieved. The number of trace values N depends on the configured <update interval> and <window size>: N = integer (<window size> / <update interval>)

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

return

downlink_pdu: Comma-separated list of N throughput trace values Range: 0 bit/s to 100E+6 bit/s, Unit: bit/s

read()List[float][source]
# SCPI: READ:WCDMa:SIGNaling<instance>:THRoughput:TRACe:DL:PDU:AVERage
value: List[float] = driver.throughput.trace.downlink.pdu.average.read()

Return the values of the downlink PDU and SDU throughput traces. The results of the current and average traces can be retrieved. The number of trace values N depends on the configured <update interval> and <window size>: N = integer (<window size> / <update interval>)

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

return

downlink_pdu: Comma-separated list of N throughput trace values Range: 0 bit/s to 100E+6 bit/s, Unit: bit/s