VeriStand .NET API Reference

StartLoggingStep.PreTriggerDuration Property

Gets or sets a value indicating the number of seconds of data to retain in the buffer in case a start trigger occurs. When the start trigger occurs, any buffered data is included in the log.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property PreTriggerDuration As Double
C#
public double PreTriggerDuration { get; set; }
Visual C++
public:
property double PreTriggerDuration {
	double get ();
	void set (double value);
}

Property Value

The number of seconds of data to retain in the buffer in case a start trigger occurs. The default value is 0.

See Also

Log in to get a better experience