get_registered_input_slots#

abstract 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:
Tuple

Registered input slots.

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.