AOSET

typedef struct tagAOSET
{
    INT16U usAOSource;
    FP32 fAOMaxVol;
    FP32 fAOMinVol;
    FP32 fAOMaxCur;    
    FP32 fAOMinCur;
} AOSET, * LPAOSET;

Member Description

Name Direction Range Description
usAOSource input 0,1 Reference source:
0-internal;
1-external.
fAOMaxVol input Depends on the hardware The maximum output voltage in volts.
fAOMinVol input Depends on the hardware The minimum output voltage in volts.
fAOMaxCur input Depends on the hardware The maximum output current in volts.
fAOMinCur input Depends on the hardware The minimum output current in volts.