VeriStand .NET API Reference

DAQTaskAI.ReadTime Property

Gets or sets the number of seconds to read at a time. This property is valid if AutomaticReadSize is false (False in Visual Basic).

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

Property Value

The number of seconds to read.

Remarks

The samples per channel the task reads is equal to ReadTime / Rate.
Note:

Reading small amounts of data makes the data available to the system sooner, but those operations consume system resources.

See Also

Log in to get a better experience