File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -626,7 +626,7 @@ PICA (Root Directory)/
626626 Instrument_Control/
627627 k2400_2182/ <-- Mid Resistance (High Precision)
628628 IV_K2400_K2182_GUI.py
629- RT_K2400_K2182_L350_T_Sensing_GUII .py
629+ RT_K2400_K2182_L350_T_Sensing_GUI .py
630630 RT_K2400_K2182_T_Control_GUI.py
631631 Instrument_Control/
632632 k6517b/ <-- High Resistance & Pyroelectric
Original file line number Diff line number Diff line change 1616 "pica.keithley.k2400.RT_K2400_L350_T_Control_GUI" ,
1717 "pica.keithley.k2400.RT_K2400_L350_T_Sensing_GUI" ,
1818 "pica.keithley.k2400_2182.IV_K2400_K2182_GUI" ,
19- "pica.keithley.k2400_2182.RT_K2400_K2182_L350_T_Sensing_GUII " ,
19+ "pica.keithley.k2400_2182.RT_K2400_K2182_L350_T_Sensing_GUI " ,
2020 "pica.keithley.k2400_2182.RT_K2400_K2182_T_Control_GUI" ,
2121 "pica.keithley.k6517b.High_Resistance.IV_K6517B_GUI" ,
2222 "pica.keithley.k6517b.High_Resistance.RT_K6517B_L350_T_Control_GUI" ,
Original file line number Diff line number Diff line change 11"""
2- Module: RT_K2400_K2182_L350_T_Sensing_GUII .py
2+ Module: RT_K2400_K2182_L350_T_Sensing_GUI .py
33Purpose: GUI module for RT K2400 2182 L350 T Sensing GUI v2.
44"""
55
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ class PICALauncherApp:
135135 "K2400_2182 I-V" : resource_path ("keithley/k2400_2182/IV_K2400_K2182_GUI.py" ),
136136 "K2400_2182 R-T" : resource_path ("keithley/k2400_2182/RT_K2400_K2182_T_Control_GUI.py" ),
137137 "K2400_2182 R-T (T_Sensing)" : resource_path (
138- "keithley/k2400_2182/RT_K2400_K2182_L350_T_Sensing_GUII .py" ),
138+ "keithley/k2400_2182/RT_K2400_K2182_L350_T_Sensing_GUI .py" ),
139139 "K6517B I-V" : resource_path ("keithley/k6517b/High_Resistance/IV_K6517B_GUI.py" ),
140140 "K6517B R-T" : resource_path ("keithley/k6517b/High_Resistance/RT_K6517B_L350_T_Control_GUI.py" ),
141141 "K6517B R-T (T_Sensing)" : resource_path ("keithley/k6517b/High_Resistance/RT_K6517B_L350_T_Sensing_GUI.py" ),
You can’t perform that action at this time.
0 commit comments