circuit_connectable

class CircuitConnectableMixin(name: str, similar_entities: list[str], **kwargs: dict)

Enables the Entity to be connected to circuit networks.

property circuit_wire_max_distance: int

The maximum distance that this entity can reach for circuit connections. Not exported; read only.

Type:

float

property connections: dict

Connections dictionary. Primarily holds information about the Entity’s circuit connections (as well as copper wire connections).

Type:

See draftsman.signatures.CONNECTIONS

Raises:

DataFormatError – If set to anything that does not match the format of draftsman.signatures.CONNECTIONS.