VeriStand .NET API Reference

SequenceCallInfo.Timeout Property

Gets the timeout in milliseconds within which the sequence must complete a time step.

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

See Also