Skip to main content

DPF Mechanical 2026 R1

identical_scopings class

Last update: 18.06.2026

Namespace: Ans.DataProcessing.operators.logic

Summary

Check if two scopings are identical.

available inputs: scopingA (Scoping), scopingB (Scoping)

available outputs: boolean (bool), message (string)

Example

op = identical_scopings()

op = identical_scopings(scopingA=my_scopingA,scopingB=my_scopingB)

Class Information

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

Inputs

scopingA

Type: LinkableInput

scopingB

Type: LinkableInput

Outputs

boolean

bool (true if identical...)

Type: LinkableOutput

message

Type: LinkableOutput

Constructors

Constructor

identical_scopings()

Constructor

identical_scopings(scopingA, scopingB, config)

Parameters:

  • scopingA (object)
  • scopingB (object)
  • config (OperatorConfig)

Constructor

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