VeriStand .NET API Reference

DAQTaskAI.AcquisitionSamples Property

Gets or sets the total number of samples per channel to acquire. 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 AcquisitionSamples As UInteger
C#
public uint AcquisitionSamples { get; set; }
Visual C++
public:
property unsigned int AcquisitionSamples {
	unsigned int get ();
	void set (unsigned int value);
}

Property Value

The total number of samples per channel to acquire. The default value is the task (Rate / 10).

See Also

Log in to get a better experience