get_inner_input_slots#

abstract RootSystem.get_inner_input_slots(name: str | None = None) Tuple[InnerInputSlot, ...]#

Get current node’s inner input slots.

Parameters:
nameOptional[str], optional

Slot name, by default None.

Returns:
Tuple[InnerInputSlot, …]

Tuple of current node’s inner input slots optionally filtered by name.

Raises:
OslCommunicationError

Raised when an error occurs while communicating with the server.

OslCommandError

Raised when a command or query fails.

TimeoutError

Raised when the timeout float value expires.