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

mgFGRIsHandEdit

mgFGRIsHandEdit(
d_modgenId
)
=> t / nil

Description

Checks the status of the hand edit mode of the fluid guard rings in the specified Modgen.

Arguments

d_modgenId

A Modgen figGroup, storage group, or constraint ID

Value Returned

t

The hand edit mode of fluid guides rings is turned on for the specified Modgen.

nil

The hand edit mode of fluid guides rings is turned off for the specified Modgen.

Example

In the Modgen editing mode, checks the status of hand edit mode for the Modgen in place.

mgFig = leGetEditFigGroup()
when(mgFGRIsHandEdit(mgFig)
  mgFGRExitHandEdit(mgFig)
)

Return to top
 ⠀
X