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
for triggering a Device
The text was updated successfully, but these errors were encountered:
(bluesky_2024_3) .../apstools$ git grep Component | grep -v trigger_value= | grep \\.PROC apstools/devices/lakeshore_controllers.py: process_record = Component(EpicsSignal, "read.PROC", kind="omitted") apstools/devices/lakeshore_controllers.py: read_all = Component(EpicsSignal, "readAll.PROC", kind="omitted") apstools/devices/lakeshore_controllers.py: read_pid = Component(EpicsSignal, "readPID.PROC", kind="omitted") apstools/devices/lakeshore_controllers.py: process_record = Component(EpicsSignal, "read.PROC", kind="omitted") apstools/devices/srs570_preamplifier.py: set_all = Component(GainSignal, "init.PROC", kind="config") apstools/synApps/_common.py: process_record = Component(EpicsSignal, ".PROC", kind="omitted", put_complete=True)
Sorry, something went wrong.
Use some judgment here. Some of the devices with these components should not be triggered when they are used as detectors.
No branches or pull requests
for triggering a Device
The text was updated successfully, but these errors were encountered: