Current

SCPI Commands

FETCh:DATA:MEASurement<MeasInstance>:THRoughput:TRACe:RAN:DLINk<Dlink>:CURRent
READ:DATA:MEASurement<MeasInstance>:THRoughput:TRACe:RAN:DLINk<Dlink>:CURRent
class Current[source]

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

fetch(dlink=<Dlink.Default: -1>)List[float][source]
# SCPI: FETCh:DATA:MEASurement<Instance>:THRoughput:TRACe:RAN:DLINk<Index>:CURRent
value: List[float] = driver.data.measurement.throughput.trace.ran.dlink.current.fetch(dlink = repcap.Dlink.Default)

Query the values of the throughput trace for RAN slot number <Index> 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.

param dlink

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Dlink’)

return

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

read(dlink=<Dlink.Default: -1>)List[float][source]
# SCPI: READ:DATA:MEASurement<Instance>:THRoughput:TRACe:RAN:DLINk<Index>:CURRent
value: List[float] = driver.data.measurement.throughput.trace.ran.dlink.current.read(dlink = repcap.Dlink.Default)

Query the values of the throughput trace for RAN slot number <Index> 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.

param dlink

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Dlink’)

return

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