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
Enhance the capabilities of apstools.utils.listruns() to harness the search capabilities of the databroker. This is an example enhanced search:
apstools.utils.listruns()
listruns( until="2020-02-07", since="2020-02-05", num=1000, plan_name="lambda_test", exit_status="success")
The text was updated successfully, but these errors were encountered:
10beda1
Another search:
apstools.utils.listruns( keys=["file_name",], until="2020-02-07", since="2020-02-05 15:24", num=2500, plan_name="lambda_test", exit_status="success")
Sorry, something went wrong.
prjemian
No branches or pull requests
Enhance the capabilities of
apstools.utils.listruns()
to harness the search capabilities of the databroker. This is an example enhanced search:The text was updated successfully, but these errors were encountered: