VeriStand .NET API Reference

DAQTaskAI.AcquisitionTime Property

Gets or sets the total number of seconds to acquire data. This property is valid for instances of DAQTaskAI that perform finite acquisitions.

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

Property Value

The total number of seconds to acquire data. The default value is 0.1 seconds.

See Also

Log in to get a better experience