Skip to content

Commit 0668fb2

Browse files
minor corrections
1 parent 889d4fa commit 0668fb2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Research & Documentation
1111

1212
Paper Draft: Completed and presented the first draft of the research paper to Dr. Sudip Mukherjee.
1313

14-
Feedback: Received critical feedback regarding the inclusion of ATMS (Advanced Trasport Measuremenet Systems).
14+
Feedback: Received critical feedback regarding the inclusion of ATMS (Advanced Transport Measuremenet Systems).
1515

1616
[Community] - 2025-12-01
1717

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The suite performs automated protocols including:
6767

6868
Advancements in experimental physics and device manufacturing depend on the precise characterization of material properties under extreme physical conditions. Researchers often face a binary choice: purchase expensive proprietary software or develop custom measurement scripts from scratch.
6969

70-
While libraries such as **PyVISA** and **PyMeasure** provide foundational drivers, they require the user to write and maintain code. **PICA addresses this gap by functioning as a turnkey application.** It offers a "ready-to-run" graphical interface that abstracts underlying control logic, allowing experimentalists to focus on data acquisition without software development overhead.
70+
While libraries such as **PyVISA** and **PyMeasure** provide foundational drivers, requiring users to write and maintain low-level code, **PICA builds upon these powerful libraries** to offer a turnkey application. It provides a ready-to-run graphical interface that abstracts the underlying control logic, allowing experimentalists to focus on data acquisition without extensive software development overhead. It offers a "ready-to-run" graphical interface that abstracts underlying control logic, allowing experimentalists to focus on data acquisition without software development overhead.
7171

7272
PICA enables continuous operation across the full range from Delta-mode low-resistance measurements (removing constant offsets) to high-impedance electrometric measurements using a single unified framework.
7373

docs/python_instrument_interfacing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ This script demonstrates how to interface with a Keithley 2400 to source current
7979
# Name: Interfacing Keithley 2400 (current source)
8080
# Author: Prathamesh K. Deshmukh
8181
# Created: 27/10/2022
82-
# Copyright: (c) Instrument-DSL 2022
82+
# Copyright: 2022
8383

8484
import pymeasure
8585
import numpy as np

0 commit comments

Comments
 (0)