create#
- classmethod NPortComponentModel.create(name)#
Create an NPort component model.
- Parameters:
- name
str
Name of the NPport component model.
- name
- Returns:
NPortComponentModel
NPort component model created.
Notes
The component model does not belong to a specific database until it is added to a
ComponentDef
instance.