schHiOpenSymbolOrSchematicView
schHiOpenSymbolOrSchematicView(d_cellViewID[w_windowID] ) => nil / windowID
Takes the current viewtype, schematic or symbol, then calls schHiOpenOtherView to then switch between the views.
Arguments
Value Returned
Examples
Switches to the schematic view, opening it in the current window, if the symbol view is currently open, and vice versa. This will perform the same action as File – Open Schematic/Symbol or using the bindkey “Ctrl =”.
schHiOpenSymbolOrSchematicView(geGetEditCellView() hiGetCurrentWindow())
As above, but will open the view in a new window.
schHiOpenSymbolOrSchematicView(geGetEditCellView())
Related Topics
Return to top