PDA

View Full Version : Orcad Macro's


Jorgen
11-11-2002, 03:37 AM
I can get with VB script a one selected component property from Orcad. But how I could get all components properties, if I select from Orcad 4 components?


'---------------------------------------------
'one component selection
'---------------------------------------------

GetProperty "Reference", RefName

'---------------------------------------------