Skip to main content

logic:same fields?

Version: 0.0.0

Description

Check if two fields are identical.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
fieldAfield
Pin 1
Required
fieldBfield
Pin 2double_valuedoubleDouble positive small value. Smallest value considered during the comparison step. All the absolute values in the field less than this value are considered null, (default value: 1.0e-14).
Pin 3double_tolerancedoubleDouble relative tolerance. Maximum tolerance gap between two compared values. Values within relative tolerance are considered identical. Formula is (v1 - v2) / v2 < relativeTol. Default is 0.001.

Outputs

OutputNameExpected type(s)Description
Pin 0booleanboolbool (true if identical...)
Pin 1messagestring

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.

Scripting

Category: logic

Plugin: core

Scripting name: identical_fields

Full name: logic.identical_fields

Internal name: AreFieldsIdentical

License: None

Changelog

  • Version 0.0.0: Initial release.