Metadata-Version: 2.4
Name: nomad_camels_driver_keithley_2400
Version: 0.1.4
Summary: Device driver for the Keithley 2400 source measure unit.
Author-email: FAIRmat - HU Berlin <nomad-camels@fau.de>
Project-URL: GitHub Page, https://github.com/FAU-LAP/NOMAD-CAMELS
Project-URL: Documentation, https://fau-lap.github.io/NOMAD-CAMELS/doc/instruments/instruments.html
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Requires-Python: >=3.9.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: pyvisa
Requires-Dist: pyvisa-py
Dynamic: license-file

# NOMAD-CAMELS driver for Keithley 2400

Driver of the Keithley 2400 source measure unit written for the measurement software [NOMAD-CAMELS](https://fau-lap.github.io/NOMAD-CAMELS/).

## Features

Currently supported are basic voltage and current setting and reading.

## Changes

### 0.1.4

- Added pyvisa as a dependency in pyproject.toml. Fixes errors when installing.

### 0.1.3

- Now does not turn off the output when a protocol ends that uses the Keithley 2400.

### 0.1.2

- Fixed bug when the instruments data format was not set to ASCII. Caused errors when reading data ("ascii codec can't decode byte 0x...").
Now automatically sets the data format to ASCII with `:FORM:DATA ASC` at the beginning of every measurement.

## Documentation

For more information and documentation visit the NOMAD-CAMELS [documentation](https://fau-lap.github.io/NOMAD-CAMELS/doc/instruments/instruments.html).
