Skip to content
Snippets Groups Projects
Commit 62a784b3 authored by ELATTAOUI's avatar ELATTAOUI
Browse files

xavier :

- library update
parent f7fc2a3c
No related branches found
No related tags found
No related merge requests found
...@@ -45,13 +45,13 @@ public: ...@@ -45,13 +45,13 @@ public:
/** /**
* \brief Device dependent commands. * \brief Device dependent commands.
*/ */
void range_up (void); void range_up (void);
void range_down (void); void range_down (void);
void autoRange_off (void); void autoRange_off (void);
void set_buffer_size(short); void set_buffer_size (short);
void set_triggerMode(short); void set_triggerMode (short);
void init_keithley (void); void init_keithley (void);
short get_buffer_size (void) { return _size; }; short get_buffer_size (void) { return _size; };
/** /**
* \brief The integration time (sec). * \brief The integration time (sec).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment