To use this type, add from zaber_motion.ascii import StreamMode to the top of your source code.
| Name | Value | Description |
|---|---|---|
StreamMode.DISABLED | 0 | The stream is not set up. |
StreamMode.STORE | 1 | Actions are queued into a stream buffer for later playback. |
StreamMode.STORE_ARBITRARY_AXES | 2 | Actions are queued into a stream buffer for later playback (axes not specified). |
StreamMode.LIVE | 3 | Actions are queued and executed on the device immediately. |