diff options
Diffstat (limited to 'servers/gpib_server_lin/src/scope_functions.h')
| -rw-r--r-- | servers/gpib_server_lin/src/scope_functions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/servers/gpib_server_lin/src/scope_functions.h b/servers/gpib_server_lin/src/scope_functions.h index ef33c64..1d8ee43 100644 --- a/servers/gpib_server_lin/src/scope_functions.h +++ b/servers/gpib_server_lin/src/scope_functions.h @@ -33,6 +33,7 @@ int scope_get_screenshot(const char * scopeType, int gpibDevice); int scope_get_screenshot_stage2(const char * scopeType, int gpibDevice); int scope_perform_initial_setup(const char * scopeType, int gpibDevice); int scope_set_timebase(float desired_timebase,const char * scopeType, int gpibDevice); +int scope_get_timebase(double * retval, const char * scopeType, int gpibDevice); int scope_set_volts_div(int desired_channel, double desired_volts, const char * scopeType, int gpibDevice); int scope_set_acquisition(int status,const char * scopeType, int gpibDevice); int scope_get_acquisition(int * retval, const char * scopeType, int gpibDevice); |
