from_dict# static StochasticParameter.from_dict(par_dict: dict) → Parameter# Create an instance of the Parameter class from optiSLang output. Parameters: par_dictdictOutput from the optiSLang server. Returns: ParameterInstance of the Parameter class. Raises: TypeErrorRaised when an undefined type of parameter is given.