Hello,
I would like to use AEL to individually access and change the following:
SimInstanceName[]
In the Parameter Sweep instance in ADS. As far as I can tell, the only way to change these is to re-type everything within Parameter Sweep which is cumbersome.
Appreciate your help,
Lou
I would like to use AEL to individually access and change the following:
SimInstanceName[]
In the Parameter Sweep instance in ADS. As far as I can tell, the only way to change these is to re-type everything within Parameter Sweep which is cumbersome.
Appreciate your help,
Lou
Typically you can set:
SimInstanceName[1]="HB1"
or something to that effect. If you renamed the instance name of the Simulation controller say HB1 to myHB, then you need to do the change in the ParamSweep component too. Sometimes it can be cumbersome typing this in. But typically you just have to modify One field and it doesnt take up much time if you are setting up your Simulation.
Using AEL might be a way to do this too but I suspect it might be overkill for this sort of application.
Maybe you can explain your usage in more detail. Do you have lots of Paramsweep components?? And do you have to change the SimInstanceName for all of them??
Then maybe you should make this into a VARIABLE instead of typing it in.
Or maybe you have a different usage totally. Please respond on this forum with the coomplete design flow on how you are using this feature today and why using AEL might benefit you.
I may be able to help you with that information.
If it is too complicated to explain here, you are also welcome to contact your local EESOF support office.
Thanks
nilesh 8)