create_model_from_nexxim_state_space#

TwinBuilderComponents.create_model_from_nexxim_state_space(input_file: str, num_terminal: int, model_name: str = None, port_names: list = None) str | bool#

Create a model from a Touchstone file.

Parameters:
input_filestr

Full path to the Touchstone file.

num_terminalint

Number of terminals in the .sss 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.

port_nameslist, optional

List of port names. The default is None.

Returns:
str

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

References

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