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

axlGetOverwriteHistory

axlGetOverwriteHistory(
x_history
)
=> t / nil

Description

Returns a Boolean value specifying the status of the Overwrite History check box in the Save Options form for the active setup.

Arguments

x_history

Specifies a handle to the active setup.

Value Returned

t

The Overwrite History check box is enabled.

nil

The Overwrite History check box is disabled.

Examples

Returns a boolean value specifying the status of the Overwrite History check box in the Save Options form.

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

Return to top
 ⠀
X