get_input_slots#
- abstract ProxySolverNode.get_input_slots(name: str | None = None) Tuple[InputSlot, ...] #
Get current node’s input slots.
- Parameters:
- name
Optional
[str
],optional
Slot name, by default
None
.
- name
- Returns:
Tuple
[InputSlot
, …]Tuple of current node’s 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.