Hi all,
As the subject suggests, I want to insert parameters in a design to run further analisis (with the netlist). For the ease of the user, it is more instructive to somehow insert the parameters at the schematic level and get those parameters in the netlist ((IC6.1.5.500.132).
I have done the following progress till now :
selectedObject=geGetSelSet()
selectedObject~>w="1.00*param1" ;;;;1.00 is mandatory scaling factor
However, this approach is not always working. While doing "check and save", I do get many errors of some parameters getting out of range (not the ones I have perturbed). Can anyone else suggest a more elegant and safe approach?
Regards,
Atul