Skip to main content

DPF Mechanical 2026 R1

window_triangular class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.math

Summary

Apply triangular windowing on a given FieldsContainer having time label or a Field located on time. Assume that time sampling is evenly spaced (use time_freq_interpolation before otherwise).

available inputs: field (Field, FieldsContainer)

available outputs: field (Field ,FieldsContainer)

Example

op = window_triangular()

op = window_triangular(field=my_field)

Class Information

Property Value
Namespace Ans.DataProcessing.operators.math
Assembly Ans_Dpf_Math_dll_cs
Base Class Ans.DataProcessing.internal_objects.BaseOperator

Inputs

field

Type: LinkableInput

Outputs

field

Type: LinkableOutput

Constructors

Constructor

window_triangular()

Constructor

window_triangular(field, config)

Parameters:

  • field (object)
  • config (OperatorConfig)

Constructor

window_triangular(config)

Parameters:

  • config (OperatorConfig)

Methods

Properties

inputs

Type: InputSpec

# Get or set the property
value = obj.inputs
obj.inputs = new_value

outputs

Type: OutputSpec

# Get or set the property
value = obj.outputs
obj.outputs = new_value

defaultConfig

Type: Config

# Get the property (read-only)
value = obj.defaultConfig

Connect with Ansys