get_output_slots#
- abstractmethod ParametricSystem.get_output_slots(name: str | None = None) Tuple[OutputSlot, ...]#
 Get current node’s output slots.
- Parameters:
 - name
Optional[str],optional Slot name, by default
None.
- name
 - Returns:
 Tuple[OutputSlot, …]Tuple of current node’s 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.