create_model_from_nexxim_state_space#
- MaxwellCircuitComponents.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_file
str Full path to the Touchstone file.
- num_terminal
int Number of terminals in the .sss 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.- port_names
list,optional List of port names. The default is
None.
- input_file
- Returns:
strModel name when successfully created.
Falseif something went wrong.
References
>>> oModelManager.Add >>> oComponentManager.Add