Skip to content

v0.3

Compare
Choose a tag to compare
@Bilchreis Bilchreis released this 28 Mar 12:30
· 7 commits to master since this release

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 a wait_for_idle boolean as input parameters
def <cmd_name>(self, arg, wait_for_idle: bool = False)