skrf.networkSet.NetworkSet.ntwk_attr_2_df

NetworkSet.ntwk_attr_2_df(attr='s_db', m=0, n=0, *args, **kwargs)[source]

Converts an attributes of the Networks within a NetworkSet to a Pandas DataFrame.

Examples

>>> df = ns.ntwk_attr_2_df('s_db', m=1, n=0)
>>> df.to_excel('output.xls')  # see Pandas docs for more info