|
|
|
@ -52,3 +52,4 @@ int scope_get_channel_seconds_div(double * retval, int desired_channel, const ch
|
|
|
|
|
int scope_get_channel_sample_count(unsigned long * retval, int desired_channel, const char * scopeType, int gpibDevice);
|
|
|
|
|
int scope_get_probe_attenuation_multiplier(double * retval, int desired_channel, const char * scopeType, int gpibDevice);
|
|
|
|
|
int scope_get_permitted_volts_div_settings_at_1x(int * number_of_values, double ** retarray, const char * scopeType, int gpibDevice);
|
|
|
|
|
int scope_get_permitted_seconds_div_settings(int * number_of_values, double ** retarray, const char * scopeType, int gpibDevice);
|