VeriStand .NET API Reference

Target.Timeout Property

Gets or sets the amount of time to wait for a start trigger from the DAQ device before timing out. This property is only valid if 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 Property Timeout As Double
C#
public virtual double Timeout { get; set; }
Visual C++
public:
virtual property double Timeout {
	double get ();
	void set (double value);
}

Property Value

The timeout, in seconds.

See Also

Log in to get a better experience