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

axlGetCopyRefResultsOption

axlGetCopyRefResultsOption(
x_hsdb 
) 
=> t / nil 

Description

Specifies whether the simulation results are required to be copied or moved from the reference history based on the settings in the setup database.

Arguments

x_hsdb

Setup database handle

Value Returned

t

Indicates that the simulation results need to be copied from the reference history.

nil

Indicates that the simulation results need to be moved from the reference history.

Examples

Specifies that the simulation results need to be copied from the reference history.

sdb=axlGetMainSetupDB(axlGetWindowSession())
axlGetCopyRefResultsOption(sdb)
=> t

Return to top
 ⠀
X