VeriStand .NET API Reference

Target.TimedLoopSleepTime Property

Gets the amount of time in microseconds the Primary Control Loop (PCL) sleeps after each tick. NI VeriStand ignores this value if the master timing device has an external timing source.

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

Property Value

The amount of time the PCL sleeps after each tick, in microseconds.

See Also

Log in to get a better experience