M
Min Ting
Guest
Hi all,
I am wondering is there any command that I could use to change the net
name of net in a schematic?
The thing is, there are two conventions for substrate in my cell
library, one is "sub!" the other one is "SUBC!", so I am trying to
change all the "sub!" to "SUBC!"
What I am trying now is:
use dbFindNetByName( cv "sub!" ) to get the net object id
and then use:
schHiReplace(
[ g_replaceAll ]
[ t_propName ]
[ t_condOp ]
[ t_propValue ]
[ t_newPropName ]
[ t_newPropValue ] )
to make the change, however, it is always complaining about the
propName, I am wondering what do I suppose to specify for that field.
Or is there any other commands would do the job?
Thanks and regards,
Min
I am wondering is there any command that I could use to change the net
name of net in a schematic?
The thing is, there are two conventions for substrate in my cell
library, one is "sub!" the other one is "SUBC!", so I am trying to
change all the "sub!" to "SUBC!"
What I am trying now is:
use dbFindNetByName( cv "sub!" ) to get the net object id
and then use:
schHiReplace(
[ g_replaceAll ]
[ t_propName ]
[ t_condOp ]
[ t_propValue ]
[ t_newPropName ]
[ t_newPropValue ] )
to make the change, however, it is always complaining about the
propName, I am wondering what do I suppose to specify for that field.
Or is there any other commands would do the job?
Thanks and regards,
Min