Trace

SCPI Commands

FETCh:DATA:MEASurement<MeasInstance>:IPANalysis:TCPanalysis:RTT:TRACe
class Trace[source]

Trace commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

fetch(flow_id: float)List[float][source]
# SCPI: FETCh:DATA:MEASurement<Instance>:IPANalysis:TCPanalysis:RTT:TRACe
value: List[float] = driver.data.measurement.ipAnalysis.tcpAnalysis.rtt.trace.fetch(flow_id = 1.0)

Queries the round-trip time trace for a specific connection, selected via its flow ID. The trace values are returned from right to left (last to first measurement) .

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

param flow_id

Selects the connection for which the trace is queried

return

rtt: Comma-separated list of round-trip time values Range: 0 ms to 5000 ms, Unit: ms