get_registered_input_slots#
- abstractmethod IntegrationNode.get_registered_input_slots(include_reference_values: bool = True) Tuple#
Get registered input slots.
- Parameters:
- include_reference_values: bool
Whether reference values are to be included. By default
True.
- Returns:
TupleRegistered input slots.
- 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.