circuit_read_hand

class CircuitReadHandMixin

(Implicitly inherits ControlBehaviorMixin)

Enables the Entity to read it’s hand’s contents.

property read_hand_contents: bool

Whether or not this Entity is set to read the contents of it’s hand to a circuit network.

Getter:

Gets the value of read_hand_contents, or None if not set.

Setter:

Sets the value of read_hand_contents.

Type:

bool

Raises:

TypeError – If set to anything other than a bool or None.

property read_mode: ReadMode

The mode in which the contents of the Entity should be read. Either ReadMode.PULSE or ReadMode.HOLD.

Getter:

Gets the value of read_mode, or None if not set.

Setter:

Sets the value of read_mode.

Type:

ReadMode

Raises:

ValueError – If set to anything other than a ReadMode value or their int equivalent.