skrf.networkSet.NetworkSet.set_wise_function

NetworkSet.set_wise_function(func, a_property, *args, **kwargs)[source]

Calls a function on a specific property of the Networks in this NetworkSet.

Parameters:
  • func (callable) –

  • a_property (str) –

Example

>>> my_ntwk_set.set_wise_func(mean,'s')