from_dict#

classmethod RegisteredFilePath.from_dict(path: dict) OptislangPath#

Create an instance of the OptislangPath class from optiSLang output.

Parameters:
path: dict

Output from the optiSLang server.

Returns:
Parameter

Instance of the Parameter class.

Raises:
TypeError

Raised when an unsupported path format or type is provided.