enable_global_netlist# MaxwellCircuitComponents.enable_global_netlist(component_name, global_netlist_list=None)[source]# Enable Nexxim global net list. Parameters: component_namestrName of the component. global_netlist_listlistA list of lines to include. The default is None. Returns: boolTrue when successful, False when failed. References >>> oComponentManager.GetData >>> oComponentManager.Edit Copy to clipboard