maxon.WIRE_MODE

Description

WIRE_MODE is used for the wires in a Wires object to control whether a wire is set, inherited or hidden.

This is an ordered enumeration with NONE < MIN < NORMAL < MAX. Other values
shouldn’t be used for ordered comparisons.

Inheritance diagram

Inheritance

Attributes

maxon.WIRE_MODE.ALL

A mask for all explicit modes.

maxon.WIRE_MODE.ALL_INCLUDING_IMPLICIT

A mask for all modes

maxon.WIRE_MODE.AMBIGUOUS

Used for shortcut wires when the sources are ambiguous.

maxon.WIRE_MODE.AUTO_PROPAGATION

A wire with auto-propagation priority.

maxon.WIRE_MODE.CONNECT_DEFAULT

maxon.WIRE_MODE.FLAG0

A wire flag which can be used for wires which don’t interpret the wire mode as priority, but as a bit set.

maxon.WIRE_MODE.FLAG1

A wire flag which can be used for wires which don’t interpret the wire mode as priority, but as a bit set.

maxon.WIRE_MODE.FLAGS_MASK

Mask for FLAG0 | FLAG1.

maxon.WIRE_MODE.FULL_MASK

Complete mask for all bits of WIRE_MODE.

maxon.WIRE_MODE.GETCONNECTIONS_DEFAULT

maxon.WIRE_MODE.IMPLICIT

Used as mask for implicit wires in MutablePort.GetConnections().

maxon.WIRE_MODE.INHERIT

Used for MutablePort.Connect() to tell that the wire mode shall be inherited.

maxon.WIRE_MODE.MAX

A wire with maximum priority.

maxon.WIRE_MODE.MIN

A wire with minimum priority.

maxon.WIRE_MODE.NONE

No wire.

maxon.WIRE_MODE.NORMAL

A wire with normal priority.

maxon.WIRE_MODE.PRIORITY_MASK

Mask for the priority bits.

maxon.WIRE_MODE.PROPAGATION

A wire with propagation priority.

maxon.WIRE_MODE.REMOVE

Only used for :MutablePort.Connect() to tell that the an existing wire shall be removed.