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

axlGetOverwriteHistoryName

axlGetOverwriteHistoryName(
x_setup
)
=> t_historyName / nil

Description

Returns the name of the history that is set to be overwritten for the active setup.

Arguments

x_setup

Handle to the active setup

Value Returned

t_historyName

The name of the history set to be overwritten is returned.

nil

Indicates an error.

Examples

Returns the name of the history that is set to be overwritten for the active setup.

x_activeSetup=axlGetActiveSetup(axlGetMainSetupDB(axlGetWindowSession()))
=> 2417
axlGetOverwriteHistory(x_activeSetup)
=> t
axlGetOverwriteHistoryName(x_activeSetup)
=> "Next History Run"


Return to top
 ⠀
X