from_dict#
- MinMaxScale.from_dict(dictionary: dict) None#
Initialize the min-max scale settings from a dictionary.
- Parameters:
- dictionary
dict Dictionary containing the configuration for min-max scale settings. Dictionary syntax must be the same of relevant portion of the AEDT file.
- dictionary
Examples
>>> from ansys.aedt.core.visualization.post.field_data import MinMaxScale >>> obj = MinMaxScale() >>> obj.from_dict(dictionary={"Name": "Value"})