Vaunix API
This is a small package to download and wrap the C library of LabBrick signal generators. It can be extended for other LabBrick devices. This package is not affiliated with Vaunix Technology Corporation.
pip install vaunix_api
The required binaries can be downloaded via vaunix_api.lsg.download_lsg_binaries() from
vaunix website.
Example:
import vaunix_api.lsg as lsg
api = lsg.VNX_LSG_API.default()
# necessary to refresh device list
api.get_num_devices()
for device_id in api.get_dev_info():
print(api.get_serial_number(device_id),
api.get_model_name(device_id),
lsg.LSGStatus(api.get_device_status(device_id)))
Release files for vaunix-api 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| vaunix_api-0.2.tar.gz | 5.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| vaunix_api-0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.4 kB
Release files / vaunix_api-0.2.tar.gz
| Download URL | vaunix_api-0.2.tar.gz |
|---|---|
| Size | 5.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
12194644adfede21cd72b69cc84a8a01b4bd29238dc76c0f91a777083d609d5c
|
|
BLAKE2b-256 checksum How to use checksums |
dc2b9e6a12bc31e99599ab969dce4d9d1b5b264dc4df7ffd4fb619bdd49fdee7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.6
|
Release files / vaunix_api-0.2-py3-none-any.whl
| Download URL | vaunix_api-0.2-py3-none-any.whl |
|---|---|
| Size | 5.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f8bce37bc493561d8522c52125ed9af30a7a43f3b7722eb3ebb0ad117bbbf390
|
|
BLAKE2b-256 checksum How to use checksums |
4b8424d6a2b4430a6335fbf08c220bde6b24ea9d5b06132bb15242ca89a43649
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.6.6
|