End

SCPI Commands

FETCh:DATA:MEASurement<MeasInstance>:IPANalysis:FTTRigger:TRIGger:END
class End[source]

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

class FetchStruct[source]

Response structure. Fields:

  • Reliability: int: See ‘Reliability Indicator’

  • Flow_Id: List[str]: Flow ID of the closed connection as string

  • Time_Elapsed: List[float]: X-axis value of the ‘close’ event

fetch()FetchStruct[source]
# SCPI: FETCh:DATA:MEASurement<Instance>:IPANalysis:FTTRigger:TRIGger:END
value: FetchStruct = driver.data.measurement.ipAnalysis.ftTrigger.trigger.end.fetch()

Queries the event trigger trace for ‘close’ events. After the reliability indicator, two values are returned per ‘close’ event: <Reliability>, {<FlowID>, <TimeElapsed>}event 1, {<FlowID>, <TimeElapsed>}event 2, … The trace is returned from right to left (last to first event) .

return

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