create_new_component_from_symbol#
- NexximComponents.create_new_component_from_symbol(name, pins, time_stamp=1591858313, description='', refbase='x', parameters=None, values=None, gref='')[source]#
Create a component from a symbol.
- Parameters:
- name
str
Name of the symbol.
- pins
list
List of pin names.
- time_stamp
int
,optional
UTC time stamp.
- description
str
,optional
Component description.
- refbase
str
,optional
Reference base. The default is
"U"
.- parameters
list
List of parameters. If not provided the default is
None
, in which case an empty list is set.- values
list
List of parameter values. If not provided the default is
None
, in which case an empty list is set.- gref
str
,optional
Global Reference
- name
- Returns:
- bool
True
when successful,False
when failed.
References
>>> oModelManager.Add >>> oComponentManager.Add