skrf.networkSet.NetworkSet.element_wise_method

NetworkSet.element_wise_method(network_method_name, *args, **kwargs)[source]

Call a given method of each element and returns the result as a new NetworkSet if the output is a Network.

network_property_name: str

A property of the Network class, which must have a matrix output of shape (f, n, n)

Returns

ns

Return type

class

~skrf.networkSet.NetworkSet

Parameters

network_method_name (str) –