WindowType Last update: 14.01.2025 class Ansys.Mechanical.DataModel.Enums.WindowType Bases: enum.Enum Specifies the WindowType. Overview Attributes Name Bartlett Blackman Hamming Hanning None_ Rectangular Triangular Welch Attribute detail WindowType.Bartlett = 3 WindowType.Blackman = 7 WindowType.Hamming = 5 WindowType.Hanning = 4 WindowType.None_ = 0 WindowType.Rectangular = 1 WindowType.Triangular = 2 WindowType.Welch = 6