get_inner_input_slots#
- abstract ParametricSystem.get_inner_input_slots(name: str | None = None) Tuple[InnerInputSlot, ...] #
Get current node’s inner input slots.
- Parameters:
- name
Optional
[str
],optional
Slot name, by default
None
.
- name
- 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.