get_internal_variables#
- abstractmethod ProxySolverNode.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:
 TupleRegistered internal variables.
- 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.