VeriStand .NET API Reference

DAQTriggers.PretriggerUnits Property

Gets or sets whether the task uses samples or seconds of time as the size of the pre-trigger acquisition it performs. This property is valid for instances of DAQTrigger that serve as the ReferenceTrigger for the task.

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 PretriggerUnits As AcquisitionUnits
C#
public AcquisitionUnits PretriggerUnits { get; set; }
Visual C++
public:
property AcquisitionUnits PretriggerUnits {
	AcquisitionUnits get ();
	void set (AcquisitionUnits value);
}

Property Value

An enumeration of AcquisitionUnits. The default value is Seconds.

See Also

Log in to get a better experience