InnerInputSlot#

class ansys.optislang.core.nodes.InnerInputSlot#

Provides for creating and operating on inner input slots.

Methods

InnerInputSlot.connect_from(from_slot)

Connect slot from another slot.

InnerInputSlot.get_connections()

Get connections for the current slot.

InnerInputSlot.get_type_hint()

Get slot's expected data type.

Attributes

InnerInputSlot.name

Get slot name.

InnerInputSlot.node

Get node to which the slot belongs.

InnerInputSlot.type

Get slot type.

InnerInputSlot.type_hint

Get type hint.