Metadata-Version: 2.4
Name: pykd3300-tspspi
Version: 0.0.1
Summary: Korad KD3300 interface library (pylabdevs, unofficial)
Author-email: Thomas Spielauer <pypipackages01@tspi.at>
Project-URL: Homepage, https://github.com/tspspi/pykd3300
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: pylabdevs-tspspi>=0.0.16
Requires-Dist: pyserial>=3.5
Dynamic: license-file

# Korad KD3300 series pylabdevs interface library

This is a `pylabdevs` implementation for the KD3300 power supply. It supports controlling the device via RS232, USB, and Ethernet.

## Features

- Control voltage and current setpoints
- Enable/disable output channels
- Query measured voltage and current
- Support for serial, USB, and UDP (Ethernet) communication
- Network configuration (for supported models)
- Lock/unlock front panel (device-specific)

## Installation

This package can be installed from PyPi via

```sh
pip install pykd3300-tspspi
```

## Usage

Will be updated soon. See the examples in the ```examples``` folder

## Documentation

Further documentation is available in the `doc` directory.


