skrf.io.csv.AgilentCSV.read

AgilentCSV.read()[source]

Reads data from file.

This function returns a triplet containing the header, comments, and data.

Returns:

  • header (str) – The header string, which is the line following the ‘BEGIN’

  • comments (str) – All lines that begin with a ‘!’

  • data (numpy.ndarray) – An array containing the data. The meaning of which depends on the header.