cphGetSchInstForceDescend
cphGetSchInstForceDescend(d_topSchCVID d_schInstID[ ?layCVIdd_layCVId] ) => t / nil
Description
Returns whether an instance has a force descend, specifying the top-level schematic and layout cellview IDs instead of the cphManager ID.
Arguments
Value Returned
Example
Instance "I0" in the top-level schematic has a force descend set.
scv -> top-level schematic cellview ID in a VLS XL session
lcv -> top-level layout cellview ID in a VLS XL session
i0 -> Instance ID for instance "I0" in the top-level schematic cellview
n0 -> Instance ID for instance "N0" in the lower-levelnand2_Aschematic cellview
cphGetSchInstForceDescend(scv i0 ?layCVId lcv) => t
Checks and reports if instance "N0" at the next lower level of hierarchy has a force descend.
cphGetSchInstForceDescend(scv n0 ?layCVId lcv) => nil
Return to top