@@ -163,6 +163,7 @@ class PICALauncherApp:
163163 "K6517B R-T" : resource_path ("keithley/k6517b/High_Resistance/RT_K6517B_L350_T_Control_GUI.py" ),
164164 "K6517B R-T (T_Sensing)" : resource_path ("keithley/k6517b/High_Resistance/RT_K6517B_L350_T_Sensing_GUI.py" ),
165165 "Pyroelectric Current" : resource_path ("keithley/k6517b/Pyroelectricity/Pyroelectric_K6517B_L350_GUI.py" ),
166+ "K6517B Polling (Bias)" : resource_path ("keithley/k6517b/Pyroelectricity/Polling_K6517B_GUI.py" ),
166167 "Lakeshore Temp Control" : resource_path ("lakeshore/T_Control_L350_RangeControl_GUI.py" ),
167168 "Lakeshore Temp Monitor" : resource_path ("lakeshore/T_Sensing_L350_GUI.py" ),
168169 "LCR C-V Measurement" : resource_path ("keysight/CV_KE4980A_GUI.py" ),
@@ -563,7 +564,8 @@ def _configure_scrollable_frame(event):
563564 ])
564565 self ._create_suite_frame (
565566 right_col , 'Pyroelectric Measurement (Keithley 6517B)' , "Current Sensing" , None , [
566- ("PyroCurrent vs. T" , "Pyroelectric Current" )])
567+ ("PyroCurrent vs. T" , "Pyroelectric Current" ),
568+ ("Voltage Polling (Bias)" , "K6517B Polling (Bias)" )])
567569 self ._create_suite_frame (right_col ,
568570 'Temperature Utilities (Lakeshore 350)' ,
569571 "Control Utility" ,
0 commit comments