iseSearchForASchWindow
iseSearchForASchWindow( ) => t / nil
Description
If iseDontOpenSchematicWindowIfOneExists is set to t, this function searches for the first existing schematic window with the correct design opened for edit and uses that window as the ISE schematic window.
If not available, this function searches for a window with the same design but opened for read only. If such a window is found, then the window is used as the ISE schematic window. If no such window is found, then it returns nil.
Arguments
Value Returned
|
The command was unsuccessful and an error message was printed in the log file. |
Examples
iseSearchForASchWindow()
Related Topics
Return to top