I-8014W API User Manual, v1.0.1, June 2011
Copyright © 2011 ICP DAS Co., Ltd. All Rights Reserved. E-mail: [email protected]
70
i8014W_ConfigMagicScan
This function is used to configure all the parameters needed in Magic Scan. It should
be called before the start Magic Scan instruction.
Prototype
For MiniOS7
void i8014W_ConfigMagicScan
(
int slot, int chArr[], int gainArr[], int scanChCount,
float sampleRate, int scanMode, int triggerSource,
int triggerState , float* realSampleRate
);
For Windows (CE and WES)
void pac_i8014W_ConfigMagicScan
(
int slot, short chArr[], short gainArr[], short scanChCount,
float sampleRate, short scanMode, short triggerSource,
short triggerState, float* realSampleRate
);