Click or drag to resize

InitializeRequest Properties

The InitializeRequest type exposes the following members.

Properties
 NameDescription
Public propertyConditionDllPath Path to a DLL implementing the condition interface.
Public propertyStatic memberDescriptor 
Public propertyDeviceId Serial number of the device to initialize the streaming for.
Public propertyFramesAfterTrigger Number of frames to be added after the triggered event
Public propertyFramesPerTrace Number of frames to be saved in a single trace file. If StreamingMode is triggered, this sets the number of frames kept in a trace file before the trigger event. The trace file will continue after the trigger for frames_after_trigger, if set.
Public propertyHasStreamingModeGets whether the "streaming_mode" field is set
Public propertyMaxSimultaneousTrigger Number of overlapping ring buffers due to too fast triggering. If the number of simultaneous triggers is exceeded, another trigger will not save the trace and be ignored instead. NOTE: Most likely, the previous triggered trace will already contain the next triggered part in the frames_after_trigger. Defaults to 3, -1 for infinite simultaneous trigger.
Public propertyStatic memberParser 
Public propertyStreamingMode Mode to stream in
Public propertyStreamingTracePath Path to save trace files to if streaming mode is not none.
Top
See Also