Average

SCPI Commands

FETCh:GSM:SIGNaling<Instance>:THRoughput:TRACe:UL:PDU:AVERage
READ:GSM:SIGNaling<Instance>:THRoughput:TRACe:UL:PDU:AVERage
class Average[source]

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

fetch()List[float][source]
# SCPI: FETCh:GSM:SIGNaling<instance>:THRoughput:TRACe:UL:PDU:AVERage
value: List[float] = driver.throughput.trace.uplink.pdu.average.fetch()

Return the values of the uplink 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 <result interval> and <window size>: n = integer (<window size> / <result interval>)

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

return

uplink_pdu: float 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:GSM:SIGNaling<instance>:THRoughput:TRACe:UL:PDU:AVERage
value: List[float] = driver.throughput.trace.uplink.pdu.average.read()

Return the values of the uplink 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 <result interval> and <window size>: n = integer (<window size> / <result interval>)

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

return

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