API Reference v9.2.0
StreamBufferclass
Module: zaber_motion.ascii
Represents a stream buffer with this number on a device. A stream buffer is a place to store a queue of stream actions.
The following example illustrates how you can obtain an instance of this type:
from zaber_motion.ascii import Connection
connection = Connection.open_serial_port('COM3')
device = connection.get_device(1)
streams = device.streams
stream_buffer = streams.get_buffer(1)Related Guides:
Properties
p
p
Methods
m