CollectorGetAvailableConstraints Method

Obtain all available constraint IDs.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public List<string> GetAvailableConstraints()

Return Value

ListString
the list of available constraint IDs

Remarks

The set of available known constraint IDs which can be enabled by calling setEnableConstraints.

See Also