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

axlSetOverwriteHistory

axlSetOverwriteHistory(
x_setup
g_overwriteStatus
)
=> t / nil

Description

Enables or disables the Overwrite History check box in the Save Options form for the active setup.

Arguments

x_setup

Handle to the active setup

g_overwriteStatus

Enables or disables the Overwrite History check box in the Save Options form for the specified setup.

Value Returned

t

The Overwrite History check box is enabled or disabled.

nil

Indicates an error.

Examples

Enables the Overwrite History check box in the Save Options form.

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

Return to top
 ⠀
X