get_undefined_parameters_names#
- abstractmethod 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: Design
Instance of the
Designclass with defined parameters.
- Returns:
Tuple[str, …]Names of the parameters that are not defined in the root system.
- 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.