from_dict#

AutoScale.from_dict(dictionary: dict) None#

Initialize the auto-scale settings from a dictionary.

Parameters:
dictionarydict

Dictionary containing the configuration for auto-scale settings. Dictionary syntax must be the same of relevant portion of the AEDT file.

Examples

>>> from ansys.aedt.core.visualization.post.field_data import AutoScale
>>> obj = AutoScale()
>>> obj.from_dict(dictionary={"Name": "Value"})