VeriStand .NET API Reference

RealTimeSequenceCallStep.Timeout Property

Gets or sets he timeout in milliseconds within which the real-time sequence must complete each time step. If the sequence exceeds this timeout, the VeriStand Engine aborts the sequence execution and returns an error.

Namespace: NationalInstruments.VeriStand.StimulusProfileDefinitionApi
Assembly: NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi (in NationalInstruments.VeriStand.RealTimeSequenceDefinitionApi.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property Timeout As Double
C#
public double Timeout { get; set; }
Visual C++
public:
property double Timeout {
	double get ();
	void set (double value);
}

Property Value

The timeout, in milliseconds. The default is 10000. 0 or -1 indicates an infinite timeout.

See Also

Log in to get a better experience