Product Documentation
Virtuoso Visualization and Analysis XL SKILL Reference
Product Version IC23.1, November 2023

awvRedisplaySubwindow

awvRedisplaySubwindow(
w_windowID
[ ?subwindow x_subwindow ]
[ ?readData g_readData ]
)
=> t / nil

Description

Refreshes the display of a subwindow in the specified Waveform window.

Arguments

w_windowID

Waveform window ID.

?subwindow x_subwindow

Identification number of the subwindow, which is found in the top-right corner of the subwindow.

If you do not specify this argument, the current subwindow is used.

?readData g_readData

Specifies whether to read simulation data.

Valid values are:

  • t: Reads simulation data, refreshes the subwindow with new data, and updates traces, if required.
  • nil: Refreshes display of the subwindow.

Value Returned

t

Subwindow is refreshed successfully.

nil

The specified Waveform window or subwindow does not exist.

Examples

The following example refreshes the display of subwindow 2 of the current Waveform window.

awvRedisplaySubwindow(awvGetCurrentWindow() ?subwindow 2 ?readData nil)
=> t

Return to top
 ⠀
X