Metadata-Version: 2.2
Name: nomad_camels_driver_epics_instrument
Version: 0.1.0
Summary: Instrument driver for epics_instrument for NOMAD CAMELS
Author-email: LAP <nomad-camels@fau.de>
Project-URL: NOMAD Camels GitHub, https://github.com/FAU-LAP/NOMAD-CAMELS
Project-URL: CAMELS Drivers GitHub, https://github.com/FAU-LAP/CAMELS_drivers
Project-URL: NOMAD Camels 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
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: nomad-camels

# NOMAD Camels driver for epics_instrument

Generic driver that allows you to easily implement EPICS PVs in [NOMAD Camels](https://fau-lap.github.io/NOMAD-CAMELS/).

You can add PVs by opening the `Manage Instruments` window and simply adding new PVs to the table. This allows you to quickly add or remove PVs from your EPICS instrument and is much easier than writing drivers for each EPICS instrument you want to use in CAMELS.

## In the `Manage Instruments` window

- `PV Short Name` can be anything you want to see and use in CAMELS, for example something like `Hotplate_Temp`
- `PV FUll Name` is the actual PV name in your EPICS system, so probably something like `Cleanroom:Hotplate:Temperature:K`
- Set the PV type to either `read-only` if you **only** want to **read** this PV or change it to `set` if you want to **set** (put/change) **and read** it.

## Documentation

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