IT6800 is DC Power Supply, product by ITECH
Project description
psutil
IT6800
IT6800 lib
This package is the library for device IT6800 series, IT6831A has been tested IT6800 Product Main Page
Product Overview
IT6800A/B series power supply is single output DC programmable power
supply, which support panel programming and offer OCP and OVP.
Furthermore, built-in RS232/USB communication interface is suitable for either
bench or rack mounted operation, which can provide multiple solutions
according to the requirements of your design and test. IT6860A/B series and
IT6870A/B series programming DC power supply offer the dual-range voltage
switch for your choice, which can replace two ordinary ones.
- High-visibility vacuum fluorescent display (VFD)
- Digital keypad operation
- High accuracy and high resolution
- Low ripple and low noise
- Intelligent fan control, energy conservation, noise reduction
- Can be monitored by computer software
- Output voltage and current values accordance with procedure
- Can use the knob to adjust the voltage and current
- Can adjust the numbers steps using the cursor
- Can set the output timer(0.1~9999.9S)
- Standard RS232/USB communication interface
- Rich SCPI orders and IT6820 compatible frame protocol to facilitate the
formation of intelligent test platform
Model Voltage Current Power
IT6831A 018V 010A 0~180W
IT6832A 032V 06A 0~192W
IT6833A 072V 03A 0~216W
IT6835A 050V 04A 0~200W
IT6861A 020V/ 08V 05A/ 09A 0100W/ 072W
IT6862A 032V/ 012V 03A/ 06A 096W/ 072W
IT6863A 072V/ 032V 01.5A/ 03A 0108W/ 096W
IT6872A 035V/015V 04A/07A 0140W/0105W
IT6873A 075V/ 032V 02A/ 04A 0150W/ 0128W
IT6874A 0150V/ 060V 01.2A/ 02A 0180W/ 0120W
IT6832B 032V 06A 0~192W
IT6833B 032V 06A 0~192W
IT6835B 050V 04A 0~200W
IT6861B 020V/ 08V 05A/ 09A 0100W/ 072W
IT6862B 032V/ 012V 03A/ 06A 096W/ 072W
IT6863B 072V/ 032V 01.5A/ 03A 0108W/ 096W
IT6872B 035V/ 015V 04A/ 07A 0140W/ 0105W
IT6873B 075V/ 032V 02A/ 04A 0150W/ 0128W
IT6874B 0150V/ 060V 01.2A/ 02A 0180W/ 0120W
Basic Usage
from it6800 import IT6800
if __name__ == "__main__":
inst = IT6800('USB0::11975::26624::802442043817210054::0::INSTR')
if inst.open():
print("open IT6800 inst Success!")
else:
sys.exit(0)
inst.set_voltage(3.3) # set 3.3V
inst.set_current(2.0) # set 2.0A
inst.get_current() # get current settings, 2.0A
inst.measure_current()# get the real current value , 0A
inst.set_output(True) # set output
inst.get_voltage() # get voltage
inst.get_current() # get current settings, 2.0A
inst.measure_current()# get the real current value
inst.close() # close IT6800 inst device
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 Distributions
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 it6800-0.1.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: it6800-0.1.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 37.8 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
616882c65d0f9f5a75df029176b55b34b9ffc0c3e4eea190c292eceae45added
|
|
| MD5 |
6b35a8fc8bf81ead09b2002ac07b20dc
|
|
| BLAKE2b-256 |
54d19fc09b6d9f274715daecf821b0476bc2c88e64ef67d66d929965bf38d83f
|
File details
Details for the file it6800-0.1.0-cp311-cp311-macosx_10_9_universal2.whl.
File metadata
- Download URL: it6800-0.1.0-cp311-cp311-macosx_10_9_universal2.whl
- Upload date:
- Size: 77.5 kB
- Tags: CPython 3.11, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e18a9ed21adfa2eb1151a42bc2087d06b3273f03120895879b1bc3f388b46988
|
|
| MD5 |
6c80bae0f64ff9cb8cd71e18b6d3011c
|
|
| BLAKE2b-256 |
c57b6114549c5e79d05752d15a5c6605d85fe8f17af2e9a14051f31fd6756b2e
|