get_missing_parameters_names#
- abstract RootSystem.get_missing_parameters_names(design: Design) Tuple[str, ...] #
Get the names of the parameters that are missing in a design.
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 missing in the instance of
Design
class.
- 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.