get_all_sparameter_list#

property Circuit.get_all_sparameter_list[source]#

List of all S parameters for a list of excitations.

Parameters:
excitation_nameslist, optional

List of excitations. The default value is [], in which case the S parameters for all excitations are to be provided. For example, ["1", "2"].

Returns:
list of str

List of strings representing the S parameters of the excitations. For example, "S(1,1)", "S(1,2)", "S(2,2)".