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