get_components_from_nets# Components.get_components_from_nets(netlist=None)[source]# Retrieve components from a net list. Parameters: netliststr, optionalName of the net list. The default is None. Returns: listList of components that belong to the signal nets.