Click or drag to resize

ComponentValidityDecisionSource Enumeration

** NOTE: ADDED in CFX 2.1 **

Types of component validity decision source

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 2.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntax
public enum ComponentValidityDecisionSource
Members
Member nameValueDescription
Unkwnown0 Unknown validity decision source for the component
Measurements1 The component rejection is based on the check of the measurements. If at least one measurement is out of range, the component is rejected.
Algorithm2 An algorithm is responsible of the decision to reject the component or not
Operator3 The operator is responsible of the decision to reject the component or not
See Also