Details

SCPI Commands

SENSe:DATA:MEASurement<MeasInstance>:IPANalysis:TCPanalysis:DETails
class Details[source]

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

class GetStruct[source]

Response structure. Fields:

  • Ip_Addr_Source: str: IP address of the connection source as string

  • Ip_Port_Source: int: Port number of the connection source Range: 0 to 65654

  • Ip_Addr_Dest: str: IP address of the connection destination as string

  • Ip_Port_Dest: int: Port number of the connection destination Range: 0 to 65654

  • Curr_Tcpws_Down: float: Measured downlink TCP window size Unit: byte

  • Max_Tcpws_Down: float: Negotiated maximum downlink TCP window size Unit: byte

  • Retr_Down: float: Downlink retransmission rate Range: 0 % to 100 %, Unit: %

  • Overh_Down: float: Only for backward compatibility - no longer used Range: 0 % to 100 %, Unit: %

  • Curr_Tcpws_Up: float: Measured uplink TCP window size Unit: byte

  • Max_Tcpws_Up: float: Negotiated maximum uplink TCP window size Unit: byte

  • Retr_Up: float: Uplink retransmission rate Range: 0 % to 100 %, Unit: %

  • Overh_Up: float: Only for backward compatibility - no longer used Range: 0 % to 100 %, Unit: %

  • Rtt: int: Round-trip time Unit: ms

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

Queries the ‘TCP Analysis’ details 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.