networkSet (mwavepy.networkSet)

Provides a class representing an un-ordered set of n-port microwave networks.

Frequently one needs to make calculations, such as mean or standard deviation, on an entire set of n-port networks. To facilitate these calculations the NetworkSet class provides convenient ways to make such calculations.

The results are returned in Network objects, so they can be plotted and saved in the same way one would do with a Network.

The functionality in this module is provided as methods and properties of the NetworkSet Class.

NetworkSet Class

NetworkSet(ntwk_set) A set of Networks.

Table Of Contents

Previous topic

mwavepy.network.csv_2_touchstone

Next topic

mwavepy.networkSet.NetworkSet

This Page