Current

SCPI Commands :

FETCh:LTE:SIGNaling<instance>:THRoughput:TRACe:DL:PDU:CURRent
READ:LTE:SIGNaling<instance>:THRoughput:TRACe:DL:PDU:CURRent
class CurrentCls[source]

Current commands group definition. 2 total commands, 0 Subgroups, 2 group commands

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

Returns the values of the downlink 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>) + 1

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

return:

downlink_pdu: float Comma-separated list of n throughput values Unit: bit/s

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

Returns the values of the downlink 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>) + 1

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

return:

downlink_pdu: float Comma-separated list of n throughput values Unit: bit/s