D
danmc
Guest
It appears that when you use something like the following in ocean:
analysis('tran ?stop 1n)
it is saying "set the stop time in transient analysis to 1n but don't
change any other transient parameters". In other words:
analysis('tran ?start 1n ?stop 10n)
run('tran)
analysis('tran ?stop 5n)
run('tran)
will run the 2nd transient from 1ns to 5ns. So is there a way to
restore all of the parameters to their defults so you could do
something like
analysis('tran ?start 1n ?stop 10n)
run('tran)
reset('tran) ;; restore all the simulation parameters to the defaults
analysis('tran ?stop 5n)
run('tran)
Thanks
-Dan
analysis('tran ?stop 1n)
it is saying "set the stop time in transient analysis to 1n but don't
change any other transient parameters". In other words:
analysis('tran ?start 1n ?stop 10n)
run('tran)
analysis('tran ?stop 5n)
run('tran)
will run the 2nd transient from 1ns to 5ns. So is there a way to
restore all of the parameters to their defults so you could do
something like
analysis('tran ?start 1n ?stop 10n)
run('tran)
reset('tran) ;; restore all the simulation parameters to the defaults
analysis('tran ?stop 5n)
run('tran)
Thanks
-Dan