3.2.2.20. lekkersim.SolvedModel.export_InPulse
- SolvedModel.export_InPulse(filename: str = 'exported_model.csvy', parameter_name_mapping: Dict[str, str] | None = None, units: Dict[str, str] | None = None) str
Export scattering matrix in InPulse format
- Parameters:
filename (str) – name of the file to export. Default to exported_model.csvy
parameter_name_mapping (dict) – mapping between parameter name in the model and exported file. The for of the dictionary is {<model-parameter-name>:<exported-parameter-name>}. Not mapped parameter are exported with their origina name.
units (dict) – Units of the exported parameters, in the form: {<exported-parameter-name>:<unit>} For parameters with no units explicit map to None is advised.
- Returs:
str: string representing the scattering matrix in InPulse