from_dict#
- NumberFormat.from_dict(dictionary: dict) None#
Initialize the number format settings of the field plot settings from a dictionary.
- Parameters:
- dictionary
dict Dictionary containing the configuration for number format 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 NumberFormat >>> obj = NumberFormat() >>> obj.from_dict(dictionary={"Name": "Value"})