diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-28 16:36:38 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-04-28 16:36:38 -0500 |
commit | f8d372779417eeb809088893ca58ad6a318ab418 (patch) | |
tree | a6f22ab8e64a5ea75bde8f14ecd34505df554136 /servers/gpib_server_lin/src/commanalyzer_functions.h | |
parent | 7db02ff4fd90c4942b5ca43ea4c90f143f42e563 (diff) | |
download | ulab-f8d372779417eeb809088893ca58ad6a318ab418.tar.gz ulab-f8d372779417eeb809088893ca58ad6a318ab418.zip |
Extend ca support
Diffstat (limited to 'servers/gpib_server_lin/src/commanalyzer_functions.h')
-rw-r--r-- | servers/gpib_server_lin/src/commanalyzer_functions.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/servers/gpib_server_lin/src/commanalyzer_functions.h b/servers/gpib_server_lin/src/commanalyzer_functions.h index 9abd4e0..9c06e4d 100644 --- a/servers/gpib_server_lin/src/commanalyzer_functions.h +++ b/servers/gpib_server_lin/src/commanalyzer_functions.h @@ -46,4 +46,5 @@ int commanalyzer_set_spectrum_analyzer_generator_frequency(float desired_frequen int commanalyzer_spectrum_analyzer_set_generator_sweep_ascending (char * commanalyzerType, int gpibDevice); int commanalyzer_spectrum_analyzer_set_generator_sweep_descending (char * commanalyzerType, int gpibDevice); int commanalyzer_set_spectrum_analyzer_trace_averaging(float desired_avg_samples, char * commanalyzerType, int gpibDevice); -int commanalyzer_set_spectrum_analyzer_reference_power_level(float desired_reflevel, char * commanalyzerType, int gpibDevice);
\ No newline at end of file +int commanalyzer_set_spectrum_analyzer_reference_power_level(float desired_reflevel, char * commanalyzerType, int gpibDevice); +int commanalyzer_get_spectrum_analyzer_number_of_vertical_divisions( char * commanalyzerType, int gpibDevice);
\ No newline at end of file |