API Reference v9.2.0

StreamModeenum

Module: zaber_motion.ascii

Mode of a stream.

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

Related Guides:
NameValueDescription
StreamMode.DISABLED0The stream is not set up.
StreamMode.STORE1Actions are queued into a stream buffer for later playback.
StreamMode.STORE_ARBITRARY_AXES2Actions are queued into a stream buffer for later playback (axes not specified).
StreamMode.LIVE3Actions are queued and executed on the device immediately.