AflowId

SCPI Commands

SENSe:DATA:MEASurement<MeasInstance>:IPANalysis:IPConnect:AFLowid
class AflowId[source]

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

class GetStruct[source]

Response structure. Fields:

  • App: str: Application name as string

  • Feature: str: Feature name as string (for example: audio, video, SMS)

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

Queries ‘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.