Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 289 | f9daq | 1 | [GpibError] |
| 2 | Class="Function" |
||
| 3 | Prototype="void GpibError(char *msg);" |
||
| 4 | |||
| 5 | [K617_open] |
||
| 6 | Class="Function" |
||
| 7 | Prototype="void K617_open(int interface, int port, int primary_addr, int secondary_addr, int timeout);" |
||
| 8 | |||
| 9 | [K617_clear] |
||
| 10 | Class="Function" |
||
| 11 | Prototype="void K617_clear();" |
||
| 12 | |||
| 13 | [K617_send] |
||
| 14 | Class="Function" |
||
| 15 | Prototype="void K617_send(char *cmd, int len);" |
||
| 16 | |||
| 17 | [K617_receive] |
||
| 18 | Class="Function" |
||
| 19 | Prototype="int K617_receive(char *response, int maxbyt);" |
||
| 20 | |||
| 21 | [K617_status] |
||
| 22 | Class="Function" |
||
| 23 | Prototype="void K617_status();" |
||
| 24 | |||
| 25 | [K617_data_format] |
||
| 26 | Class="Function" |
||
| 27 | Prototype="void K617_data_format(int mode);" |
||
| 28 | |||
| 29 | [K617_get] |
||
| 30 | Class="Function" |
||
| 31 | Prototype="double K617_get(char *prefix, int *loc);" |
||
| 32 | |||
| 33 | [K617_current_mode] |
||
| 34 | Class="Function" |
||
| 35 | Prototype="void K617_current_mode(int range);" |
||
| 36 | |||
| 37 | [K617_zero_correct] |
||
| 38 | Class="Function" |
||
| 39 | Prototype="void K617_zero_correct(int zcorrect);" |
||
| 40 | |||
| 41 | [K617_trigger_mode] |
||
| 42 | Class="Function" |
||
| 43 | Prototype="void K617_trigger_mode(int mode);" |
||
| 44 | |||
| 45 | [K617_reading_mode] |
||
| 46 | Class="Function" |
||
| 47 | Prototype="void K617_reading_mode(int mode);" |
||
| 48 | |||
| 49 | [K617_vsource_set] |
||
| 50 | Class="Function" |
||
| 51 | Prototype="void K617_vsource_set(float value);" |
||
| 52 | |||
| 53 | [K617_vsource_get] |
||
| 54 | Class="Function" |
||
| 55 | Prototype="double K617_vsource_get();" |
||
| 56 | |||
| 57 | [K617_vsource_operate] |
||
| 58 | Class="Function" |
||
| 59 | Prototype="void K617_vsource_operate(int operate);" |
||
| 60 | |||
| 61 | [K617_close] |
||
| 62 | Class="Function" |
||
| 63 | Prototype="void K617_close();" |
||
| 64 |