A
ARAVIND
Guest
I want an example of how to use this function in skill program:
-----
absModifyPinProp( l_list ) => t/nil
Modifies the properties of a pin depending on the values provided in
the list. Properties not mentioned in the list remain unchanged.
-----
OR
-----
In VLE, I got a list like this :
a=cv~>shapes
b=a~>net~>sigNames
(nil ("ABC[7]" "VDD")) <-- this is the list i have now...
Now, I need to replace this list with another list:
(nil ("DDC<0>" "SUV")) <-- i have got this list already
Any examples of how to go about this prog would be helpfull.
Regards,
Aravind
-----
absModifyPinProp( l_list ) => t/nil
Modifies the properties of a pin depending on the values provided in
the list. Properties not mentioned in the list remain unchanged.
-----
OR
-----
In VLE, I got a list like this :
a=cv~>shapes
b=a~>net~>sigNames
(nil ("ABC[7]" "VDD")) <-- this is the list i have now...
Now, I need to replace this list with another list:
(nil ("DDC<0>" "SUV")) <-- i have got this list already
Any examples of how to go about this prog would be helpfull.
Regards,
Aravind