API Reference v9.2.0

MeasurementSequencedata class

Module: zaber_motion.ascii

Represents a sequence of numerical values with optional units specified.

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

Index

pProperties

Properties

p

values

measurement_sequence.values
List[float] Sequence of values.
p

unit

optional
measurement_sequence.unit
Optional[UnitsAndLiterals] Optional units of the sequence.