Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

axlReEvaluateHistory

axlReEvaluateHistory( 
t_sessionName 
x_historyHandle
S_mode
) 
=> t / nil 

Description

Re-evaluates the history in the specified mode with respect to the active setup for a given session.

Arguments

t_sessionName

Name of the adexl or maestro view.

x_historyHandle

Setup database handle.

S_mode

Symbol representing the mode. The valid values are:

  • all: re-evaluates expressions and specifications
  • specs: re-evaluates specifications
  • exprs: re-evaluates expressions
  • partial: re-evaluates both expressions and specifications using the partially complete simulation data

Default value is all.

Value Returned

t

The history is re-evaluated successfully.

nil

The history is not re-evaluated.

Examples

Re-evaluates the history in the specified mode with respect to the active setup for a given session.

session = axlGetWindowSession( hiGetCurrentWindow())
history = axlGetCurrentHistory(session)
axlReEvaluateHistory(session history 'all)

Return to top
 ⠀
X