get_internal_variables#

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

Get internal variables.

Parameters:
include_reference_values: bool

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

Returns:
Tuple

Registered internal variables.

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.