API Reference v9.2.0

PvtPartialCsvDatastruct

Module: ZaberMotionAscii

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

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

Index

Properties

p

sequenceData

pvtPartialCsvData.sequenceData
[PvtPartialSequenceItem] The points and actions of the PVT sequence.
p

seriesNames

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