Skip to content

Commit 3427a86

Browse files
📃 docs(Updated Update.md):
1 parent 82fee63 commit 3427a86

2 files changed

Lines changed: 17 additions & 5 deletions

File tree

PICA_Launcher_V5.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,25 +89,25 @@ class PICALauncherApp:
8989

9090
SCRIPT_PATHS = {
9191
# Based on Updates.md, using the latest versions of scripts.
92-
"Delta Mode I-V Sweep": resource_path("Delta_mode_Keithley_6221_2182A/Delta_Mode_IV_Ambient.py"),
93-
"Delta Mode R-T (Active)": resource_path("Delta_mode_Keithley_6221_2182A/Delta_Mode_Active_Temp_Control.py"),
94-
"Delta Mode I-V Sweep": resource_path("Delta_mode_Keithley_6221_2182A/K6221_DC_Sweep_V7.py"),
92+
"Delta Mode I-V Sweep": resource_path("Delta_mode_Keithley_6221_2182A/Delta_Mode_IV_Ambient.py"), # Latest as of Oct 3
93+
"Delta Mode I-V Sweep": resource_path("Delta_mode_Keithley_6221_2182A/K6221_DC_Sweep_V7.py"), # Corrected from Delta_Mode_IV_Ambient.py
9594
"Delta Mode R-T (Active)": resource_path("Delta_mode_Keithley_6221_2182A/Delta_Mode_Active_Temp_Control_V2.py"),
9695
"Delta Mode R-T (Passive)": resource_path("Delta_mode_Keithley_6221_2182A/Delta_Lakeshore_Frontend_Passive_V1.py"),
9796
"K2400 I-V": resource_path("Keithley_2400/Frontend_IV_2400_V3.py"),
98-
"K2400 R-T": resource_path("Keithley_2400/Frontend_Keithley_2400_Lakeshore_350_V_vs_T.py"),
9997
"K2400 R-T": resource_path("Keithley_2400/Frontend_Keithley_2400_Lakeshore_350_V_vs_T_V1.py"),
10098
"K2400_2182 I-V": resource_path("Keithley_2400_Keithley_2182/IV_Sweep_Keithley_2182.py"),
10199
"K2400_2182 R-T": resource_path("Keithley_2400_Keithley_2182/VT_Curve_IV_Sweep_Keithley_2400_2182_Lakeshore_350.py"),
100+
"K2400_2182 I-V": resource_path("Keithley_2400_Keithley_2182/IV_Sweep_Keithley_2182_V1.py"), # Corrected from IV_Sweep_Keithley_2182.py
101+
"K2400_2182 R-T": resource_path("Keithley_2400_Keithley_2182/VT_Curve_IV_Sweep_Keithley_2400_2182_Lakeshore_350_V1.py"), # Corrected from VT_Curve_IV_Sweep_Keithley_2400_2182_Lakeshore_350.py
102102
"K6517B I-V": resource_path("Keithley_6517B/High_Resistance/Keithley_6517B_IV_Frontend_V9.py"),
103-
"K6517B R-T (Active)": resource_path("Keithley_6517B/High_Resistance/6517B_high_resistance_lakeshore_RT_Frontend.py"),
104103
"K6517B R-T (Active)": resource_path("Keithley_6517B/High_Resistance/6517B_high_resistance_lakeshore_RT_Frontend_V11p2_5Always.py"),
105104
"K6517B R-T (Passive)": resource_path("Keithley_6517B/High_Resistance/6517B_high_resistance_lakeshore_RT_Frontend_V12_Passive.py"),
106105
"Pyroelectric Current": resource_path("Keithley_6517B/Pyroelectricity/Pyroelectric_Measurement_GUI_V1.py"),
107106
"Lakeshore Temp Control": resource_path("Lakeshore_350_340/lakeshore350_temp_ramp_Frontend_V4.py"),
108107
"Lakeshore Temp Monitor": resource_path("Lakeshore_350_340/lakeshore350_passive_monitor_Frontend_V1.py"),
109108
"LCR C-V Measurement": resource_path("LCR_Keysight_E4980A/LCR_CV.py"),
110109
"Lock-in AC Measurement": resource_path("Lock_in_amplifier/AC_Transport_GUI.py"),
110+
"Lock-in AC Measurement": resource_path("Lock_in_amplifier/AC_Transport_GUI_V1.py"), # Corrected from AC_Transport_GUI.py
111111
}
112112

113113
def __init__(self, root):

Updates.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## Instrument & Software Update Log
22

3+
### October 4, 2025
4+
5+
**PICA Launcher & Delta Mode Suite**
6+
7+
- **Enhancement:** Updated `PICA_Launcher_V5.py` to resolve duplicate script paths and ensure it correctly launches the latest versions of all measurement programs.
8+
- **Enhancement:** Successfully tested and validated the latest Delta Mode scripts:
9+
- `Delta_Mode_Active_Temp_Control_V2.py`: Active R-T measurements confirmed to be stable and accurate.
10+
- `Delta_Mode_IV_Ambient.py`: I-V sweep functionality verified.
11+
- **Files Modified:** `PICA_Launcher_V5.py`, `Delta_Mode_Active_Temp_Control_V2.py`, `Delta_Mode_IV_Ambient.py`.
12+
13+
---
14+
315
### October 3, 2025
416

517
**Delta Mode Measurement Suite (Keithley 6221/2182A)**

0 commit comments

Comments
 (0)