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

apply trigger_value=1 kwarg to .PROC field #967

Open
prjemian opened this issue Apr 24, 2024 · 2 comments
Open

apply trigger_value=1 kwarg to .PROC field #967

prjemian opened this issue Apr 24, 2024 · 2 comments
Milestone

Comments

@prjemian
Copy link
Contributor

for triggering a Device

@prjemian
Copy link
Contributor Author

(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)

@prjemian
Copy link
Contributor Author

Use some judgment here. Some of the devices with these components should not be triggered when they are used as detectors.

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

No branches or pull requests

1 participant