to_dict# AutoScale.to_dict() → dict# Convert the auto-scale settings to a dictionary. Returns: dictA dictionary containing all the auto-scale settings for the folder field plot settings. Examples >>> from ansys.aedt.core.visualization.post.field_data import AutoScale >>> obj = AutoScale() >>> obj.to_dict()