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