TflowId

SCPI Commands

CONFigure:DATA:MEASurement<MeasInstance>:IPANalysis:FTTRigger:TRACe<Trace>:TFLowid
class TflowId[source]

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

get(trace=<Trace.Default: -1>)int[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:FTTRigger:TRACe<TraceIndex>:TFLowid
value: int = driver.configure.data.measurement.ipAnalysis.ftTrigger.trace.tflowId.get(trace = repcap.Trace.Default)

Assigns a connection (flow ID) to a trace index.

param trace

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Trace’)

return

flow_id: Flow ID of the connection to be assigned to the trace index To assign all connections matching the flow filter criteria, set the value 0.

set(flow_id: int, trace=<Trace.Default: -1>)None[source]
# SCPI: CONFigure:DATA:MEASurement<Instance>:IPANalysis:FTTRigger:TRACe<TraceIndex>:TFLowid
driver.configure.data.measurement.ipAnalysis.ftTrigger.trace.tflowId.set(flow_id = 1, trace = repcap.Trace.Default)

Assigns a connection (flow ID) to a trace index.

param flow_id

Flow ID of the connection to be assigned to the trace index To assign all connections matching the flow filter criteria, set the value 0.

param trace

optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Trace’)