recombine_harmonic_indeces_cyclic class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.result
Summary
Add the fields corresponding to different load steps with the same frequencies to compute the response.
available inputs: fields_container (FieldsContainer), is_constant (bool) (optional)
available outputs: fields_container (FieldsContainer)
Example
op = recombine_harmonic_indeces_cyclic()
op = recombine_harmonic_indeces_cyclic(fields_container=my_fields_container,is_constant=my_is_constant)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.result |
| Assembly | Ans_Dpf_FEMutils_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
fields_container
Type: LinkableInput
is_constant
If the result is constant, it will only copy the first result found.
Type: LinkableInput
Outputs
fields_container
Type: LinkableOutput
Constructors
Constructor
recombine_harmonic_indeces_cyclic()
Constructor
recombine_harmonic_indeces_cyclic(fields_container, is_constant, config)
Parameters:
fields_container(object)is_constant(object)config(OperatorConfig)
Constructor
recombine_harmonic_indeces_cyclic(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