from_dict#
- static DependentParameter.from_dict(par_dict: dict) DependentParameter #
Create an instance of the
DependentParameter
class from optiSLang output.- Parameters:
- par_dict
dict
Output from the optiSLang server.
- par_dict
- Returns:
Parameter
Instance of the
DependentParameter
class.