VeriStand .NET API Reference

Target.DAQTimeout Property

Gets the amount of time to wait for a DAQ device to transfer data before timing out. This property is only valid of the ControlLoopTimingSource is DAQTiming.

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 Overridable ReadOnly Property DAQTimeout As UInteger
C#
public virtual uint DAQTimeout { get; }
Visual C++
public:
virtual property unsigned int DAQTimeout {
	unsigned int get ();
}

Property Value

The DAQ timeout, in microseconds.

See Also

Log in to get a better experience