Skip to content

Commit 4927969

Browse files
added quick run
1 parent 226251a commit 4927969

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/User_Manual.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ PICA is structured as a standard Python package.
109109
```bash
110110
pica-gui
111111
```
112+
> You can also run any of the individual GUI measurement modules independently. This is useful for quickly accessing a specific measurement without opening the main launcher. To do this, simply run the Python script for the desired module.
113+
> For example:
114+
> ```bash
115+
> python pica/keithley/k6517b/High_Resistance/IV_K6517B_GUI.py
116+
> ```
112117

113118
2. **Command Line Interface (CLI)**
114119
For headless operation (e.g., Raspberry Pi).

0 commit comments

Comments
 (0)