PT_AOBinaryOut

typedef struct tagPT_AOBinaryOut
{
    INT16U chan;
    INT16U BinData;
}PT_AOBinaryOut, * LPT_AOBinaryOut;

PT_AOBinaryOut is used in function DRV_AOBinaryOut.

Member Description

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.
BinData input Depends on the hardware. The binary value to output.