typedef struct tagAORANGESET
{
INT16U usGainCount;
INT16U usAOSource;
INT16U usAOType;
INT16U usChan;
FP32 fAOMax;
FP32 fAOMin;
} AORANGESET, * LPAORANGESET;
| Name | Direction | Range | Description |
| usGainCount | input | Depends on the hardware. | Number of Gains. |
| usAOSource | input | 0, 1 | Reference source: 0-internal; 1-external. |
| usAOType | input | 0, 1 | Type of Analog Output: 0-Voltage; 1-Current. |
| usChan | input | Depends on the hardware. | The target channel. |
| fAOMax | input | Depends on the hardware. | The maximum output voltage. |
| fAOMin | input | Depends on the hardware. | The minimum output voltage. |