skrf.networkSet.NetworkSet.std_s_db

property NetworkSet.std_s_db: Network

Return the Network of the standard deviation magnitude in dB.

Returns:

ntwk – Network of the mean magnitude in dB

Return type:

class:

~skrf.network.Network

Note

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

magnitude_2_db(std(s_mag))

which is NOT the same as

std(s_db)