identical_sc class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.logic
Summary
Checks if two scopings_container are identical.
available inputs: scopings_containerA (ScopingsContainer), scopings_containerB (ScopingsContainer)
available outputs: boolean (bool), message (string)
Example
op = identical_sc()
op = identical_sc(scopings_containerA=my_scopings_containerA,scopings_containerB=my_scopings_containerB)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.logic |
| Assembly | Ans_Dpf_Native_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
scopings_containerA
Type: LinkableInput
scopings_containerB
Type: LinkableInput
Outputs
boolean
bool (true if identical...)
Type: LinkableOutput
message
Type: LinkableOutput
Constructors
Constructor
identical_sc()
Constructor
identical_sc(scopings_containerA, scopings_containerB, config)
Parameters:
scopings_containerA(object)scopings_containerB(object)config(OperatorConfig)
Constructor
identical_sc(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