Overall

SCPI Commands

FETCh:DATA:MEASurement<MeasInstance>:PING:OVERall
class Overall[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Min_Ping: float: Minimum ping latency Range: 0 s to 10 s, Unit: s

  • Max_Ping: float: Maximum ping latency Range: 0 s to 10 s, Unit: s

  • Average_Ping: float: Average ping latency Range: 0 s to 10 s, Unit: s

fetch()FetchStruct[source]
# SCPI: FETCh:DATA:MEASurement<Instance>:PING:OVERall
value: FetchStruct = driver.data.measurement.ping.overall.fetch()

Query the statistical ping results over all ping requests.

return

structure: for return value, see the help for FetchStruct structure arguments.