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
Currently to set the alarm status and severity on a record during creation you must use the EPICS field names and values, e.g.:
STAT="UDF", SEVR="INVALID"
It would be convenient to allow use of the same syntax that the .set_alarm() method uses, that is to say making use of the alarm enum.
.set_alarm()
alarm
This is probably somewhat related to #53.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Currently to set the alarm status and severity on a record during creation you must use the EPICS field names and values, e.g.:
STAT="UDF", SEVR="INVALID"
It would be convenient to allow use of the same syntax that the
.set_alarm()
method uses, that is to say making use of thealarm
enum.This is probably somewhat related to #53.
The text was updated successfully, but these errors were encountered: