gpeCreateChannelWidthEntry
gpeCreateChannelWidthEntry([ ?widthf_width] [?referencet_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
|
Specifies the reference layer that defines the channel extents. You can specify either the layer name or the layer-purpose pair. |
|
Value Returned
|
Returns the ID of the Modgen channel width entry that was created. |
|
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