skrf.networkSet.NetworkSet.mean_s_db

property NetworkSet.mean_s_db: Network

Return Network of mean magnitude in dB.

Returns:

ntwk – Network of the mean magnitude in dB

Return type:

class:

~skrf.network.Network

Note

The mean is taken on the magnitude before converted to db, so

magnitude_2_db(mean(s_mag))

which is NOT the same as

mean(s_db)