To use this type, add from zaber_motion.ascii import PvtMode to the top of your source code.
| Name | Value | Description |
|---|---|---|
PvtMode.DISABLED | 0 | The PVT sequence is not set up. |
PvtMode.STORE | 1 | PVT points are queued into a buffer for later playback. |
PvtMode.LIVE | 2 | PVT points are queued and executed on the device immediately. |