PT_AOCurrentOut

typedef struct tagPT_AOCurrentOut
    INT16U chan; 
    FP32 OutputValue;
} PT_AOCurrentOut, * LPT_AOCurrentOut;

PT_AOCurrentOut is used in function DRV_AOCurrentOut.

Member Description

Name Direction Range Description
chan 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 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 written as the number of the AO channel.
OutputValue input Depends on the hardware. The float current value to be configured.
It must be within an available range, which relates to specified hardware. Please refer to the Hardware Manual for details.