IT6720 is power supplies, product by ITECH
Project description
IT6720
IT6720 lib
This package is the library for device IT6720 or IT6721 IT6720 Product Main Page
Product Overview
IT6700 series power supplies are the most economical power supplies, they have the widest voltage and current utilization, one power supply can replace multiple power supplies, widely used in various testing occasions. With the capacity of 100W, voltage output of 60V, current output of 5A, they can control the change rates of the voltage and current automatically. The power ratio can be up to 3 times. For instance, One IT6720 can subsitute previous 60V*1.6A/32/3A/20V5A 3 kinds of models to save your cost.
Basic Usage
from it6720 import IT6720
if __name__ == "__main__":
it6700 = IT6720("/dev/ttyUSB0")
if it6700.open():
print("set work mode to remote controll")
it6700.set_work_mode('remote')
it6700.set_voltage_max(5.0)
it6700.set_out_voltage(3.3) # set voltage 3.3V
it6700.set_out_current(0.888) # set current 0.888A
it6700.set_ouput_mode('on')
time.sleep(3)
print("------------ local -------------")
it6700.read_dev_status()
it6700.set_work_mode('local')
it6700.set_ouput_mode('off')
it6700.close()
print("it6700 series closed!")
else:
print(f"open serial port:{opat_port} failed!")
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file it6720-0.1.1-cp311-cp311-macosx_10_9_universal2.whl.
File metadata
- Download URL: it6720-0.1.1-cp311-cp311-macosx_10_9_universal2.whl
- Upload date:
- Size: 126.5 kB
- Tags: CPython 3.11, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
694100392c8f85fb4a039bc2bd7586c0db6baa655da8629dafb547ebc3db9a9a
|
|
| MD5 |
16849e17c923001c28ba925cff240873
|
|
| BLAKE2b-256 |
0f3becd6b61b4da9aa15842045e6b6be48e9af58bf0bf1a09fd1efa9b5967ef3
|