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
str
orpathlib.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:
str
Model name when successfully created.
False
if something went wrong.
References
>>> oModelManager.Add >>> oComponentManager.Add