get_all_sparameter_list#

property Hfss3dLayout.get_all_sparameter_list[source]#

List of all S parameters for a list of excitations.

Parameters:
excitation_nameslist, 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"].

Returns:
list

Strings representing the S parameters of the excitations. For example, ["S(1, 1)", "S(1, 2)", S(2, 2)].