circuit_read_contents¶
- class CircuitReadContentsMixin(
- read_contents: bool =
False, - read_mode=
BeltReadMode.PULSE, - *,
- extra_keys: dict[str, Any] | None =
None, Allows the Entity to read it’s contents and send it to a connected circuit network.
- read_contents : bool¶
Serialized
This attribute is imported/exported from blueprint strings.
Whether or not this Entity is set to read it’s contents to a circuit network.
- read_mode : BeltReadMode¶
Serialized
This attribute is imported/exported from blueprint strings.
The manner in which the contents of the Entity should be read. Either
BeltReadMode.PULSE`, ``BeltReadMode.HOLD, orBeltReadMode.HOLD_ALL_BELTS(the lattermost only being available in Factorio 2.0).