Functions | |
| int32_t | VkDaqCreateAOVoltageChan (const char *task, const char *chans, const char *reserved1, double minVal, double maxVal, int32_t units, const char *reserved2) |
| Create DAC channel. | |
| int32_t VkDaqCreateAOVoltageChan | ( | const char * | task, |
| const char * | chans, | ||
| const char * | reserved1, | ||
| double | minVal, | ||
| double | maxVal, | ||
| int32_t | units, | ||
| const char * | reserved2 | ||
| ) |
Create DAC channel.
| data type | parameter | describe |
|---|---|---|
const char* |
task |
Task name. |
const char* |
chans |
Channel list, Use commas to separate multiple channels or use colons to specify multiple channels in a row., such as "dev1/AOUT1,dev1/AOUT2", "dev1/AOUT1:2", etc. |
const char* |
reserved1 |
Reserved. |
double |
minVal |
Minimum voltage value. |
double |
maxVal |
Maximum voltage value. |
const char* |
source |
Voltage unit. |
const char* |
reserved2 |
Reserved. |