skrf.io.csv.read_vectorstar_csv
- skrf.io.csv.read_vectorstar_csv(filename, *args, **kwargs)[source]
Reads data from a csv file written by an Anritsu VectorStar.
- Parameters:
filename (str) – the file
*args
**kwargs
- Returns:
header (str) – The header string, which is the line just before the data
comments (str) – All lines that begin with a ‘!’
data (
numpy.ndarray
) – An array containing the data. The meaning of which depends on the header.