mcstasscript.instrument_diagram.connections.Connection

mcstasscript.instrument_diagram.connections.Connection

class mcstasscript.instrument_diagram.connections.Connection(origin, target, info=None)
__init__(origin, target, info=None)

Describes a connection between origin and target with lane number

Can contain info as well which can be used for example to mark if the connection is part of a certain group.

Methods

__init__(origin, target[, info])

Describes a connection between origin and target with lane number

set_lane_number(value)