Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

LabSmith_HVS448x64-2.0.3.dev0-py3-none-any.whl (1.2 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page