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

axlSetOverwriteHistoryName

axlSetOverwriteHistoryName(
x_setup
t_overwriteHistoryName
)
=>t / nil

Description

Sets the name of the history to be overwritten for the specified active setup.

Arguments

x_setup

Handle to the active setup.

t_overwriteHistoryName

Name of the history to be overwritten.

Ensure that you specify the name of an existing history. If no history exists, then this can be set as Next History Run.

Value Returned

t

The specified history is overwritten successfully.

nil

The specified history is not overwritten

Examples

Overwrites the specified history.

x_activeSetup=axlGetActiveSetup(axlGetMainSetupDB(axlGetWindowSession()))
=>2417
axlSetOverwriteHistory(x_activeSetup t)
=>t
axlSetOverwriteHistoryName(x_activeSetup "Interactive.1")
=>"2535"

Return to top
 ⠀
X