dodal.devices.zebra.LogicGateConfigurer#
- class dodal.devices.zebra.LogicGateConfigurer[source]#
-
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:
type (GateType) – The type of gate e.g. AND/OR
gate_number (int) – Which gate to configure.
config (LogicGateConfiguration) – A configuration for the gate.