Hi,
I need to change the design for ADE XL/Assembler test using SKILL.
I am tryed to do this as folowing:
testSession=axlGetTest(axlGetMainSetupDB(axlGetWindowSession()) "aa")
toolargs=axlGetTestToolArgs(testSession)
rplaca( cdr( assoc( "view" toolargs ) ) "schematic" )
axlSetTestToolArgs(testSession toolargs)
This indeed changes the design but also resets analysis, variables, and outputs.
Is it any other way to change the design without resetting analysis, variables, and outputs?
Best regards,
Alex.