get_registered_output_slots#

abstract IntegrationNode.get_registered_output_slots(include_reference_values: bool = True) Tuple#

Get registered output slots.

Parameters:
include_reference_values: bool

Whether reference values are to be included. By default True.

Returns:
Tuple

Registered output 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.