create_model_from_touchstone#

NexximComponents.create_model_from_touchstone(touchstone_full_path, model_name=None, show_bitmap=True)[source]#

Create a model from a Touchstone file.

Parameters:
touchstone_full_pathstr

Full path to the Touchstone file.

model_namestr, optional

Name of the model. The default is None.

show_bitmapbool, optional

Show bitmap image of schematic component. The default value is True.

Returns:
str

Model name when successfully created. False if something went wrong.

References

>>> oModelManager.Add
>>> oComponentManager.Add