|
|
void | UpdateNA (std::vector< double > na_data, double na_span) |
| |
|
void | UpdateSpec (std::vector< float > spec_data, uint digi_rate) |
| |
|
void | ToTransmission () |
| |
|
void | ToReflection () |
| |
|
void | OutputToDigitizer () |
| |
|
void | OutputToNA () |
| |
|
void | Iteration (uint iter) |
| |
|
void | CavityLength (double length) |
| |
|
void | LOFrequency (double lo_freq) |
| |
|
|
| ProgramFrame (QObject *parent) |
| |
|
void | Prequel () |
| |
|
void | ShiftFrequencyWindow (double center_frequency) |
| |
|
void | SetBackground () |
| |
|
void | EstablishBinSize () |
| |
|
double | FindMinimaPeak (data_list formatted_points) |
| |
|
| ProgramCore (QObject *parent=0) |
| |
|
void | RetractCavity () |
| |
|
void | RapidTraverse () |
| |
|
void | PrequelTransmission () |
| |
|
void | PrequelReflection () |
| |
|
void | NextIteration () |
| |
|
void | Jitter () |
| |
|
|
data_list | power_to_data_list (std::vector< float > power_list, float min_freq, float max_freq) |
| |
|
data_list | power_to_data_list (std::vector< double > power_list, double min_freq, double max_freq) |
| |
|
template<typename T > |
| std::vector< T > | data_list_to_power (std::vector< data_triple< T > > data) |
| |
|
double | CheckPeak (double possible_mode_position) |
| |
|
std::string | BuildHeader () |
| |
|
void | MoveToBGSubtractionLength () |
| |
|
void | MoveToStartLength () |
| |
|
void | MoveToEndLength () |
| |
|
|
ModeTrack | mode_tracker |
| |
|
FlatFileSaver | data_saver { save_file_path } |
| |
|
const std::string | save_file_path = "/home/admx/Electric_Tiger_Data/" |
| |
|
const double | length_of_tune = 2.0 |
| |
|
const double | revs_per_iterations = 1 |
| |
|
const double | start_length = 7.0 |
| |
|
const double | background_scan_length = 5.0 |
| |
|
const double | nwa_span_MHz = 400.0 |
| |
|
const uint | nwa_points = 401 |
| |
|
const double | nwa_power_dBm = -15.0 |
| |
|
const double | signal_generator_power_dBm = 15.0 |
| |
|
const double | freq_window_MHz = 100.0 |
| |
|
const double | digitizer_rate_MHz = 180.0 |
| |
|
const double | na_min_freq = 3000.0 |
| |
|
const double | na_max_freq = 4600.0 |
| |
|
const uint | num_averages = 10000 |
| |
|
uint | rebin_size = 0 |
| |
|
const TCPSocketParam | psu_switch = TCPSocketParam( "Switch", "10.95.100.174", 9221 ) |
| |
|
const TCPSocketParam | network_analyzer = TCPSocketParam( "NetworkAnalyzer", "10.95.100.176", 1234 ) |
| |
|
const TCPSocketParam | stepper = TCPSocketParam( "Stepper", "10.95.100.177", 7776 ) |
| |
|
const TCPSocketParam | signal_generator = TCPSocketParam( "SignalGenerator", "10.95.100.175", 5025 ) |
| |
|
const TCPSocketParam | arduino_info = TCPSocketParam( "Arduino", "10.95.100.173", 23 ) |
| |
|
std::shared_ptr< ATS9462Engine > | ats9462 |
| |
|
Arduino * | arduino |
| |
|
NetworkAnalyzer * | hp8757_c |
| |
|
SignalGenerator * | mxg_n5183b |
| |
|
StepperMotor * | stm23_ee |
| |
|
Switch * | xdl_35_5tp |
| |
|
double | number_of_iterations = 0.0 |
| |
|
uint | iteration = 0 |
| |
The documentation for this class was generated from the following files:
- /home/bephillips2/Qt-Projects/Electric_Tiger_DAQ/Program/ProgramFrame/programframe.h
- /home/bephillips2/Qt-Projects/Electric_Tiger_DAQ/Program/ProgramFrame/programframe.cpp