Subversion Repositories f9daq

Rev

Rev 310 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 310 Rev 312
Line 17... Line 17...
17
double K2231A_GetVoltageMonitor();
17
double K2231A_GetVoltageMonitor();
18
int K2231A_SelectChannel(int ch);
18
int K2231A_SelectChannel(int ch);
19
int K2231A_GetOperationMode();
19
int K2231A_GetOperationMode();
20
int K2231A_SetSwitch(int state);
20
int K2231A_SetSwitch(int state);
21
int K2231A_GetSwitch();
21
int K2231A_GetSwitch();
22
 
-
 
-
 
22
int K2231A_SetDebug(int x);
-
 
23
int K2231A_SetPort(int x);
23
void K2231A_ReadMonitorValues(double * I , double * V, unsigned char * mode, unsigned char *onoff);
24
void K2231A_ReadMonitorValues(double * I , double * V, unsigned char * mode, unsigned char *onoff);
24
void K2231A_ReadSetValues(double * I , double * V, unsigned char *onoff);
25
void K2231A_ReadSetValues(double * I , double * V, unsigned char *onoff);
25
 
26
 
26
#endif
27
#endif