Skip to content

Commit 2b1ebdd

Browse files
removed version names v4
1 parent 01b9942 commit 2b1ebdd

50 files changed

Lines changed: 2627 additions & 2487 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ If you have a script for a new instrument (e.g., a lock-in amplifier) that you w
2020
To run the PICA launcher locally for development:
2121
```bash
2222
pip install -e .
23-
python PICA_v6.py
23+
python PICA.py

Change_Logs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
- New `K2400 R-T (T_Sensing)` module.
2424
- New `K2400_2182 R-T (T_Sensing)` module.
2525
- New `K6517B R-T (T_Sensing)` module.
26-
- **Plotter Utility Upgrade:** Enhanced `PlotterUtil_GUI_v3.py` to support simultaneous multi-file plotting.
26+
- **Plotter Utility Upgrade:** Enhanced `PlotterUtil_GUI.py` to support simultaneous multi-file plotting.
2727

2828
---
2929

@@ -42,7 +42,7 @@
4242
**Documentation & Launcher Synchronization**
4343
- **Documentation Overhaul:** Synchronized `README.md` and `Change_Logs.md`.
4444
- **Executable-Specific README:** Created `PICA_README.md`.
45-
- **Launcher Script Update:** Updated `PICA_v6.py` to reflect versioning.
45+
- **Launcher Script Update:** Updated `PICA.py` to reflect versioning.
4646

4747
---
4848

@@ -88,7 +88,7 @@
8888
*Released: October 05, 2025*
8989

9090
**PICA Launcher & Script Integration**
91-
- **Enhancement:** Upgraded to `PICA_v6.py` with a two-column layout.
91+
- **Enhancement:** Upgraded to `PICA.py` with a two-column layout.
9292
- **New Feature:** Integrated markdown documentation viewer and automatic GPIB/VISA scanner.
9393

9494
---

Delta_mode_Keithley_6221_2182/Delta_RT_K6221_K2182_L350_Sensing_GUI_v5.py renamed to Delta_mode_Keithley_6221_2182/Delta_RT_K6221_K2182_L350_Sensing_GUI.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Module: Delta_RT_K6221_K2182_L350_Sensing_GUI_v5.py
2+
Module: Delta_RT_K6221_K2182_L350_Sensing_GUI.py
33
Purpose: GUI module for Delta RT K6221 K2182 L350 Sensing GUI v5.
44
"""
55

@@ -82,7 +82,7 @@ def launch_plotter_utility():
8282
script_dir,
8383
"..",
8484
"Utilities",
85-
"PlotterUtil_GUI_v3.py")
85+
"PlotterUtil_GUI.py")
8686
if not os.path.exists(plotter_path):
8787
messagebox.showerror(
8888
"File Not Found",
@@ -103,7 +103,7 @@ def launch_gpib_scanner():
103103
script_dir,
104104
"..",
105105
"Utilities",
106-
"GPIB_Instrument_Scanner_GUI_v4.py")
106+
"GPIB_Instrument_Scanner_GUI.py")
107107
if not os.path.exists(scanner_path):
108108
messagebox.showerror(
109109
"File Not Found",

Delta_mode_Keithley_6221_2182/Delta_RT_K6221_K2182_L350_T_Control_GUI_v5.py renamed to Delta_mode_Keithley_6221_2182/Delta_RT_K6221_K2182_L350_T_Control_GUI.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Module: Delta_RT_K6221_K2182_L350_T_Control_GUI_v5.py
2+
Module: Delta_RT_K6221_K2182_L350_T_Control_GUI.py
33
Purpose: GUI module for Delta RT K6221 K2182 L350 T Control GUI v5.
44
"""
55

@@ -68,7 +68,7 @@ def launch_plotter_utility():
6868
script_dir,
6969
"..",
7070
"Utilities",
71-
"PlotterUtil_GUI_v3.py")
71+
"PlotterUtil_GUI.py")
7272
if not os.path.exists(plotter_path):
7373
messagebox.showerror(
7474
"File Not Found",
@@ -89,7 +89,7 @@ def launch_gpib_scanner():
8989
script_dir,
9090
"..",
9191
"Utilities",
92-
"GPIB_Instrument_Scanner_GUI_v4.py")
92+
"GPIB_Instrument_Scanner_GUI.py")
9393
if not os.path.exists(scanner_path):
9494
messagebox.showerror(
9595
"File Not Found",

Delta_mode_Keithley_6221_2182/IV_K6221_DC_Sweep_GUI_V10.py renamed to Delta_mode_Keithley_6221_2182/IV_K6221_DC_Sweep_GUI.py

File renamed without changes.

Delta_mode_Keithley_6221_2182/Instrument_Control/Delta_K6221_K2182_L350_T_Sensing_Instrument_Control_v1.py renamed to Delta_mode_Keithley_6221_2182/Instrument_Control/Delta_K6221_K2182_L350_T_Sensing_Instrument_Control.py

File renamed without changes.

Delta_mode_Keithley_6221_2182/Instrument_Control/Delta_K6221_K2182_Simple_v7.py renamed to Delta_mode_Keithley_6221_2182/Instrument_Control/Delta_K6221_K2182_Simple.py

File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Module: IV_K2400_GUI_v5.py
2+
Module: IV_K2400_GUI.py
33
Purpose: GUI module for IV K2400 GUI v5.
44
"""
55

@@ -70,7 +70,7 @@ def launch_plotter_utility():
7070
script_dir,
7171
"..",
7272
"Utilities",
73-
"PlotterUtil_GUI_v3.py")
73+
"PlotterUtil_GUI.py")
7474
if not os.path.exists(plotter_path):
7575
messagebox.showerror("File Not Found",
7676
f"Plotter Utility not found at:\n{plotter_path}")
@@ -88,7 +88,7 @@ def launch_gpib_scanner():
8888
script_dir,
8989
"..",
9090
"Utilities",
91-
"GPIB_Instrument_Scanner_GUI_v4.py")
91+
"GPIB_Instrument_Scanner_GUI.py")
9292
if not os.path.exists(scanner_path):
9393
messagebox.showerror("File Not Found",
9494
f"GPIB Scanner not found at:\n{scanner_path}")

Keithley_2400/Instrument_Control/IV_K2400_Loop_Instrument_Control_v10.py renamed to Keithley_2400/Instrument_Control/IV_K2400_Loop_Instrument_Control.py

File renamed without changes.

Keithley_2400/RT_K2400_L350_T_Control_GUI_v3.py renamed to Keithley_2400/RT_K2400_L350_T_Control_GUI.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Module: RT_K2400_L350_T_Control_GUI_v3.py
2+
Module: RT_K2400_L350_T_Control_GUI.py
33
Purpose: GUI module for RT K2400 L350 T Control GUI v3.
44
"""
55

@@ -77,7 +77,7 @@ def launch_plotter_utility():
7777
script_dir,
7878
"..",
7979
"Utilities",
80-
"PlotterUtil_GUI_v3.py")
80+
"PlotterUtil_GUI.py")
8181
if not os.path.exists(plotter_path):
8282
messagebox.showerror(
8383
"File Not Found",
@@ -95,7 +95,7 @@ def launch_gpib_scanner():
9595
script_dir,
9696
"..",
9797
"Utilities",
98-
"GPIB_Instrument_Scanner_GUI_v4.py")
98+
"GPIB_Instrument_Scanner_GUI.py")
9999
Process(target=run_script_process, args=(scanner_path,)).start()
100100

101101
# -------------------------------------------------------------------------------

0 commit comments

Comments
 (0)