mgGetColumnRoutingChannelWidth
mgGetColumnRoutingChannelWidth(d_constraintId x_channelIndex) =>f_channelWidth/ nil
Description
Returns the routing channel width of the specified Modgen column.
Arguments
|
Channel index, which indicates the Modgen column for which the channel width needs to be displayed. |
Value Returned
Example
The following example returns the routing channel width for the second routing channel column:
c = car(ciCacheGet(geGetEditCellView())->constraints) when(c mgSetColumnRoutingChannelWidth(c 1 0.5) mgSetColumnRoutingChannelWidth(c 2 0.6) channelWidth = mgGetColumnRoutingChannelWidth(c 2) )
Return to top