gpeSetChannelWidthEntry
gpeSetChannelWidthEntry(u_sandbox x_index t_direction g_channelWidth[?verbose{t|nil} ] ) =>t/nil
Description
Sets the channelWidth for the specified channel.
Arguments
|
Specifies the direction of the |
|
|
Specifies the channel width to be set, typically created by a call to |
|
Value Returned
Example
In the following example, gpeCreateChannelWidthEntry is run, and its return values are stored in cw. gpeEditSandbox is run and its return values are stored in sandbox. cw and sandbox values are used as arguments in gpeChannelWidthEntry:
cw = gpeCreateChannelWidthEntry(?width 0.3 ?reference list("Metal1" "drawing"))
sandbox = gpeEditSandbox(leGetEditFigGroup())
gpeSetChannelWidthEntry(sandbox 2 "horizontal" cw)
Return to top