get_all_sparameter_list#
- property Circuit.get_all_sparameter_list: list#
List of all S parameters for a list of excitations.
- Parameters:
- excitation_names
list,optional List of excitations. The default is
None, in which case the S parameters for all excitations are to be provided. For example,["1", "2"].
- excitation_names
- Returns:
listStrings representing the S parameters of the excitations. For example,
["S(1, 1)", "S(1, 2)", S(2, 2)].
Examples
>>> from ansys.aedt.core import Hfss >>> hfss = Hfss() >>> hfss.get_all_sparameter_list