create_model_from_touchstone# NexximComponents.create_model_from_touchstone(input_file, model_name=None, show_bitmap=True)[source]# Create a model from a Touchstone file. Parameters: input_filestrFull path to the Touchstone file. model_namestr, optionalName of the model. The default is None. show_bitmapbool, optionalShow bitmap image of schematic component. The default value is True. Returns: strModel name when successfully created. False if something went wrong. References >>> oModelManager.Add >>> oComponentManager.Add