API Reference v9.2.0

PvtModeenum

Module: zaber_motion.ascii

Mode of a PVT sequence.

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

NameValueDescription
PvtMode.DISABLED0The PVT sequence is not set up.
PvtMode.STORE1PVT points are queued into a buffer for later playback.
PvtMode.LIVE2PVT points are queued and executed on the device immediately.