Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in GammaController #1220

Open
ZLLentz opened this issue Apr 30, 2024 · 0 comments
Open

Typo in GammaController #1220

ZLLentz opened this issue Apr 30, 2024 · 0 comments

Comments

@ZLLentz
Copy link
Member

ZLLentz commented Apr 30, 2024

Current Behavior

Note the extra E:

power_autosave = Cpt(EpicsSignal, ':ASPOWERE', write_pv=':ASPOWEREDES',

Expected Behavior

Here's the list of PVs for an gamma controller ion pump (LCLS1):

$ grep_pv CXI:R51:PCI:01
/reg/d/iocData/ioc-cxi-vacuum/iocInfo
CXI:R51:PCI:01:TODLOAD, "bo"
CXI:R51:PCI:01:ASHVEDES, "bo"
CXI:R51:PCI:01:ASPOWERDES, "bo"
CXI:R51:PCI:01:KEYLOCKDES, "bo"
CXI:R51:PCI:01:MASTERRESET, "bo"
CXI:R51:PCI:01:TODDY, "mbbi"
CXI:R51:PCI:01:TODDYDES, "mbbo"
CXI:R51:PCI:01:PEGUDES, "mbbo"
CXI:R51:PCI:01:TODMIDES, "ao"
CXI:R51:PCI:01:TODHRDES, "ao"
CXI:R51:PCI:01:TODMODES, "ao"
CXI:R51:PCI:01:TODDTDES, "ao"
CXI:R51:PCI:01:TODYRDES, "ao"
CXI:R51:PCI:01:ASHVE, "bi"
CXI:R51:PCI:01:ASPOWER, "bi"
CXI:R51:PCI:01:FAN, "bi"
CXI:R51:PCI:01:STREAMRELOAD, "sub"
CXI:R51:PCI:01:LINEV, "ai"
CXI:R51:PCI:01:LINEFREQ, "ai"
CXI:R51:PCI:01:MODEL, "stringin"
CXI:R51:PCI:01:TOD, "stringin"
CXI:R51:PCI:01:FWVERSION, "stringin"
CXI:R51:PCI:01:CHAN1NAME, "stringin"
CXI:R51:PCI:01:CHAN2NAME, "stringin"

Context / environment

Low priority typo when picking a device at random for a demo

Steps to Reproduce (for bugs)

from pcdsdevices.pump import GammaController
controller = GammaController("CXI:R51:PCI:01", name="controller")
controller.get()

Suggested Solution

Fix typo and search for related typos in same file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant