|
FireSync API
|
| kStatus kAnalogOut_EnqueueOutput | ( | kAnalogOut | analog, |
| k64f | current | ||
| ) |
Enqueues an analog output value, in milliamps.
If the analog output is paired with an event manager, the output current will be enqueued for later release. If the analog output is under software control, the output current will become active immediately.
| analog | Analog output object. |
| current | Output current, in milliamps. |