Skip to content

Commit 2378997

Browse files
some more specs corrections
1 parent 2146e7a commit 2378997

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Delta_mode_Keithley_6221_2182/Delta_RT_K6221_K2182_L350_T_Control_Frontend_v5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def create_info_frame(self, parent):
283283

284284
details_text = ("Program Name: Delta Mode R vs. T (T-Control)\n"
285285
"Instruments: Keithley 6221/2182, Lakeshore 350\n"
286-
"Measurement Range: ~10 nΩ to 200 MΩ")
286+
"Measurement Range: 10 nΩ to 100 MΩ")
287287
ttk.Label(frame, text=details_text, justify='left').grid(row=3, column=0, columnspan=2, padx=15, pady=(0, 10), sticky='w')
288288

289289
def _load_logo(self, canvas):

Keithley_2400/RT_K2400_L350_T_Control_Frontend_v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def _create_info_panel(self, parent):
249249
ttk.Separator(frame, orient='horizontal').grid(row=2, column=1, sticky='ew', padx=10, pady=8)
250250
details_text = ("Program Name: R vs. T (T-Control)\n"
251251
"Instruments: Keithley 2400, Lakeshore 350\n"
252-
"Measurement Range: 10⁻³ Ω to 10⁹ Ω")
252+
"Measurement Range: 100 µΩ to 200 MΩ")
253253
ttk.Label(frame, text=details_text, justify='left', background=self.CLR_FRAME_BG).grid(row=3, column=0, columnspan=2, padx=15, pady=(0, 10), sticky='w')
254254
return frame
255255

0 commit comments

Comments
 (0)