ConstraintResult Enumeration

The enumerated type of possible Constraint Status types.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public enum ConstraintResult

Members

GOOD0 Constraint is Good, no action required.
WARN1 Constraint is Warning, improve the situation or the Measurement will fail or yield poor results.
ERROR2 Constraint in Error and unrecoverable. Measurement will fail.

See Also