Current

SCPI Commands

FETCh:GSM:SIGNaling<Instance>:THRoughput:TRACe:DL:PDU:CURRent
READ:GSM:SIGNaling<Instance>:THRoughput:TRACe:DL:PDU:CURRent
class Current[source]

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

fetch()List[float][source]
# SCPI: FETCh:GSM:SIGNaling<instance>:THRoughput:TRACe:DL:PDU:CURRent
value: List[float] = driver.throughput.trace.downlink.pdu.current.fetch()

Return the values of the downlink PDU and SDU throughput traces. The results of the average and current 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

downlink_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:DL:PDU:CURRent
value: List[float] = driver.throughput.trace.downlink.pdu.current.read()

Return the values of the downlink PDU and SDU throughput traces. The results of the average and current 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

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