CDTimeLoopPriority Enumeration
- 已更新2023-02-21
- 閱讀時間為 2 分鐘
Specifies the priority of the Timed Loop that an asynchronous custom device with a CDLoopType of TimedLoop executes in. If you want to wire this value to the input terminal of a Timed Loop in LabVIEW, you must first convert it to a positive integer between 1 and 65,535.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Member name | Description |
|---|---|
| High | The priority is high. |
| Low | The priority is low. |
| Medium | The priority is medium. |