gpeClearChannelWidthEntry
gpeClearChannelWidthEntry(u_sandbox x_index t_direction[?verbose{t|nil} ] ) =>t/nil
Description
Clears the channelWidth value of the specified channel in the specified sandbox.
Arguments
|
Indicates the direction of the |
|
Value Returned
Example
In the following example, the channelWidth value of the specified channel in the specified sandbox is deleted.
sandbox = gpeEditSandbox(leGetEditFigGroup())
gpeClearChannelWidthEntry(sandbox 1 "horizontal")
Return to top