maxon.PORT_DIR

Description

Inheritance diagram

Inheritance

Attributes

maxon.PORT_DIR.BEGIN

The start value for a loop over port directions.

maxon.PORT_DIR.END

The end value for a loop over port directions.

maxon.PORT_DIR.INPUT

Input direction, i.e., an input port or an incoming connection.

maxon.PORT_DIR.OUTPUT

Output direction, i.e., an output port or an outgoing connection.

Methods Signature

__iter__()

Iterates port input and port output values.

Methods Definition

PORT_DIR.__iter__()

Iterates port input and port output values.