Skip to content

Commit 476ca7a

Browse files
path updated in docs
1 parent eba37ea commit 476ca7a

1 file changed

Lines changed: 125 additions & 91 deletions

File tree

docs/project_paths_reference.txt

Lines changed: 125 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -1,112 +1,146 @@
11
PICA Project File Structure Reference
2-
Generated on: 2025-11-21 23:18:42
2+
Generated on: 2025-12-03 01:43:13
33
================================================================================
44

55
PICA (Root Directory)/
6+
.coveragerc
67
.gitignore
8+
CHANGELOG.md
79
CITATION.cff
810
CODE_OF_CONDUCT.md
911
CONTRIBUTING.md
1012
LICENSE
11-
PICA.py
1213
README.md
13-
Update_path.py
14+
path.py
15+
pica_cli.py
1416
pyproject.toml
1517
requirements.txt
1618
robots.txt
17-
assets/
18-
Images/
19-
PICA_Laucher.png
20-
PICA_Laucher.png
21-
LOGO/
22-
PICA_LOGO.ico
23-
PICA_LOGO.png
24-
PICA_LOGO_NBG.png
25-
UGC_DAE_CSR.ico
26-
UGC_DAE_CSR.jpeg
27-
UGC_DAE_CSR_NBG.jpeg
28-
Manuals/
29-
6517B-900-01B_August_2022_User.pdf
30-
6517B-901-01E_Aug_2022_Ref.pdf
31-
Keithley_2182A_Manual.pdf
32-
Keithley_6221_Manual.pdf
33-
Keithley_Low-Level-Measurements-Handbook_7Ed.pdf
34-
Lakeshore_340_Manual.pdf
35-
Lakeshore_350_Manual.pdf
36-
PyMeasure_Documentation.pdf
37-
PyMeasure_Keithley-2400-Example.pdf
38-
PyVISA_Complex-Examples.pdf
39-
PyVISA_Documentation.epub
40-
pymeasure-readthedocs-io-en-latest.pdf
41-
Delta_mode_Keithley_6221_2182/
42-
Delta_RT_K6221_K2182_L350_Sensing_GUI.py
43-
Delta_RT_K6221_K2182_L350_T_Control_GUI.py
44-
IV_K6221_DC_Sweep_GUI.py
45-
Backends/
46-
Delta_K6221_K2182_L350_T_Sensing_Backend_v1.py
47-
Delta_K6221_K2182_Simple.py
48-
deployment/
49-
Picachu.py
50-
build-exe.yml
51-
build.py
19+
run_pica.py
20+
.github/
21+
workflows/
22+
build_pdf.yml
23+
codeql.yml
24+
joss_tests.yml
25+
python-app.yml
5226
docs/
53-
Change_Logs.md
54-
GPIB_Address_Guide.md
55-
Geting_Strated_With_Interfacing.md
56-
PICA_README.md
5727
Ranges_for_Measurements.md
58-
index.rst
59-
project_paths_reference.txt
60-
Keithley_2400/
61-
IV_K2400_GUI.py
62-
RT_K2400_L350_T_Control_GUI.py
63-
RT_K2400_L350_T_Sensing_GUI.py
64-
Backends/
65-
IV_K2400_Loop_Backend_v10.py
66-
Keithley_2400_Keithley_2182/
67-
IV_K2400_K2182_GUI.py
68-
RT_K2400_2182_L350_T_Sensing_GUI.py
69-
RT_K2400_K2182_T_Control_GUI.py
70-
Backends/
71-
IV_K2400_K2182_Backend_v1.py
72-
Keithley_6517B/
73-
High_Resistance/
74-
IV_K6517B_GUI.py
75-
RT_K6517B_L350_T_Control_GUI.py
76-
RT_K6517B_L350_T_Sensing_GUI.py
77-
Backends/
78-
IV_K6517B_L350_T_Control_Backend_v6.py
79-
IV_K6517B_Simple_Backend_v10.py
80-
Pyroelectricity/
81-
Pyroelectric_K6517B_L350_GUI.py
82-
Backends/
83-
Current_K6517B_Simple_Backend_v10.py
84-
Poling_K6517B_Backend_v10.py
85-
PyroDataVisualization_Simple.py
86-
Pyroelectric_K6517B_Working_Backend_v10.py
87-
Lakeshore_350_340/
88-
T_Control_L350_RangeControl_GUI.py
89-
T_Sensing_L350_GUI.py
90-
Backends/
91-
T_Control_L350_Simple_Backend_v10.py
92-
LCR_Keysight_E4980A/
93-
CV_KE4980A_GUI.py
94-
Backends/
95-
CV_KE4980A_Simple_Backend_v10.py
96-
Lock_in_amplifier/
97-
BasicTest_S830_Backend_v1.py
98-
paper/
28+
User_Manual.md
9929
paper.bib
10030
paper.md
31+
project_paths_reference.txt
32+
pica/
33+
__init__.py
34+
cli.py
35+
main.py
36+
assets/
37+
__init__.py
38+
Images/
39+
PICA_Laucher.png
40+
PICA_Laucher_V6.png
41+
__init__.py
42+
LOGO/
43+
PICA_LOGO.ico
44+
PICA_LOGO.png
45+
PICA_LOGO_NBG.png
46+
UGC_DAE_CSR.ico
47+
UGC_DAE_CSR.jpeg
48+
UGC_DAE_CSR_NBG.jpeg
49+
__init__.py
50+
Manuals/
51+
6517B-900-01B_August_2022_User.pdf
52+
6517B-901-01E_Aug_2022_Ref.pdf
53+
Keithley_2182A_Manual.pdf
54+
Keithley_6221_Manual.pdf
55+
Keithley_Low-Level-Measurements-Handbook_7Ed.pdf
56+
Lakeshore_340_Manual.pdf
57+
Lakeshore_350_Manual.pdf
58+
PyMeasure_Documentation.pdf
59+
PyMeasure_Keithley-2400-Example.pdf
60+
PyVISA_Complex-Examples.pdf
61+
PyVISA_Documentation.epub
62+
__init__.py
63+
pymeasure-readthedocs-io-en-latest.pdf
64+
keithley/
65+
__init__.py
66+
delta_mode/
67+
Delta_RT_K6221_K2182_L350_Sensing_GUI.py
68+
Delta_RT_K6221_K2182_L350_T_Control_GUI.py
69+
IV_K6221_DC_Sweep_GUI.py
70+
__init__.py
71+
Instrument_Control/
72+
Delta_K6221_K2182_L350_T_Sensing_Instrument_Control.py
73+
Delta_K6221_K2182_Simple.py
74+
__init__.py
75+
k2400/
76+
IV_K2400_GUI.py
77+
RT_K2400_L350_T_Control_GUI.py
78+
RT_K2400_L350_T_Sensing_GUI.py
79+
__init__.py
80+
Instrument_Control/
81+
IV_K2400_Loop_Instrument_Control.py
82+
__init__.py
83+
k2400_2182/
84+
IV_K2400_K2182_GUI.py
85+
RT_K2400_2182_L350_T_Sensing_GUI.py
86+
RT_K2400_K2182_T_Control_GUI.py
87+
__init__.py
88+
Instrument_Control/
89+
IV_K2400_K2182_Instrument_Control.py
90+
__init__.py
91+
k6517b/
92+
__init__.py
93+
High_Resistance/
94+
IV_K6517B_GUI.py
95+
RT_K6517B_L350_T_Control_GUI.py
96+
RT_K6517B_L350_T_Sensing_GUI.py
97+
__init__.py
98+
Instrument_Control/
99+
IV_K6517B_L350_T_Control_Instrument_Control.py
100+
IV_K6517B_Simple_Instrument_Control.py
101+
__init__.py
102+
Pyroelectricity/
103+
Pyroelectric_K6517B_L350_GUI.py
104+
__init__.py
105+
Instrument_Control/
106+
Current_K6517B_Simple_Instrument_Control.py
107+
Poling_K6517B_Instrument_Control.py
108+
PyroDataVisualization_Simple.py
109+
Pyroelectric_K6517B_Working_Instrument_Control.py
110+
__init__.py
111+
keysight/
112+
CV_KE4980A_GUI.py
113+
__init__.py
114+
Instrument_Control/
115+
CV_KE4980A_Simple_Instrument_Control.py
116+
__init__.py
117+
lakeshore/
118+
T_Control_L350_RangeControl_GUI.py
119+
T_Sensing_L350_GUI.py
120+
__init__.py
121+
Instrument_Control/
122+
T_Control_L350_Simple_Instrument_Control.py
123+
__init__.py
124+
lockin/
125+
BasicTest_S830_Instrument_Control.py
126+
__init__.py
127+
utils/
128+
GIPB_InterfaceTest_Simple_Instrument_Control.py
129+
GPIB_Instrument_Scanner_GUI.py
130+
GPIB_Interface_Rescue_Simple_Instrument_Control_v2_.py
131+
GUI_Basic_Format.py
132+
LivePlotter.py
133+
PlotterUtil_GUI.py
134+
__init__.py
135+
scripts/
101136
tests/
102137
__init__.py
103-
test_auto_discovery.py
138+
conftest.py
139+
test_backends_logic.py
104140
test_deep_simulation.py
105141
test_full_stack_simulation.py
106-
Utilities/
107-
GIPB_InterfaceTest_Simple_Backend.py
108-
GPIB_Instrument_Scanner_GUI.py
109-
GPIB_Interface_Rescue_Simple_Backened_v2_.py
110-
GUI_Basic_Format.py
111-
LivePlotter.py
112-
PlotterUtil_GUI.py
142+
test_gui_layouts.py
143+
test_gui_modules_initialization.py
144+
test_package_integrity.py
145+
test_pica_launcher.py
146+
test_utilities_logic.py

0 commit comments

Comments
 (0)