axlSetCopyRefResultsOption
axlSetCopyRefResultsOption(x_hsdbg_value) =>x_hsdb/ 0
Description
Specifies whether the simulation results need to be copied or moved from the reference history.
Arguments
Value Returned
Examples
Specifies that simulation results must be copied from the reference history.
sdb=axlGetMainSetupDB(axlGetWindowSession())
axlSetCopyRefResultsOption(sdb t)
=> t
Return to top