Skip to content

Commit 96ee42e

Browse files
numbering fixes
1 parent 14f8cdb commit 96ee42e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/User_Manual.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ pip install -r requirements-dev.txt
137137

138138
## 5. Core Utilities
139139

140-
### 4.1 VISA Instrument Scanner
140+
### 5.1 VISA Instrument Scanner
141141

142142
*File Reference: `pica/utils/GPIB_Instrument_Scanner_GUI.py`*
143143

144-
Automatically launched upon startup (and accessible within modules), this utility scans for connected hardware. It uses `ResourceManager.list_resources()` to find devices and sends a standard ``*IDN?`` query to verify communication. This allows users to verify their hardware configuration before starting any experiment.
144+
Automatically launched upon startup (and accessible within modules), this utility scans for connected hardware. It uses `ResourceManager.list_resources()` to find devices and sends a standard `*IDN?` query to verify communication. This allows users to verify their hardware configuration before starting any experiment.
145145
146146
In the main PICA launcher, the VISA/GPIB scanner is configured to execute automatically at application startup. This design choice is motivated by the fact that initiating a measurement without first verifying the instrument connection is highly likely to fail and may result in non-informative error messages, such as a VISA connection timeout.
147147
@@ -151,7 +151,7 @@ In the main PICA launcher, the VISA/GPIB scanner is configured to execute automa
151151
<em>The PICA Instrument Scanner utility, which automatically detects and identifies connected instruments.</em>
152152
</p>
153153
154-
### 4.2 PICA Plotter Utility
154+
### 5.2 PICA Plotter Utility
155155
156156
*File Reference: `pica/utils/PlotterUtil_GUI.py`*
157157
@@ -167,19 +167,19 @@ A standalone, multiprocessing-enabled tool for detailed data analysis. Unlike th
167167
<em>The PICA Plotter Utility, a tool for data visualization and comparative analysis of multiple datasets including live plotting.</em>
168168
</p>
169169
170-
### 4.3 Embedded Document Viewer
170+
### 5.3 Embedded Document Viewer
171171
172172
To ensure the software is self-contained (useful for offline lab computers), PICA includes an in-app viewer for project documentation, including this User Manual, the License, and the Changelog.
173173
174-
### 4.4 Measurement Module Interface
174+
### 5.4 Measurement Module Interface
175175
176176
Each measurement module consists of two primary windows: the control window on the left and the plotter window on the right. The dimensions of both windows are resizable. Upon launching a measurement module, it is recommended to first enlarge the control window, as it is required for configuring all experimental parameters. Typical settings include specifying the sample file name, selecting the file storage location, choosing the instrument address via a selection box, and defining voltage and temperature step sizes, delays, and other experimental parameters.
177177
178178
The control window also contains a console located below the parameter settings. This console can be scrolled and provides a continuous log of all operations executed by the software. The right-hand plot window is a simplified plotting interface that can display one, two, or three plots, depending on the specific module. The plots are updated in real time, and some modules allow switching the axes to a logarithmic scale to improve data visualization. The plotting interface is intentionally kept minimalistic, with limited functionality, to reduce unnecessary user interaction with the measurement setup, and maintaining the measurement program in a simplified form by omitting nonessential features.
179179
180180
Above the plot area, there are two buttons providing access to the [VISA Instrument Scanner](#41-visa-instrument-scanner) and [PICA Plotter Utility](#42-pica-plotter-utility). These utilities are accessible from all modules to facilitate rapid testing and diagnostics. The VISA/GPIB scanner allows the user to quickly verify whether instruments are properly connected and recognized by the system, while the plotter utility offers additional plotting capabilities beyond those available in the default plot window.
181181
182-
## 5. Supported Measurement Modules
182+
## 6. Supported Measurement Modules
183183
184184
PICA is designed to be as versatile as possible, while being optimized for specific classes of instruments. The following modules represent the core capabilities of the suite, supporting a resistance scale spanning **24 orders of magnitude** (10 nOhm to 10 POhm) depending on the hardware used.
185185

0 commit comments

Comments
 (0)