DSCDASETTINGS
Structure Definition
typedef struct {
BYTE polarity;
BYTE load_cal;
FLOAT range;
BYTE gain; // New for the Helios and later D/A-capable boards.
BYTE dasim ; /* DASIM bit for simultaneous update*/
BYTE daPolEn ; /* 1 = Polarity from SW, 0 = polarity by HW jumpers.*/
BYTE channel;
BYTE over_range;
BYTE enable;
} DSCDASETTINGS;Structure Members
Last updated
Was this helpful?