leRegClusterBdyEstimator
leRegClusterBdyEstimator(t_displayNamet_functionName) => t / nil
Description
Registers the name of the estimator which will appear in the cyclic field of the Area Estimator field in the Create Cluster Boundary form in the Floorplanning tool, and the function the software will invoke when you click the Estimate button on the form.
Arguments
|
Name that appears in the Area Estimator field in the Create Cluster Boundary form in Layout XL. |
|
|
Name of the function that is run when you click Estimate on the form. |
Value Returned
|
Returns |
Example
Registers estimateFunc as the name which appears in the cyclic field of the Area Estimator field in the Create Cluster Boundary form in the Floorplanning tool, and calls the function name the software will invoke when you click the Estimate button on the form (in this example, myEstimatorFunc).
leRegClusterBdyEstimator("estimateFunc" "myEstimatorFunc")
Return to top