FlowId

SCPI Commands

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

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

class GetStruct[source]

Response structure. Fields:

  • Conn_Status: enums.ConnStatus: OPEN | CLOSed Connection status

  • Protocol: str: Layer 4 protocol as string (‘TCP’, ‘UDP’, …)

  • Dpi_Protocol: str: Layer 7 protocol as string (‘HTTP’, ‘FTP’, …)

  • 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

  • Overh_Down: float: Downlink overhead as percentage of the packet Range: 0 % to 100 %, Unit: %

  • Overh_Up: float: Uplink overhead as percentage of the packet Range: 0 % to 100 %, Unit: %

  • Avg_Ps_Down: float: Average downlink packet size Range: 0 bytes to 65535 bytes, Unit: bytes

  • Avg_Ps_Up: float: Average uplink packet size Range: 0 bytes to 65535 bytes, Unit: bytes

  • App: str: Application name as string

  • Country: str: Country of the destination as string (two-letter country code)

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

Queries the ‘IP Connectivity’ 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.