get_output_slots#

abstract Node.get_output_slots(name: str | None = None) Tuple[OutputSlot, ...]#

Get current node’s output slots.

Parameters:
nameOptional[str], optional

Slot name, by default None.

Returns:
Tuple[OutputSlot, …]

Tuple of current node’s output 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.