dodal.devices.zebra.LogicGateConfigurer#

class dodal.devices.zebra.LogicGateConfigurer[source]#
Parameters:
  • prefix (str)

  • name (str, default: '')

Methods

apply_and_gate_config(gate_number, config)

apply_logic_gate_config(type, gate_number, ...)

Uses the specified LogicGateConfiguration to configure a gate on the Zebra.

apply_or_gate_config(gate_number, config)

Attributes

DEFAULT_SOURCE_IF_GATE_NOT_USED

apply_logic_gate_config(type: GateType, gate_number: int, config: LogicGateConfiguration)[source]#

Uses the specified LogicGateConfiguration to configure a gate on the Zebra.

Parameters: