Skip to content

Commit 2146e7a

Browse files
updated ranges values in many modules
1 parent ae52783 commit 2146e7a

8 files changed

Lines changed: 8 additions & 8 deletions

Delta_mode_Keithley_6221_2182/Delta_RT_K6221_K2182_L350_Sensing_Frontend_v5.py

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

310310
details_text = ("Program Mode: R vs. T (Passive Sensing)\n"
311311
"Instruments: Keithley 6221/2182, Lakeshore 350\n"
312-
"Measurement Range: ~10 nΩ to 200 MΩ")
312+
"Measurement Range: 10 nΩ to 100 MΩ")
313313
ttk.Label(frame, text=details_text, justify='left').grid(row=3, column=0, columnspan=2, padx=15, pady=(0, 10), sticky='w')
314314

315315
def _load_logo(self, canvas):

Delta_mode_Keithley_6221_2182/IV_K6221_DC_Sweep_Frontend_V10.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def create_info_frame(self, parent):
223223
# Program details
224224
details_text = ("Program Name: Delta Mode I-V Sweep\n"
225225
"Instruments: K6221 (Source), K2182 (Meter)\n"
226-
"Measurement Range: ~10 nΩ to 1 GΩ")
226+
"Measurement Range: 10 nΩ to 100 MΩ")
227227
ttk.Label(frame, text=details_text, justify='left').grid(row=3, column=0, columnspan=2, padx=15, pady=(0, 10), sticky='w')
228228

229229
def _load_logo(self, canvas):

Keithley_2400/IV_K2400_Frontend_v5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def create_info_frame(self, parent):
288288
ttk.Separator(frame, orient='horizontal').grid(row=2, column=1, sticky='ew', padx=10, pady=8)
289289
details_text = ("Program Name: I-V Sweep (4-Probe)\n"
290290
"Instrument: Keithley 2400\n"
291-
"Measurement Range: 10⁻³ Ω to 10⁹ Ω")
291+
"Measurement Range: 100 µΩ to 200 MΩ")
292292
ttk.Label(frame, text=details_text, justify='left', background=self.CLR_BG_DARK).grid(row=3, column=1, padx=10, pady=(0, 10), sticky='w')
293293

294294
def create_input_frame(self, parent):

Keithley_2400/RT_K2400_L350_T_Sensing_Frontend_v4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def _create_info_panel(self, parent, grid_row):
228228
ttk.Separator(frame, orient='horizontal').grid(row=2, column=1, sticky='ew', padx=10, pady=8)
229229
details_text = ("Program Name: R vs. T (T-Sensing)\n"
230230
"Instruments: Keithley 2400, Lakeshore 350\n"
231-
"Measurement Range: <0.2 Ω to >200 MΩ")
231+
"Measurement Range: 100 µΩ to 200 MΩ")
232232
ttk.Label(frame, text=details_text, justify='left', background=self.CLR_HEADER).grid(row=3, column=0, columnspan=2, padx=15, pady=(0, 10), sticky='w')
233233

234234
def _create_right_panel(self, parent):

Keithley_2400_Keithley_2182/IV_K2400_K2182_Frontend_v3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def _create_info_panel(self, parent, grid_row):
238238
ttk.Separator(frame, orient='horizontal').grid(row=2, column=1, sticky='ew', padx=10, pady=8)
239239
details_text = ("Program Name: I-V Sweep (4-Probe)\n"
240240
"Instruments: Keithley 2400, Keithley 2182\n"
241-
"Measurement Range: 10⁻⁶ Ω to 10⁹ Ω")
241+
"Measurement Range: 1 µΩ to 100 MΩ")
242242
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')
243243

244244
def _create_right_panel(self, parent):

Keithley_2400_Keithley_2182/RT_K2400_2182_L350_T_Sensing_Frontend_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def _create_info_panel(self, parent, grid_row):
231231
ttk.Separator(frame, orient='horizontal').grid(row=2, column=1, sticky='ew', padx=10, pady=8)
232232
details_text = ("Program Name: R vs. T (T-Sensing)\n"
233233
"Instruments: K2400, K2182, L350\n"
234-
"Measurement Range: <0.2 Ω to >200 MΩ")
234+
"Measurement Range: 1 µΩ to 100 MΩ")
235235
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')
236236

237237
def _create_right_panel(self, parent):

Keithley_6517B/High_Resistance/IV_K6517B_Frontend_v11.py

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

333333
details_text = ("Program Name: I-V Sweep\n"
334334
"Instrument: Keithley 6517B Electrometer\n"
335-
"Measurement Range: 10³ Ω to 10¹⁶ Ω")
335+
"Measurement Range: 1 Ω to 10 PΩ (10¹⁶ Ω)")
336336
ttk.Label(frame, text=details_text, justify='left').grid(row=3, column=0, columnspan=2, padx=15, pady=(0, 10), sticky='w')
337337

338338

Keithley_6517B/High_Resistance/RT_K6517B_L350_T_Sensing_Frontend_v14.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def create_info_frame(self, parent):
346346
# Program details
347347
details_text = ("Program Name: R vs. T (T-Sensing)\n"
348348
"Instruments: Lakeshore 350, Keithley 6517B\n"
349-
"Measurement Range: <10 Ω to >10 PΩ")
349+
"Measurement Range: 1 Ω to 10 PΩ")
350350
ttk.Label(frame, text=details_text, justify='left').grid(row=3, column=0, columnspan=2, padx=15, pady=(0, 10), sticky='w')
351351

352352

0 commit comments

Comments
 (0)