VeriStand .NET API Reference

DAQTriggers.PretriggerTime Property

Gets or sets the length of time, in seconds, prior to the ReferenceTrigger to include in the acquisition that begins when the trigger occurs.

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

Property Value

The number of seconds to acquire data prior to the trigger. The default value is 0.05 seconds.

See Also

Log in to get a better experience