Metadata-Version: 2.4
Name: nomad_camels_driver_agilent_e363x
Version: 0.1.2
Summary: Driver for communicating with a Voltcraft PPS power supply.
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 Voltcraft PPS

Driver for communicating with a Agilent E363X series power supply written for the measurement software [NOMAD-CAMELS](https://fau-lap.github.io/NOMAD-CAMELS/).

## Features
Set voltage and current limit for up to all three channels.

## Documentation

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

## Changes

### 0.1.2

- Renamed the channels from `1,2,3` to `P25V, N25V, P6V` to reflect the actual channels of the power supply.
- Now has a single `output` Channel that turns **all** channels on (send `1`) or off (send `0`).

### 0.1.1

- Changed it so that all current outputs are regular `Set Channels` and not `Configure Channels`. This means you always need to set both the current and voltage value for each channel. The power supply will output until either the voltage or current limit is reached. Renamed the channels to `current_1` and not `current_limit_1` to reflect this change.


### 0.1.0

Basic functionality.
