https://github.com/acute-technology-inc/aqvisa-python
A Python package providing higher level management to Acute's VISA library
https://github.com/acute-technology-inc/aqvisa-python
aqlavisa aqvisa digital-storage-oscilloscope logic-analyzer protocol-analyzer visa
Last synced: 3 months ago
JSON representation
A Python package providing higher level management to Acute's VISA library
- Host: GitHub
- URL: https://github.com/acute-technology-inc/aqvisa-python
- Owner: acute-technology-inc
- License: bsd-2-clause
- Created: 2023-08-16T03:00:20.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T01:54:10.000Z (about 1 year ago)
- Last Synced: 2025-11-07T05:25:22.186Z (7 months ago)
- Topics: aqlavisa, aqvisa, digital-storage-oscilloscope, logic-analyzer, protocol-analyzer, visa
- Language: Python
- Homepage: https://www.acute.com.tw/en/sdkDLL
- Size: 19.5 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Acute VISA Python Package
[](https://opensource.org/licenses/BSD-2-Clause)
[](https://pypi.org/project/aqvisa/)
Acute VISA (AqVISA) offers an intuitive interface for seamless management of controlling our applications. This Python package providing higher level management to AqVISA library.
- Acute official website: https://www.acute.com.tw/en/
- Acute software download: https://www.acute.com.tw/en/install
- Acute VISA SDK installer download: https://www.acute.com.tw/en/sdkDLL
- Bug reports: https://github.com/acute-technology-inc/aqvisa-python/issues
## Installation
- Run the installer.
Please refer to the [installation page](https://www.acute.com.tw/en/sdkDLL) to download the installer. The installer
is named as `aqvisa-installer-.exe`.
By default, the installer will install the dynamic library and the dependency libraries to the following directory:
```
C:\Users\\AppData\Local\Acute\SDK\AqVISA
```
The installer has an option to add the installation directory to the system PATH.
This is recommended for most users to locate the dynamic library easily.
- Install the Python Package
You can install aqvisa as a python package using a package manager called `pip`, which installs packages from the Python Packaging Index (PyPI).
Type the following command in your terminal:
```bash
pip install aqvisa
```
## Examples
| **Use Case** | **Description** |
| ------------ | --------------- |
| [Basic Write / Read](https://github.com/acute-technology-inc/aqvisa-python/blob/main/examples/helloworld.py) | Demonstrates basic usage |
## FAQ
### Library AqVISA64 not found
If you encounter the following error:
```
FileNotFoundError: Library AqVISA64 not found
```
This means that the dynamic library is not installed. Please refer to the [installation page](https://www.acute.com.tw/en/sdkDLL) to download the installer.