API Reference v9.2.0

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

p

sequence_data

pvt_csv_data.sequence_data
List[PvtSequenceItem] The points and actions of the PVT sequence.
p

series_names

pvt_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..