typedef struct tagPT_AOVoltageOut
{
INT16U chan;
FP32 OutputValue;
} PT_AOVoltageOut, * LPT_AOVoltageOut;
PT_AOVoltageOut is used in function DRV_AOVoltageOut.
| Name | Direction | Range | Description |
| chan | input | 0-(N-1) (N is the maximum channel number and depends on the hardware) | The target AO channel. From a minimum of zero for the first AO channel to its maximum AO channel number minus one. For example, the range will be from 0 to (N-1) on a device with N AO channels. |
| OutputValue | input | Depends on the hardware. | The floating value to be output (it can be converted
into binary data and written at AO channel to retrieve corresponding voltage
value by calling DRV_AOScale).
It must be within an available range, which depends on specific hardware. Please refer to the Hardware Manual for details. |