mgCreateOrEdit
mgCreateOrEdit(d_cellViewId d_constraintId[d_figGroupId] ) => t / nil
Description
Opens the Modgen editor to create a new Modgen or to edit parameters of an existing Modgen. After making edits, the Modgen constraint is updated. If the source is a layout cellview, then the Modgen layout, the associated geometry, and the associated database objects are updated.
Arguments
Value Returned
Example
To create a new Modgen constraint with the currently selected schematic instances as members:
mgCreateOrEdit(schemCV nil)
To edit an existing Modgen in the layout cellview and update the constraint and the figGroup:
mgCreateOrEdit(layCV modgenConstraint)
Return to top