get_input_slots#
- abstractmethod System.get_input_slots(name: str | None = None) Tuple[InputSlot, ...]#
- Get current node’s input slots. - Parameters:
- nameOptional[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. 
 
 
 
    