CTA8200
批量设置通道
struct
{
int VCC;
int FB;
int DEM;
int CS;
int PVDD1;
int Test17;
}AP={0,1,2,3,4,5};
后续通道定义可以使用
FOVI_SetMode(AP.VCC,FI,IRang_1mA,VRang_2V,2.0,-2.0);
//AP.VCC即CH0
struct
{
int VCC;
int FB;
int DEM;
int CS;
int PVDD1;
int Test17;
}AP={0,1,2,3,4,5};
后续通道定义可以使用
FOVI_SetMode(AP.VCC,FI,IRang_1mA,VRang_2V,2.0,-2.0);
//AP.VCC即CH0