Skip to main content

logic:fields included?

Version: 0.0.0

Description

Checks if one field belongs to another.

Inputs

InputNameExpected type(s)Description
Pin 0
Required
fieldAfield
Pin 1
Required
fieldBfield
Pin 2
Required
double_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 0includedboolbool (true if belongs...)
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: included_fields

Full name: logic.included_fields

Internal name: Are_fields_included

License: None

Changelog

  • Version 0.0.0: Initial release.