Current

SCPI Commands

FETCh:DATA:MEASurement<MeasInstance>:THRoughput:TRACe:OVERall:ULINk:CURRent
READ:DATA:MEASurement<MeasInstance>:THRoughput:TRACe:OVERall:ULINk:CURRent
class Current[source]

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

fetch()List[float][source]
# SCPI: FETCh:DATA:MEASurement<Instance>:THRoughput:TRACe:OVERall:ULINk[:CURRent]
value: List[float] = driver.data.measurement.throughput.trace.overall.ulink.current.fetch()

Query the values of the overall throughput trace in uplink (ULINk) or downlink (DLINk) direction. The trace values are returned from right to left (last to first measurement) , one result per interval, see method RsCmwDau.Configure.Data. Measurement.Throughput.mcount.

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

return

results: Comma-separated list of throughput values, one result per interval Unit: bit/s

read()List[float][source]
# SCPI: READ:DATA:MEASurement<Instance>:THRoughput:TRACe:OVERall:ULINk[:CURRent]
value: List[float] = driver.data.measurement.throughput.trace.overall.ulink.current.read()

Query the values of the overall throughput trace in uplink (ULINk) or downlink (DLINk) direction. The trace values are returned from right to left (last to first measurement) , one result per interval, see method RsCmwDau.Configure.Data. Measurement.Throughput.mcount.

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

return

results: Comma-separated list of throughput values, one result per interval Unit: bit/s