schHiComputePinRef
schHiComputePinRef( [ ?reportFilet_reportFile] [ ?displayt_display] [ ?formatStringt_formatString] [ ?reportDupst_reportDups] [ ?sortByDirt_sortByDir] ) => t
Description
Displays the Cross-Reference Options form for current index or sheet schematic, which computes, stores, and lists zone references for all pins and offsheet connectors in a multisheet schematic. The zone references identify where pins on other sheets reference the same net. Uses stored references to identify pin locations. The pin references can be displayed in the schematic alongside each pin or written to a report file. Can be used only when editing either the index or a sheet of a multisheet design. The index requires checking before zones can be computed.
Arguments
Value Returned
Examples
Displays the Cross-Reference Options form and also creates a report file named design.xref.
schHiComputePinRef( ?reportFile "design.xref" )
Displays the Cross-Reference Options form to produce cross-references in the schematic alongside each pin in sheet1zoneB.Duplicate references are not reported and references are sorted by direction.
schHiComputePinRef( t_reportFile "" ?display "on" ?formatString "1 B" ?display "off" ?display "on" )
Return to top