OutputSlot#

class ansys.optislang.core.nodes.OutputSlot#

Provides for creating and operating on output slots.

Methods

OutputSlot.connect_to(to_slot)

Connect slot to another slot.

OutputSlot.disconnect()

Remove all connections for the current slot.

OutputSlot.get_connections()

Get connections for the current slot.

OutputSlot.get_type_hint()

Get slot's expected data type.

Attributes

OutputSlot.name

Get slot name.

OutputSlot.node

Get node to which the slot belongs.

OutputSlot.type

Get slot type.

OutputSlot.type_hint

Get type hint.