ratz68
04-01-2003, 09:32 AM
Hello All!
This is actually my first post. My problem is in the script tool within PADS. Several of our designs have part-types that contain multiple values. Example: RES1206 parttype contains, say, 10 different values. I would like to key in on the value and list the components (ref des) asscociated to its value, of parttype RES1206.
So far the only way for me to do this is
key in on the part-type, cycle thru all the components of this part-type and store their values in an array.
Is there a way to avoid this algorithm and key directly onto Attribute.value?
I'm still kind of new to PADS VB scripting and the HELP menu is not to explainatory. Any help from a veteran
greatly appreciated.
This is actually my first post. My problem is in the script tool within PADS. Several of our designs have part-types that contain multiple values. Example: RES1206 parttype contains, say, 10 different values. I would like to key in on the value and list the components (ref des) asscociated to its value, of parttype RES1206.
So far the only way for me to do this is
key in on the part-type, cycle thru all the components of this part-type and store their values in an array.
Is there a way to avoid this algorithm and key directly onto Attribute.value?
I'm still kind of new to PADS VB scripting and the HELP menu is not to explainatory. Any help from a veteran
greatly appreciated.