FlowId

SCPI Commands

SENSe:DATA:MEASurement<MeasInstance>:IPANalysis:TCPanalysis:FLOWid
class FlowId[source]

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

class GetStruct[source]

Response structure. Fields:

  • Th_Down: float: Throughput in downlink direction Unit: bit/s

  • Tcpws_Down: enums.OverhUp: OK | FULL Threshold check result for downlink TCP window size

  • Retr_Down: enums.OverhUp: OK | NOK Threshold check result for downlink retransmissions

  • Overh_Down: enums.OverhUp: OK | NOK Only for backward compatibility - no longer used

  • Th_Up: float: Throughput in uplink direction Unit: bit/s

  • Tcpws_Up: enums.OverhUp: OK | FULL Threshold check result for uplink TCP window size

  • Retr_Up: enums.OverhUp: OK | NOK Threshold check result for uplink retransmissions

  • Overh_Up: enums.OverhUp: OK | NOK Only for backward compatibility - no longer used

  • Destination: str: Destination address as string

  • Rtt: enums.OverhUp: OK | NOK Threshold check result for round-trip time

  • Pkt_Size_Up: int: Layer 3 uplink packet size Unit: byte

  • Pkt_Size_Dl: int: Layer 3 downlink packet size Unit: byte

get(flow_id: float)GetStruct[source]
# SCPI: SENSe:DATA:MEASurement<Instance>:IPANalysis:TCPanalysis:FLOWid
value: GetStruct = driver.sense.data.measurement.ipAnalysis.tcpAnalysis.flowId.get(flow_id = 1.0)

Queries the threshold check and throughput results for a specific connection, selected via its flow ID.

param flow_id

Selects the connection for which information is queried

return

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