CustomDevice.TimedLoopPriority Property
- Updated2023-02-21
- 2 minute(s) read
Gets or sets the priority (
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIHigh
, 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.
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); } |