skrf.networkSet.NetworkSet.from_s_dict

classmethod NetworkSet.from_s_dict(d, frequency, *args, **kwargs)[source]

Create a NetworkSet from a dictionary of s-parameters

The resultant elements of the NetworkSet are named by the keys of the dictionary.

Parameters:
  • d (dict) – dictionary of s-parameters data. values of this should be numpy.ndarray assignable to skrf.network.Network.s

  • frequency (Frequency object) – frequency assigned to each network

  • *args – passed to Network.__init__ for each key/value pair of d

  • **kwargs – passed to Network.__init__ for each key/value pair of d

Returns:

ns

Return type:

NetworkSet