Skip to main content

DPF Mechanical 2026 R1

identical_property_fields class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.logic

Summary

Takes two property fields and compares them.

available inputs: property_fieldA (MeshedRegion), property_fieldB (MeshedRegion)

available outputs: are_identical (bool), information (string)

Example

op = identical_property_fields()

op = identical_property_fields(property_fieldA=my_property_fieldA,property_fieldB=my_property_fieldB)

Class Information

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

Inputs

property_fieldA

Type: LinkableInput

property_fieldB

Type: LinkableInput

Outputs

are_identical

Type: LinkableOutput

information

Type: LinkableOutput

Constructors

Constructor

identical_property_fields()

Constructor

identical_property_fields(property_fieldA, property_fieldB, config)

Parameters:

  • property_fieldA (object)
  • property_fieldB (object)
  • config (OperatorConfig)

Constructor

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