AutoScale#

class ansys.aedt.core.visualization.post.field_data.AutoScale(n_levels=10, limit_precision_digits=False, precision_digits=3, use_current_scale_for_animation=False)[source]#

Provides methods and variables for editing automatic scale folder settings.

Parameters:
n_levelsint, optional

Number of color levels of the scale. Default is 10.

limit_precision_digitsbool, optional

Whether to limit precision digits. Default is False.

precision_digitsint, optional

Precision digits. Default is 3.

use_current_scale_for_animationbool, optional

Whether to use the scale for the animation. Default is False.

Methods

AutoScale.from_dict(dictionary)

Initialize the auto-scale settings from a dictionary.

AutoScale.to_dict()

Convert the auto-scale settings to a dictionary.