Wrapper around VNX API to control signal generators, attenuators etc by vaunix
Project description
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)))
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size vaunix_api-0.2-py3-none-any.whl (5.8 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size vaunix_api-0.2.tar.gz (5.6 kB) | File type Source | Python version None | Upload date | Hashes View |