dodal.devices.bimorph_mirror.BimorphMirrorChannel#

class dodal.devices.bimorph_mirror.BimorphMirrorChannel[source]#

Collection of PVs comprising a single bimorph channel.

target_voltage#

Float RW_RBV for target voltage, which can be set using parent mirror’s all target proc.

Type:

SignalRW

output_voltage#

Float RW_RBV for current voltage on bimorph.

Type:

SignalRW

status#

BimorphMirrorOnOff readable for ON/OFF status of channel.

Type:

SignalR

shift#

Float writeable shifting channel voltage.

Type:

SignalW

Parameters:
  • prefix (str) – PV prefix.

  • number_of_channels (int) – Number of channels on bimorph mirror (can be zero).

  • name (str, optional) – Name of device.

  • with_pvi (bool, default: False)

Raises:

ValueError – number_of_channels is less than zero.

Methods

Attributes