Click or drag to resize

InitializeRequestFramesPerTrace Property

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.

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax
C#
public int? FramesPerTrace { get; set; }

Property Value

NullableInt32
See Also