CtrlQueue Properties |
[This is preliminary documentation and is subject to change.]
The CtrlQueue type exposes the following members.
| Name | Description | |
|---|---|---|
| Action |
(write-only) Set the active action by index
| |
| ActionCode |
Code for the active action. Long integer code to tell the control device what to do
| |
| DeviceHandle |
Handle (User defined) to device that must act on the pending action.
| |
| NumActions |
Number of Actions on the current actionlist (that have been popped off the control queue by CheckControlActions)
| |
| PopAction |
Pops next action off the action list and makes it the active action. Returns zero if none.
| |
| Queue |
Array of strings containing the entire queue in CSV format
| |
| QueueSize |
Number of items on the OpenDSS control Queue
|