Skip to content

Commit e83b09c

Browse files
name fix
1 parent beaabbe commit e83b09c

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/User_Manual.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ python -B -m pytest --cov=pica --cov-report=term-missing -p no:cacheprovider
176176
#### Experimental Linux Instructions
177177
178178
> [!WARNING]
179-
> **Experimental Support:** The following instructions are for experimental purposes only. PICA is not officially supported on Linux, and you will likely encounter functional or UI-related issues.
179+
> **Experimental Support:** The following instructions are for experimental purposes only. PICA is not officially supported on Linux (for now), and you will likely encounter functional or UI-related issues.
180180
181181
For users who wish to experiment with PICA on Linux, please be aware of the following:
182182
@@ -190,7 +190,7 @@ For users who wish to experiment with PICA on Linux, please be aware of the foll
190190
```
191191
192192
2. **Installation:**
193-
Follow the standard installation steps outlined in section [3.2 Getting Started](#32-getting-started). While the commands should run, be aware that the application may not function correctly.
193+
Follow the standard installation steps outlined in section [3.2 Getting Started](#32-getting-started). While the commands should run, be aware that the application GUI may not function correctly.
194194
195195
## 4. Safety Precautions
196196
@@ -626,7 +626,7 @@ PICA (Root Directory)/
626626
Instrument_Control/
627627
k2400_2182/ <-- Mid Resistance (High Precision)
628628
IV_K2400_K2182_GUI.py
629-
RT_K2400_2182_L350_T_Sensing_GUI.py
629+
RT_K2400_K2182_L350_T_Sensing_GUII.py
630630
RT_K2400_K2182_T_Control_GUI.py
631631
Instrument_Control/
632632
k6517b/ <-- High Resistance & Pyroelectric

pica/cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"pica.keithley.k2400.RT_K2400_L350_T_Control_GUI",
1717
"pica.keithley.k2400.RT_K2400_L350_T_Sensing_GUI",
1818
"pica.keithley.k2400_2182.IV_K2400_K2182_GUI",
19-
"pica.keithley.k2400_2182.RT_K2400_2182_L350_T_Sensing_GUI",
20-
"pica.keithley.k2400_2182.RT_K2400_2182_T_Control_GUI",
19+
"pica.keithley.k2400_2182.RT_K2400_K2182_L350_T_Sensing_GUII",
20+
"pica.keithley.k2400_2182.RT_K2400_K2182_T_Control_GUI",
2121
"pica.keithley.k6517b.High_Resistance.IV_K6517B_GUI",
2222
"pica.keithley.k6517b.High_Resistance.RT_K6517B_L350_T_Control_GUI",
2323
"pica.keithley.k6517b.High_Resistance.RT_K6517B_L350_T_Sensing_GUI",

pica/keithley/k2400_2182/RT_K2400_2182_L350_T_Sensing_GUI.py renamed to pica/keithley/k2400_2182/RT_K2400_K2182_L350_T_Sensing_GUI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Module: RT_K2400_2182_L350_T_Sensing_GUI.py
2+
Module: RT_K2400_K2182_L350_T_Sensing_GUII.py
33
Purpose: GUI module for RT K2400 2182 L350 T Sensing GUI v2.
44
"""
55

pica/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ class PICALauncherApp:
135135
"K2400_2182 I-V": resource_path("keithley/k2400_2182/IV_K2400_K2182_GUI.py"),
136136
"K2400_2182 R-T": resource_path("keithley/k2400_2182/RT_K2400_K2182_T_Control_GUI.py"),
137137
"K2400_2182 R-T (T_Sensing)": resource_path(
138-
"keithley/k2400_2182/RT_K2400_2182_L350_T_Sensing_GUI.py"),
138+
"keithley/k2400_2182/RT_K2400_K2182_L350_T_Sensing_GUII.py"),
139139
"K6517B I-V": resource_path("keithley/k6517b/High_Resistance/IV_K6517B_GUI.py"),
140140
"K6517B R-T": resource_path("keithley/k6517b/High_Resistance/RT_K6517B_L350_T_Control_GUI.py"),
141141
"K6517B R-T (T_Sensing)": resource_path("keithley/k6517b/High_Resistance/RT_K6517B_L350_T_Sensing_GUI.py"),

0 commit comments

Comments
 (0)