API Reference v9.2.0

PvtPartialCsvDatadata class

Module: zaber_motion.ascii

Data representing content loaded from PVT CSV file, with partial sequence data and sequence names.

To use this type, add from zaber_motion.ascii import PvtPartialCsvData to the top of your source code.

Properties

p

sequence_data

pvt_partial_csv_data.sequence_data
List[PvtPartialSequenceItem] The points and actions of the PVT sequence.
p

series_names

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