dodal.devices.fast_shutter.GenericFastShutter#

class dodal.devices.fast_shutter.GenericFastShutter[source]#

Implementation of fast shutter that connects to an epics pv. This pv is an enum that controls the open and close state of the shutter.

Parameters:
  • pv (str) – The pv to connect to the shutter device.

  • open_state (EnumTypesT) – The enum value that corresponds with opening the shutter.

  • close_state (EnumTypesT) – The enum value that corresponds with closing the shutter.

  • name (str, optional) – The name of the shutter.

Methods

Attributes

open_state

close_state

shutter_state