Collection of Ophyd Device subclasses for IOCs unique to PCDS
Ophyd presents a uniform set of abstractions for EPICS devices. While many
devices can be represented as generic EpicsMotor
and AreaDetector
objects, quite a few devices are specific to LCLS. This repository holds all of
these unique devices as well as additional tools to help aid the creation of
custom devices for specific applications.
Install the most recent tagged build:
conda install pcdsdevices -c pcds-tag -c lightsource2-tag -c conda-forge
Install the most recent development build:
conda install pcdsdevices -c pcds-dev -c lightsource2-tag -c conda-forge