API Reference v9.2.0

PvtPointdata class

Module: zaber_motion.ascii

Data representing a single point in a PVT sequence or buffer.

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

Properties

p

positions

pvt_point.positions
List[Measurement] Position of this point for all series (axes).
p

velocities

pvt_point.velocities
List[Measurement] Velocity at this point for all series (axes).
p

time

pvt_point.time
Measurement Time to take to reach this point from the previous point or starting position.
p

relative

pvt_point.relative
bool Flag indicating if this point's position is relative to the previous point or starting position. Defaults to false, meaning absolute positioning.