PvtCsvDatadata class
Module: zaber_motion.ascii
Data representing content loaded from PVT CSV file, with sequence data and sequence names.
To use this type, add from zaber_motion.ascii import PvtCsvData to the top of your source code.
Properties
ppvt_csv_data.sequence_data
ppvt_csv_data.series_names
List[str] The names of the columns in the CSV header. If the header columns do not contain names, these will default to `Series 1`, `Series 2`, etc..