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

axlSetCopyRefResultsOption

axlSetCopyRefResultsOption(
x_hsdb 
g_value
) 
=> x_hsdb / 0 

Description

Specifies whether the simulation results need to be copied or moved from the reference history.

Arguments

x_hsdb

Setup database handle

g_value

Boolean value

  • t: Specifies that the simulation results need to be copied.
  • nil: Specifies that they need to be moved.

Value Returned

x_hsdb

The setup handle is returned.

0

The setup handle is not returned.

Examples

Specifies that simulation results must be copied from the reference history.

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


Return to top
 ⠀
X