v0.3
Additions
- Added ability to generate a file containing python classes for type hinting and auto completion
- Movable Devices are now also
Locatable
- SECoP commands are now exposed available as bluesky plans in the form of instance methods, that have the command argument (
arg
) and await_for_idle
boolean as input parameters
def <cmd_name>(self, arg, wait_for_idle: bool = False)