mgGetTrunkChannel
mgGetTrunkChannel(d_mgConId d_trunkId) =>x_channel/ nil
Description
Returns the channel number in which the specified topological trunk pattern is located.
Arguments
|
Database ID of the Modgen constraint in which the specified topological trunk pattern is located. |
|
Value Returned
|
Integer indicating the number of the row or column in which the topological trunk pattern is located in the Modgen. |
|
Example
cv = geGetEditRep()
mgConId = car(ciCacheListCon(ciCacheGet(cv)))
; Assume the user has selected a physical trunk (pathSeg) in the Modgen
topoTrunk = mgGetTrunkTopo(css())
channel = mgGetTrunkChannel(mgConId topoTrunk)
Return to top