Python x64 support for controlling the LabSmith HVS448
Project description
#hvs448_x64 3/5/2019 HVS448 Python support V 2.0 dev The python extension hvs448_x64.pyd contains Python (Windows, 3.6, 64-bit) support for controlling LabSmith HVS448 Devices. usage: from hvs448_x64 import * It contains the following objects: CHVS448: interface to the CHVS448. Use this to create an interface to your instrument type via the appropriate method: hv = CHVS448.CreateHVS200V() hv = CHVS448.CreateHVS400V() hv = CHVS448.CreateHVS800V() hv = CHVS448.CreateHVS1500V() hv = CHVS448.CreateHVS3000V() hv = CHVS448.CreateHVS3000D() hv = CHVS448.CreateHVS6000D() hv = CHVS448.CreateHVS8000D() Then establish a connection to the instrument using hv.InitConnection() When finished, use hv.CloseConnection() to free the com port CHVChannel: Interface to a high-voltage channel/sequencer of the HVS CMaster: Interface to the master sequencer of the HVS
use help() for a list of supported methods and variables. print(hvs448.help()) displays this list of objects
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.
Source Distributions
Built Distribution
File details
Details for the file LabSmith_HVS448x64-2.0.3.dev0-py3-none-any.whl
.
File metadata
- Download URL: LabSmith_HVS448x64-2.0.3.dev0-py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1d462b4fedbb96b505599d80aa394c7a665c275272bb4e65a29ff30222d798b |
|
MD5 | 33f358d294244a9e6f6511101982526d |
|
BLAKE2b-256 | 084e6ae90833edba6175795d70d454cf4c9499db1b768934e71f9a05b9297d29 |