Skip to content

Commit a763e83

Browse files
quick run added
1 parent 7729cb3 commit a763e83

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,11 @@ PICA is structured as a standard Python package.
200200
```bash
201201
pica-gui
202202
```
203+
> 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.
204+
> For example:
205+
> ```bash
206+
> python pica/keithley/k6517b/High_Resistance/IV_K6517B_GUI.py
207+
> ```
203208

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

0 commit comments

Comments
 (0)