Skip to content

Commit 3d03887

Browse files
📃 docs(measurements ranges docs and texts slightly improved):
1 parent f583cd2 commit 3d03887

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

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⁻⁹ Ω to 10⁸ Ω")
312+
"Measurement Range: ~10 nΩ to 200 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/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⁻⁹ Ω to 10⁸ Ω")
286+
"Measurement Range: ~10 nΩ to 200 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):

PICA_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Here is a meticulously verified summary of the key measurement specifications fo
140140
| **Resistance** | **1 Ω** | **> 10 PΩ** ($10^{16}$ Ω) | **Derived** (from I-measure) |
141141
| **Current (Pyroelectric)** | **10 aA** ($10 \times 10^{-18}$ A) | **20 mA** | **10 aA** |
142142
| **Voltage** | **1 µV** | **200 V** | **1 µV** |
143-
| **Charge** | **10 fC** | **2 µC** | **10 fC** |
143+
| **Charge** | **1 fC** | **2 µC** | **10 fC** |
144144

145145
---
146146

PICA_v6.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def _configure_scrollable_frame(event):
299299
GROUP_PAD_Y = 15
300300

301301
# --- Left Column Suites ---
302-
self._create_suite_frame(left_col, 'Low Resistance (~10 nΩ to 1 GΩ)', "Current Driven", "Instruments: Keithley 6221/2182, Lakeshore 350", [
302+
self._create_suite_frame(left_col, 'Low Resistance (~10 nΩ to 200 MΩ)', "Current Driven", "Instruments: Keithley 6221/2182, Lakeshore 350", [
303303
("Sweep Mode I-V ", "Delta Mode I-V Sweep"),
304304
("Delta Mode R vs. T (T_Control)", "Delta Mode R-T"),
305305
("Delta Mode R vs. T (T_Sensing)", "Delta Mode R-T (T_Sensing)"),
@@ -316,7 +316,7 @@ def _configure_scrollable_frame(event):
316316
])
317317

318318
# --- Right Column Suites ---
319-
self._create_suite_frame(right_col, 'High Resistance (<10 Ω to >10 PΩ)', "Voltage Driven", "Instruments: Keithley 6517B, Lakeshore 350", [
319+
self._create_suite_frame(right_col, 'High Resistance (1 Ω to >10 PΩ)', "Voltage Driven", "Instruments: Keithley 6517B, Lakeshore 350", [
320320
("I-V Sweep", "K6517B I-V"),
321321
("R vs. T (T_Control)", "K6517B R-T"),
322322
("R vs. T (T_Sensing)", "K6517B R-T (T_Sensing)"),

Picachu.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -315,24 +315,24 @@ def _on_mousewheel_linux_macos(event):
315315
GROUP_PAD_Y = 15
316316

317317
# --- Left Column Suites ---
318-
self._create_suite_frame(left_col, 'Low Resistance (10⁻⁹ Ω to 10⁸ Ω)', "Current Driven", "Instruments: Keithley 6221/2182, Lakeshore 350", [
318+
self._create_suite_frame(left_col, 'Low Resistance (~10 nΩ to 200 MΩ)', "Current Driven", "Instruments: Keithley 6221/2182, Lakeshore 350", [
319319
("Delta Mode I-V Sweep", "Delta Mode I-V Sweep"),
320320
("Delta Mode R vs. T (T_Control)", "Delta Mode R-T"),
321321
("Delta Mode R vs. T (T_Sensing)", "Delta Mode R-T (T_Sensing)"),
322322
])
323-
self._create_suite_frame(left_col, 'Mid Resistance (10⁻³ Ω to 10⁹ Ω)', "Current Driven", "Instruments: Keithley 2400, Lakeshore 350", [
323+
self._create_suite_frame(left_col, 'Mid Resistance (<0.2 Ω to >200 MΩ)', "Current Driven", "Instruments: Keithley 2400, Lakeshore 350", [
324324
("I-V Sweep", "K2400 I-V"),
325325
("R vs. T (T_Control)", "K2400 R-T"),
326326
("R vs. T (T_Sensing)", "K2400 R-T (T_Sensing)"),
327327
])
328-
self._create_suite_frame(left_col, 'Mid Resistance, High Precision (10⁻⁶ Ω to 10⁹ Ω)', "Current Driven", "Instruments: Keithley 2400/2182, Lakeshore 350", [
328+
self._create_suite_frame(left_col, 'Mid Resistance, High Precision', "Current Driven", "Instruments: Keithley 2400/2182, Lakeshore 350", [
329329
("I-V Sweep", "K2400_2182 I-V"),
330330
("R vs. T (T_Control)", "K2400_2182 R-T"),
331331
("R vs. T (T_Sensing)", "K2400_2182 R-T (T_Sensing)"),
332332
])
333333

334334
# --- Right Column Suites ---
335-
self._create_suite_frame(right_col, 'High Resistance (10³ Ω to 10¹⁶ Ω)', "Voltage Driven", "Instruments: Keithley 6517B, Lakeshore 350", [
335+
self._create_suite_frame(right_col, 'High Resistance (1 Ω to >10 PΩ)', "Voltage Driven", "Instruments: Keithley 6517B, Lakeshore 350", [
336336
("I-V Sweep", "K6517B I-V"),
337337
("R vs. T (T_Control)", "K6517B R-T"),
338338
("R vs. T (T_Sensing)", "K6517B R-T (T_Sensing)"),
@@ -342,7 +342,7 @@ def _on_mousewheel_linux_macos(event):
342342
("Temperature Ramp", "Lakeshore Temp Control"),
343343
("Temperature Monitor", "Lakeshore Temp Monitor")
344344
])
345-
self._create_suite_frame(right_col, 'Capacitance (Keysight E4980A)', "Voltage Driven", None, [("C-V Measurement", "LCR C-V Measurement")])
345+
self._create_suite_frame(right_col, 'Capacitance & Impedance (20 Hz - 2 MHz)', "Voltage Driven", "Instrument: Keysight E4980A", [("C-V Measurement", "LCR C-V Measurement")])
346346

347347
return main_container
348348

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Here is a meticulously verified summary of the key measurement specifications fo
176176

177177
| Parameter | Lower Limit | Higher Limit | Best Resolution |
178178
| :------------------------ | :------------------------------------------------ | :-------------- | :------------------------------------------ |
179-
| **Resistance** | **~10 nΩ** (Practical limit set by system noise) | **1 GΩ** | **1 nV** (Voltage Resolution on 2182A) |
179+
| **Resistance** | **~10 nΩ** (Practical limit set by system noise) | **200 MΩ** | **Derived** (from V/I in Delta Mode) |
180180
| **Current Source (6221)** | **100 fA** | **105 mA** | **100 fA** (on the 2 nA range) |
181181
| **Voltage Measure (2182A)** | **1 nV** | **100 V** | **1 nV** (on the 10 mV range) |
182182
---
@@ -197,7 +197,7 @@ Here is a meticulously verified summary of the key measurement specifications fo
197197
| **Resistance** | **1 Ω** | **&gt; 10 PΩ** ($10^{16}$ Ω) | **Derived** (from I-measure) |
198198
| **Current (Pyroelectric)** | **10 aA** ($10 \times 10^{-18}$ A) | **20 mA** | **10 aA** |
199199
| **Voltage** | **1 µV** | **200 V** | **1 µV** |
200-
| **Charge** | **10 fC** | **2 µC** | **10 fC** |
200+
| **Charge** | **1 fC** | **2 µC** | **10 fC** |
201201

202202
---
203203
#### Keysight E4980A Precision LCR Meter (C-V Measurements)

_assets/PICA_Docs/Ranges_for_Measurements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Here is a meticulously verified summary of the key measurement specifications fo
99

1010
| Parameter | Lower Limit | Higher Limit | Best Resolution |
1111
| :------------------------ | :------------------------------------------------ | :-------------- | :------------------------------------------ |
12-
| **Resistance** | **~10 nΩ** (Practical limit set by system noise) | **1 GΩ** | **1 nV** (Voltage Resolution on 2182A) |
12+
| **Resistance** | **~10 nΩ** (Practical limit set by system noise) | **200 MΩ** | **Derived** (from V/I in Delta Mode) |
1313
| **Current Source (6221)** | **100 fA** | **105 mA** | **100 fA** (on the 2 nA range) |
1414
| **Voltage Measure (2182A)** | **1 nV** | **100 V** | **1 nV** (on the 10 mV range) |
1515

@@ -34,7 +34,7 @@ Here is a meticulously verified summary of the key measurement specifications fo
3434
| **Resistance** | **1 Ω** | **&gt; 10 PΩ** ($10^{16}$ Ω) | **Derived** (from I-measure) |
3535
| **Current (Pyroelectric)** | **10 aA** ($10 \times 10^{-18}$ A) | **20 mA** | **10 aA** |
3636
| **Voltage** | **1 µV** | **200 V** | **1 µV** |
37-
| **Charge** | **10 fC** | **2 µC** | **10 fC** |
37+
| **Charge** | **1 fC** | **2 µC** | **10 fC** |
3838

3939
---
4040

0 commit comments

Comments
 (0)