We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Note the extra E:
pcdsdevices/pcdsdevices/pump.py
Line 57 in f33a8b9
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"
Low priority typo when picking a device at random for a demo
from pcdsdevices.pump import GammaController controller = GammaController("CXI:R51:PCI:01", name="controller") controller.get()
Fix typo and search for related typos in same file
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Behavior
Note the extra E:
pcdsdevices/pcdsdevices/pump.py
Line 57 in f33a8b9
Expected Behavior
Here's the list of PVs for an gamma controller ion pump (LCLS1):
Context / environment
Low priority typo when picking a device at random for a demo
Steps to Reproduce (for bugs)
Suggested Solution
Fix typo and search for related typos in same file
The text was updated successfully, but these errors were encountered: