create_model_from_touchstone#

TwinBuilderComponents.create_model_from_touchstone(input_file, model_name=None, show_bitmap=True)[source]#

Create a model from a Touchstone file.

Parameters:
input_filestr

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