BCDA-APS / apstools

various tools for use with Bluesky at the APS
https://bcda-aps.github.io/apstools/latest/
Other
16 stars 9 forks source link

Change to updated PVs and commented out ones which cannot be found #981

Closed MDecarabas closed 2 weeks ago

MDecarabas commented 1 month ago
prjemian commented 1 month ago

I found a screen with shutter permit PVs for each beam line:

image

Here is BEAMLINE PER for 1ID (S01ID-FEEPS:ShutterPermitWarnM): image

prjemian commented 1 month ago

I'll keep searching for some that applies to all beam lines.

MDecarabas commented 1 month ago

Is the move making the prefix part of the initialization and then having then we can keep just: prefix:ShutterPermitWarnM?

prjemian commented 1 month ago

The prefix (as you've shown it) is passed in by the user when creating the python object: obj = TheDevice("prefix:", name="obj"). Note the : belongs with the prefix. Internally, Components can then use the part after the prefix:, such as "ShutterPermitWarnM"