get_inner_output_slots#
- abstract RootSystem.get_inner_output_slots(name: str | None = None) Tuple[InnerOutputSlot, ...] #
Get current node’s inner output slots.
- Parameters:
- name
Optional
[str
],optional
Slot name, by default
None
.
- name
- Returns:
Tuple
[InnerOutpuSlot
, …]Tuple of current node’s inner 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.