mgSetColumnRoutingChannelWidth
mgSetColumnRoutingChannelWidth(d_constraintId x_channelIndex f_channelWidth) =>f_channelWidth/ nil
Description
Sets the routing channel width for the specified Modgen column.
Arguments
Value Returned
|
The channel width that was set for the specified Modgen column. |
|
Example
The following example sets the routing channel width for the first two routing channel columns:
c = car(ciCacheGet(geGetEditCellView())->constraints) when(c mgSetColumnRoutingChannelWidth(c 1 0.5) mgSetColumnRoutingChannelWidth(c 2 0.6) channelWidth = mgGetColumnRoutingChannelWidth(c 2)
)
Return to top