API Reference v9.2.0

PvtCsvDatastruct

Module: ZaberMotionAscii

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

To use this type, add import ZaberMotionAscii to the top of your source code.

Index

Properties

p

sequenceData

pvtCsvData.sequenceData
[PvtSequenceItem] The points and actions of the PVT sequence.
p

seriesNames

pvtCsvData.seriesNames
[String] 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..