get_undefined_parameters_names#

abstract RootSystem.get_undefined_parameters_names(design: Design) Tuple[str, ...]#

Get the names of the parameters that are not defined in the root system.

This method compare design parameters with the root system’s parameters.

Parameters:
design: TcpDesign

Instance of the Design class with defined parameters.

Returns:
Tuple[str, …]

Names of the parameters that are not defined in the root system.

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.