VeriStand .NET API Reference

Table of Contents

CustomDevice.TimedLoopPriority Property

Gets or sets the priority (High, Low, or Medium) of the Timed Loop in which an asynchronous custom device runs. This property only applies to asynchronous custom devices that run in Timed Loops.

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 TimedLoopPriority As CDTimeLoopPriority
C#
public virtual CDTimeLoopPriority TimedLoopPriority { get; set; }
Visual C++
public:
virtual property CDTimeLoopPriority TimedLoopPriority {
	CDTimeLoopPriority get ();
	void set (CDTimeLoopPriority value);
}

Property Value

An enumeration value of CDTimeLoopPriority.

See Also

Log in to get a better experience