pidf v2_STSC { $********************************************************************* float version = 2.0; $$ version string institution = "UofMich"; $$ institute string project = "TSS"; $$ project string mission = "TSS-1R"; $$ mission string experiment = "SETS"; $$ experiment string instrument = "SETS"; $$ instrument string vinst = "STSC"; $$ vinst $********************************************************************* int num_groups = 4; $$ no. groups string group_name = "Current Monitors"; $$ group name string group_name = "Voltage Monitors"; $$ group name string group_name = "Amplitude Monitors"; $$ group name string group_name = "Temperature Monitors"; $$ group name int plot_avail_flag = 0x1; $$ plot avail int data_type_mask = 0x11; $$ Sen/Scn/Cal/Mode/Qual int instrument_dep = 0; $$ avg over $********************************************************************* int num_bin_sets = 0; $$ no. bin sets $********************************************************************* int num_units = 9; $$ no. units struct Unit0 { $--------------------UNITS 00----------------------------------------- int id = 0; $$ units id float min = 0.0; $$ unit min/max float max = 255.0; $$ unit min/max int unit_scaling = 1; $$ unit lin/log string unit_label = "Dimensionless"; $$ unit label string long_description = "Telemetry"; $$ long desc. string short_description = "Raw"; $$ short desc. int num_tables = 0; $$ number of tables }; struct Unit1 { $--------------------UNITS 01----------------------------------------- int id = 0; $$ units id float min = 0.0; $$ unit min/max float max = 1.0; $$ unit min/max int unit_scaling = 1; $$ unit lin/log string unit_label = "amps"; $$ unit label string long_description = "Current"; $$ long desc. string short_description = "I"; $$ short desc. int num_tables = 1; $$ number of tables int tbl_app_flag = 0; $$ table numbers int tbl_app_oper = 0; $$ operations }; struct Unit2 { $--------------------UNITS 02----------------------------------------- int id = 0; $$ units id float min = 0.0; $$ unit min/max float max = 2.0; $$ unit min/max int unit_scaling = 1; $$ unit lin/log string unit_label = "amps"; $$ unit label string long_description = "Current"; $$ long desc. string short_description = "I"; $$ short desc. int num_tables = 1; $$ number of tables int tbl_app_flag = 0; $$ table numbers int tbl_app_oper = 0; $$ operations }; struct Unit3 { $--------------------UNITS 03----------------------------------------- int id = 0; $$ units id float min = 0.0; $$ unit min/max float max = 6.5; $$ unit min/max int unit_scaling = 1; $$ unit lin/log string unit_label = "volts"; $$ unit label string long_description = "Voltage"; $$ long desc. string short_description = "V"; $$ short desc. int num_tables = 1; $$ number of tables int tbl_app_flag = 0; $$ table numbers int tbl_app_oper = 0; $$ operations }; struct Unit4 { $--------------------UNITS 04----------------------------------------- int id = 0; $$ units id float min = -6.5; $$ unit min/max float max = 0.0; $$ unit min/max int unit_scaling = 1; $$ unit lin/log string unit_label = "volts"; $$ unit label string long_description = "Voltage"; $$ long desc. string short_description = "V"; $$ short desc. int num_tables = 1; $$ number of tables int tbl_app_flag = 0; $$ table numbers int tbl_app_oper = 0; $$ operations }; struct Unit5 { $--------------------UNITS 05----------------------------------------- int id = 0; $$ units id float min = 0.0; $$ unit min/max float max = 0.25; $$ unit min/max int unit_scaling = 1; $$ unit lin/log string unit_label = "dB"; $$ unit label string long_description = "Power"; $$ long desc. string short_description = "Pwr"; $$ short desc. int num_tables = 1; $$ number of tables int tbl_app_flag = 0; $$ table numbers int tbl_app_oper = 0; $$ operations }; struct Unit6 { $--------------------UNITS 06----------------------------------------- int id = 0; $$ units id float min = 0.0; $$ unit min/max float max = 0.05; $$ unit min/max int unit_scaling = 1; $$ unit lin/log string unit_label = "dB"; $$ unit label string long_description = "Power"; $$ long desc. string short_description = "Pwr"; $$ short desc. int num_tables = 1; $$ number of tables int tbl_app_flag = 0; $$ table numbers int tbl_app_oper = 0; $$ operations }; struct Unit7 { $--------------------UNITS 07----------------------------------------- int id = 0; $$ units id float min = -40.0; $$ unit min/max float max = 100.0; $$ unit min/max int unit_scaling = 1; $$ unit lin/log string unit_label = "degrees C"; $$ unit label string long_description = "Temperature"; $$ long desc. string short_description = "Tmp"; $$ short desc. int num_tables = 1; $$ number of tables int tbl_app_flag = 0; $$ table numbers int tbl_app_oper = 0; $$ operations }; struct Unit8 { $--------------------UNITS 08----------------------------------------- int id = 0; $$ units id float min = -1.0; $$ unit min/max float max = 8.0; $$ unit min/max int unit_scaling = 1; $$ unit lin/log string unit_label = "Dimensionless"; $$ unit label string long_description = "Telemetry"; $$ long desc. string short_description = "Raw"; $$ short desc. int num_tables = 0; $$ number of tables }; $********************************************************************* int num_sensors = 9; $$ no. of sensors struct Sensor0 { $-------------------SENSOR 00----------------------------------------- string name = "Htr Cur"; $$ sensor name string component = "Heater"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 0; $$ pidf sensor num int vidf_sensor_num = 0; $$ sensor vidf no. int group_num = 0; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 1; $$ unit numbers }; struct Sensor1 { $-------------------SENSOR 01----------------------------------------- string name = "SRPA Cur"; $$ sensor name string component = "SRPA"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 1; $$ pidf sensor num int vidf_sensor_num = 1; $$ sensor vidf no. int group_num = 0; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 2; $$ unit numbers }; struct Sensor2 { $-------------------SENSOR 02----------------------------------------- string name = "Plus 6V SRPA Bus V"; $$ sensor name string component = "SRPA +6V"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 2; $$ pidf sensor num int vidf_sensor_num = 2; $$ sensor vidf no. int group_num = 1; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 3; $$ unit numbers }; struct Sensor3 { $-------------------SENSOR 03----------------------------------------- string name = "Neg 6V SRPA Bus V"; $$ sensor name string component = "SRPA -6V"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 3; $$ pidf sensor num int vidf_sensor_num = 3; $$ sensor vidf no. int group_num = 1; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 4; $$ unit numbers }; struct Sensor4 { $-------------------SENSOR 04----------------------------------------- string name = "10.5 kHz Ampl"; $$ sensor name string component = "10.5 kHz"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 4; $$ pidf sensor num int vidf_sensor_num = 4; $$ sensor vidf no. int group_num = 2; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 5; $$ unit numbers }; struct Sensor5 { $-------------------SENSOR 05----------------------------------------- string name = "8.5 kHz Ampl"; $$ sensor name string component = "8.5 kHz"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 5; $$ pidf sensor num int vidf_sensor_num = 5; $$ sensor vidf no. int group_num = 2; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 5; $$ unit numbers }; struct Sensor6 { $-------------------SENSOR 06----------------------------------------- string name = "LP 3.2 kHz Ampl"; $$ sensor name string component = "Langmuir Probe 3.2 kHz"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 6; $$ pidf sensor num int vidf_sensor_num = 6; $$ sensor vidf no. int group_num = 2; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 6; $$ unit numbers }; struct Sensor7 { $-------------------SENSOR 07----------------------------------------- string name = "Analyzer Elec T"; $$ sensor name string component = "Analyzer Electronics"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 7; $$ pidf sensor num int vidf_sensor_num = 7; $$ sensor vidf no. int group_num = 3; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 7; $$ unit numbers }; struct Sensor8 { $-------------------SENSOR 08----------------------------------------- string name = "Preamp T"; $$ sensor name string component = "Preamplifier"; $$ component name char source = 'V'; $$ source (V) (S) string scf_filename = "N/A"; $$ not applicable int pidf_sensor_num = 8; $$ pidf sensor num int vidf_sensor_num = 8; $$ sensor vidf no. int group_num = 3; $$ sensor group no. int display_flag = 1; $$ display bit int num_units = 2; $$ no. of units int unit_number = 0; $$ unit numbers int unit_number = 7; $$ unit numbers }; struct DataQual { $********************************************************************* string name = "Data Quality"; $$ dqual name string short_name = "Dqual"; $$ dqual name int num_units = 1; $$ no. of units int unit_number = 8; $$ unit numbers }; }