get_inner_output_slots#
- abstractmethod 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[InnerOutputSlot, …]Tuple of current node’s inner output slots optionally filtered by name.
- Raises:
OslCommunicationErrorRaised when an error occurs while communicating with the server.
OslCommandErrorRaised when a command or query fails.
TimeoutErrorRaised when the timeout float value expires.