Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

mgFGREnterHandEdit

mgFGREnterHandEdit(
d_modgenId
)
=> t / nil

Description

Enters the hand edit mode for the fluid guard rings in the specified Modgen. In this mode, the fluid guard rings are not regenerated each time the Modgen is updated. Therefore, all customizations remain. The guard rings that are not edited in the hand edit mode are regenerated, and all manual edits are lost. Use mgFGRExitHandEdit to exit the hand edit mode.

Arguments

d_modgenId

A Modgen figGroup, storage group, or constraint ID

Value Returned

t

The Modgen fluid guard ring is in the hand edit mode.

nil

The command was unsuccessful.

Example

In the Modgen editing mode, enters the hand edit mode (if not already in it) for the Modgen-in-place.

mgFig = leGetEditFigGroup()
unless(mgFGRIsHandEdit(mgFig)
  mgFGREnterHandEdit(mgFig)
)

Return to top
 ⠀
X