NSLS-II-ESM-1/profile_collection

Identify any classes that should be moved up to nslsii or ophyd

Closed this issue · 1 comments

We are looking for classes for IOCs that there are many versions of around the ring.  This includes common hardware:

  • front end shutters
  • vacuum / EPS valves* also look for signal that look like xxx:OPN_CMD which are these valves in disguise.

Look for custom sub-classes of 'standard' devices

  • quadEM
  • area detector

Some of these will be extending the functionality, some will we working around bugs that no longer exist, some will be patching around differences in IOC versions.  Try to identify which of these cases each one is using.

We are not worried about stub-classes that just bundle together motors (ex stages, mirrors, etc), but classes that have non-trivial logic.

How is it going, @Ke?