skrf.networkSet.NetworkSet.set_wise_function

NetworkSet.set_wise_function(func, a_property, *args, **kwargs)

calls a function on a specific property of the networks in this NetworkSet.

example:
my_ntwk_set.set_wise_func(mean,’s’)

Previous topic

skrf.networkSet.NetworkSet.plot_uncertainty_decomposition

Next topic

skrf.networkSet.NetworkSet.signature

This Page