Optimizer.SetConstraintValue(String, Variable) Method

Top 

Description

Sets the value of the specified constraint.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

Optimizer.SetConstraintValue(

String label,


Variable value)

 

 

Arguments

label


Description:

Label of constraint to assign.

 

 

value


Description:

Value to assign to constraint.

 

 

 

Syntax

myOptimizer1.SetConstraintValue(myString1, myVariable1);

 

 

See also

Optimizer Object

Optimizer.SetConstraintValue