gatelogue_aggregator.types.node.bus.BusConnection

class gatelogue_aggregator.types.node.bus.BusConnection(line: NodeRef, direction: Direction | None = None)

Bases: Connection[BusSource, BusLine]

__init__()

Methods

NS()

__init__()

export(ctx)

get_line(ctx)

sanitise_strings()

set_line(ctx, v)

Attributes

direction

Direction information

line

Reference to or ID of the line that the connection is made on

classmethod NS()
direction: Direction | None

Direction information

export(ctx: CTX) Connection
get_line(ctx: CTX) L
line: NodeRef

Reference to or ID of the line that the connection is made on

sanitise_strings()
set_line(ctx: CTX, v: L)