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.

Parameter

network_property_name: str

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

returns:

ns

rtype:
class:

~skrf.networkSet.NetworkSet

Parameters:

network_method_name (str)

Return type:

NetworkSet