VeriStand .NET API Reference

Target.WarmupTime_ms Property

Gets or sets the amount of time the system waits before considering late flags. You can set a warm-up time to give the system time to allocate and manage resources.

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 WarmupTime_ms As UInteger
C#
public virtual uint WarmupTime_ms { get; set; }
Visual C++
public:
virtual property unsigned int WarmupTime_ms {
	unsigned int get ();
	void set (unsigned int value);
}

Property Value

The warm-up time, in microseconds.

See Also

Log in to get a better experience