Plans#
Customize your measurement procedures.
For complete API details see the Full API Reference.
Plans and Support by Activity#
Batch Scanning#
execute the command list as a plan |
|
return command list from either text or Excel file |
|
parse an Excel spreadsheet with commands, return as command list |
|
parse a text file with commands, return as command list |
|
define the function called to execute the command list |
|
execute a list of commands from a text or Excel file as a plan |
|
print the command list from a text or Excel file |
Custom Scans#
save text as a bluesky run |
|
align to the edge given mover and detector data, relative to absolute position |
|
decorator: write labeled device(s) to bluesky stream(s) |
|
(deprecated) lineup and center a given axis, relative to current position |
|
lineup and center a given mover, relative to the current position |
|
scan over a multi-dimensional mesh with n total points per motor trajectory |
|
scan over n variables moved together, each in equally spaced steps |
|
simple 1-D scan using EPICS synApps sscan record |
|
tune a single axis with a signal |
Overall#
(deprecated) renamed to |
|
format a command list as a pyRestTable table object |
|
save text as a bluesky run |
|
execute the command list as a plan |
|
return command list from either text or Excel file |
|
decorator: write labeled device(s) to bluesky stream(s) |
|
write ophyd-labeled objects to open bluesky run streams |
|
decorator support: write labeled device(s) to stream(s) |
|
(deprecated) lineup and center a given axis, relative to current position |
|
lineup and center a given mover, relative to the current position |
|
scan over a multi-dimensional mesh with n total points per motor trajectory |
|
scan over n variables moved together, each in equally spaced steps |
|
parse an Excel spreadsheet with commands, return as command list |
|
parse a text file with commands, return as command list |
|
define the function called to execute the command list |
|
request input from the user during a plan |
|
decorator: save and restore a device’s stage_sigs around a plan |
|
run a blocking function as a bluesky plan in a thread |
|
execute a list of commands from a text or Excel file as a plan |
|
simple 1-D scan using EPICS synApps sscan record |
|
print the command list from a text or Excel file |
|
tune a single axis with a signal |
|
add an ophyd Device as an additional document stream |
Also consult the Index under the Bluesky heading for links to the Callbacks, Devices, Exceptions, and Plans described here.