ScrGetComponentList

Returns an array containing names of all parts of the specified type.

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

BSTR compType ("all", "rlc", "capacitors", "inductors", "resistors", "ports", "voltage probes", "current sources", "voltage sources", "integrated circuits", "input/output", or "discrete devices"; separate using a comma to specify more than one type)

Return Value:  

ARRAY componentList

VB Example:  

obj.ScrGetComponentList("rlc, ports, integrated circuits")

IPY Example:  

oDoc.ScrGetComponentList('rlc, ports, integrated circuits')