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

gpeCreateChannelWidthEntry

gpeCreateChannelWidthEntry(
[ ?width f_width ]
[ ?reference t_reference ]
[ ?verbose { t | nil } ]
)
=> g_channelWidthEntry / nil

Description

Creates a Modgen sandbox channel width entry that can be passed in gpeSetChannelWidthEntry to set the channel widths.

Arguments

?width f_width

Specifies the width of the channel.

?reference t_reference

Specifies the reference layer that defines the channel extents. You can specify either the layer name or the layer-purpose pair.

?verbose { t | nil }

Controls the display of warning messages.

Value Returned

g_channelWidthEntry

Returns the ID of the Modgen channel width entry that was created.

nil

The command was unsuccessful.

Example

Creates a Modgen channel width entry based on the specified width and reference layer values:

gpeCreateChannelWidthEntry(?width 0.3 ?reference list("Metal1" "drawing"))

Return to top
 ⠀
X