skrf.io.csv.pna_csv_2_ntwks

skrf.io.csv.pna_csv_2_ntwks(filename)[source]

Reads a PNAX csv file, and returns a list of one-port Networks.

Deprecated since version Use: pna_csv_2_ntwks3() instead.

Note

Note this only works if csv is save in Real/Imaginary format for now

Parameters:

filename (str) – filename

Returns:

out – list of Networks representing the data contained in column pairs

Return type:

list of Network objects