create_model_from_touchstone#
- TwinBuilderComponents.create_model_from_touchstone(input_file, model_name=None, show_bitmap=True)#
Create a model from a Touchstone file.
- Parameters:
- input_file
strorpathlib.Path Full path to the Touchstone file.
- model_name
str,optional Name of the model. The default is
None.- show_bitmapbool,
optional Show bitmap image of schematic component. The default value is
True.
- input_file
- Returns:
strModel name when successfully created.
Falseif something went wrong.
References
>>> oModelManager.Add >>> oComponentManager.Add