TaLoopback

SCPI Commands

FETCh:DATA:MEASurement<MeasInstance>:ADELay:TALoopback
READ:DATA:MEASurement<MeasInstance>:ADELay:TALoopback
class TaLoopback[source]

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

fetch()List[float][source]
# SCPI: FETCh:DATA:MEASurement<Instance>:ADELay:TALoopback
value: List[float] = driver.data.measurement.adelay.taLoopback.fetch()

Query the statistical time of arrival results for ‘Uplink’ and ‘Loopback’.

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

return

results: Comma-separated list of four results: Current, Average, Minimum, Maximum value Unit: s

read()List[float][source]
# SCPI: READ:DATA:MEASurement<Instance>:ADELay:TALoopback
value: List[float] = driver.data.measurement.adelay.taLoopback.read()

Query the statistical time of arrival results for ‘Uplink’ and ‘Loopback’.

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

return

results: Comma-separated list of four results: Current, Average, Minimum, Maximum value Unit: s