Metadata-Version: 2.4
Name: nomad_camels_driver_demo_source_measure_unit
Version: 0.1.7
Summary: This packes provides everything to run a demo instrument for CAMELS
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: nomad-camels>=1.0.5
Requires-Dist: nomad-camels-sandbox>=0.1.5
Dynamic: license-file

# NOMAD CAMELS driver for a demo source measure unit

Simulated demo source measure unit for testing, written for the measurement software [NOMAD CAMELS](https://fau-lap.github.io/NOMAD-CAMELS/).


## Features
This driver can be used to get familiar with the functionalities of NOMAD CAMELS without using an actual instrument / setup.

It is usually used together with the [demo digital multimeter](https://pypi.org/project/nomad-camels-driver-demo-digital-multimeter/).

Both these drivers can communicate with each other.

Two options for this demo are available, that both simulate a semiconductor element on a peltier heater element.
- diode_on_heater: A diode on this heater.
- semiconductor_resistor_on_heater: A simple semiconductor piece on the heater.

This instruments simulates a two-channels source measure unit which is connected as follows:\
- Channel 1 `mesI1, mesV1, setI1, setV1` is connected to the investigated sample (diode or resistor).
- The second channel is connected to the peltier heater and is easiest controlled by using `setI2`, the temperature can be read as a resistance with the demo digital mutlimeter.


## Documentation

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