Current

SCPI Commands

FETCh:WCDMa:SIGNaling<Instance>:THRoughput:TRACe:UL:SDU:CURRent
READ:WCDMa:SIGNaling<Instance>:THRoughput:TRACe:UL:SDU:CURRent
class Current[source]

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

fetch()List[float][source]
# SCPI: FETCh:WCDMa:SIGNaling<instance>:THRoughput:TRACe:UL:SDU:CURRent
value: List[float] = driver.throughput.trace.uplink.sdu.current.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 <update interval> and <window size>: N = integer (<window size> / <update interval>)

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

return

uplink_sdu: 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:UL:SDU:CURRent
value: List[float] = driver.throughput.trace.uplink.sdu.current.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 <update interval> and <window size>: N = integer (<window size> / <update interval>)

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

return

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