|
|
| long AnalogOutMaskGet |
( |
long |
channel |
) |
|
- Description:
- AnalogOutMaskGet returns the bitwise mask for a Node's analog output.
- Parameters:
-
| channel | The analog channel number, relative to the entire Node. |
- Returns:
- (long) bitwise mask -- corresponds to the specified channel number
- Notes:
- Used for setting up User Limits, Recorder or other functionality that runs real-time in Controller firmware
|