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

axlGetWCCHistory

axlGetWCCHistory(
x_specHandle 
)
=> t_historyName / nil 

Description

Returns name of the history for a specification of a worst-case corner.

Arguments

x_specHandle

Database handle to the specification of a worst-case corner.

Value Returned

t_historyName

Name of the history.

nil

The command was not successful.

Examples

Returns the name of the history for corner 1005.

t_history = axlGetWCCHistory(1005)
=> "History.1"

Related Topics

Worst Case Corners


Return to top
 ⠀
X