ScrGetActiveComponentList

Returns list of all active components of a specified type.

UI Command:   None.
Syntax:   obj.ScrGetActiveComponentList(<compType>)
Parameters:  

BSTR compType (can be "All", "RLC", or any category shown in the Components workspace, e.g. "Discrete Devices", "Pin Groups")

Return Value:  

ARRAY nameList

VB Example:  

obj.ScrGetActiveComponentList("All")

IPY Example:  

oDoc.ScrGetActiveComponentList('Current Sources')