iseOpenWindows
iseOpenWindows( ) => t / nil
Description
Opens three new windows and updates internal ISE structures required to keep track of the identifications of these windows. The first covers the bottom right quarter of the screen and is set to be the schematic window. The second occupies the upper half of the screen and is the waveform window. The third window occupies the lower left quarter of the screen and is used to run the simulator. The original windows are not altered, but instead are overlaid with the new windows. This is the default window configuration.
If the iseDontOpenSchematicWindowIfOneExists variable is set to t, ISE searches all windows and makes the ISE schematic window the first window it finds with the appropriate design that was opened in append mode. If no such window exists, ISE searches all windows and makes the ISE schematic window the first window it finds with the appropriate design that was opened in read or write mode. If no such window is found, ISE opens a new schematic window. If the iseNoWaveformWindow is set to t, ISE does not open a waveform window. In this case, the user must open a waveform window if it is needed.
Arguments
Value Returned
Examples
iseOpenWindows()
Related Topics
Return to top