DATAPixx Word Output Channel¶
Description¶
Word output channel on a DATAPixx Device
Signature¶
iochannel/datapixx_word_output
Required Parameters¶
bit_numbers¶
- Examples
2,3,4
5:8
4:2,11
Digital output bits used to output the individual bits of words assigned to value. The first output bit receives the word’s least significant bit, the last bit the most significant.
value¶
Variable from which to read output word (an integer). Assigning a value to the variable causes the state of the bits specified in bit_numbers to be changed immediately.
Optional Parameters¶
use_input_port¶
- Default
NO
If YES
, use the specified bit_numbers on the digital input port, instead of the output port. (DATAPixx digital input bits can be configured as either inputs or outputs.)
device_time_nanos¶
Variable in which to store the device time (in nanoseconds) when each value is output by the device
Placement¶
Allowed at top level: |
No |
---|---|
Allowed parent: |