TopOptSensitivity.from_name

classmethod TopOptSensitivity.from_name(name, **kwargs)

Create an instance of a class of the registered plugin from its name.

Note

By convention, only hidden class can be called by this method.

Parameters

name (str) – The name of the class (without the _ prefix)

Returns

cls – The wanted class