InnerOutputSlot#

class ansys.optislang.core.nodes.InnerOutputSlot#

Provides for creating and operating on inner output slots.

Methods

InnerOutputSlot.connect_to(to_slot)

Connect slot to another slot.

InnerOutputSlot.get_connections()

Get connections for the current slot.

InnerOutputSlot.get_type_hint()

Get slot's expected data type.

Attributes

InnerOutputSlot.name

Get slot name.

InnerOutputSlot.node

Get node to which the slot belongs.

InnerOutputSlot.type

Get slot type.

InnerOutputSlot.type_hint

Get type hint.