Skip to main content

DPF Mechanical 2026 R1

time_freq_interpolation class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.math

time_freq_interpolation()

time_freq_interpolation(fields_container: object, time_freq_values: object, step: object, interpolation_type: object, force_new_time_freq_support: object, time_freq_support: object, config: OperatorConfig)

time_freq_interpolation(config: OperatorConfig)

Class Information

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

Inputs

fields_container

Type: LinkableInput

time_freq_values

list of frequencies or times needed. To specify load steps, put a Field (and not a list) in input with a scoping located on "TimeFreq_steps".

Type: LinkableInput

step

if a Field is set as input, the step ids should be its scoping.

Type: LinkableInput

interpolation_type

1 is ramped, 2 is stepped, default is 1.

Type: LinkableInput

force_new_time_freq_support

If set to true, the output fields container will always have a new time freq support rescoped to the output time_freq_values (default is false). If set to false, the time freq support is only recreated when time or frequency values are between existing ones.

Type: LinkableInput

time_freq_support

Type: LinkableInput

Outputs

fields_container

FieldsContainer with interpolated fields at specified time/frequency values

Type: LinkableOutput

Constructors

Constructor

time_freq_interpolation()

Constructor

time_freq_interpolation(fields_container, time_freq_values, step, interpolation_type, force_new_time_freq_support, time_freq_support, config)

Parameters:

  • fields_container (object)
  • time_freq_values (object)
  • step (object)
  • interpolation_type (object)
  • force_new_time_freq_support (object)
  • time_freq_support (object)
  • config (OperatorConfig)

Constructor

time_freq_interpolation(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