Metadata-Version: 2.4
Name: nomad_camels_driver_demo_digital_multimeter
Version: 0.1.4
Summary: This packes a demo SMU instrument for the NOMAD CAMELS sandbox
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.3
Requires-Dist: nomad-camels-sandbox>=0.1.4
Dynamic: license-file

# NOMAD CAMELS driver for a demo digital multimeter

Simulated demo digital multimeter 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 source measure unit](https://pypi.org/project/nomad-camels-driver-demo-source-measure-unit/), where more options are available.

Both these drivers can communicate with each other. The typical usage for the demo digital multimeter is to read out a resistance from this demo (a Pt1000) which may then be converted to a temperature.

## Documentation

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