Skip to main content

DPF Mechanical 2026 R1

eim_solver class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.math

eim_solver()

eim_solver(mode_shapes_fc: object, initial_sensors: object, n_max: object, minimum_sensor_distance: object, restrict_n_max: object, coords: object, config: OperatorConfig)

eim_solver(config: OperatorConfig)

Class Information

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

Inputs

mode_shapes_fc

Type: LinkableInput

initial_sensors

Type: LinkableInput

n_max

Type: LinkableInput

minimum_sensor_distance

Type: LinkableInput

restrict_n_max

Type: LinkableInput

coords

Type: LinkableInput

Outputs

ED_sorted

Type: LinkableOutput

Constructors

Constructor

eim_solver()

Constructor

eim_solver(mode_shapes_fc, initial_sensors, n_max, minimum_sensor_distance, restrict_n_max, coords, config)

Parameters:

  • mode_shapes_fc (object)
  • initial_sensors (object)
  • n_max (object)
  • minimum_sensor_distance (object)
  • restrict_n_max (object)
  • coords (object)
  • config (OperatorConfig)

Constructor

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