Optimizer.SetConstraintBlockValues(String, Array) Method

Top 

Description

Sets the values for a block of constraints that were added using the AddConstraintBlock method. The relevant elements in the Optimizer.Constraints array are identified by selecting the constraints that match the provided label prefix.

 

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.SetConstraintBlockValues(

String baseLabel,


Array constraintValues)

 

 

Arguments

baseLabel


Description:

The base label for this block of optimization constraints. This base label must have been used when the constraints were created using the AddConstraintBlock method, where the label was used as a prefix to create incremented labels for each constraint in the block.

 

 

constraintValues


Description:

The values to which this block of constraints will be set.

 

 

 

Syntax

myOptimizer1.SetConstraintBlockValues(myString1, myArray1);

 

 

See also

Optimizer Object