typedef struct tagPT_AIConfig
{
INT16U DasChan;
INT16U DasGain;
} PT_AIConfig, * LPT_AIConfig;
PT_AIConfig is used in function DRV_AIConfig.
| Name | Direction | Range | Description |
| DasChan | input | 0-(N-1) (N is the maximum channel number and depends on the hardware.) | The target channel. From a minimum of zero for the first AI channel to the maximum AI channel number minus one. For example, the range will be from 0 to (N-1) on a device with N AI channels. |
| DasGain | input | Depends on the hardware. | The GainCode. Refer to Gain code list or Hardware Manuals. |