www.vtiinstruments.com
EX1629 Command Set
133
E
XAMPLE
ViSession instrumentHandle;
ViStatus status = VI_SUCCESS;
ViInt32 CalType = -1;
ViInt32 coefficientSelector = -1;
ViInt32 channelList[MAX_CHANNELS];
ViInt32 numberOfChannels = 0;
ViReal64 coefficientOutputArray[MAX_CHANNELS];
int i = 0;
…
memset(channelList, 0x00, sizeof(channelList));
memset(coefficientOutputArray, 0x00, sizeof(coefficientOutputArray));
CalType = VTEX1629_CAL_DATA_SELF;
coefficientSelector = VTEX1629_MAIN_ADC_X1_GAIN;
numberOfChannels = MAX_NUMBER_OF_CHANNELS;
for(i = 0; i < numberOfChannels; i++) {
channelList[i] = i;
}
status = vtex1629_get_cal_coefficients(instrumentHandle,
CalType,
coefficientSelector,
channelList,
numberOfChannels,
coefficientOutputArray);
Содержание EX1629
Страница 310: ...VTI Instruments Corp 310 EX1629 Command Set...
Страница 342: ...VTI Instruments Corp 342 EX1629 Onboard Memory...