Go to the previous, next section, table of contents.
Buffers an input source that is referenced by <interface>. The buffer is 2-dimensional, and has a fixed <width> and variable length. If the buffer is <active>, then the default operator for the object returns the current value in the buffer and then advances the current index. If <circular> is true then the buffer is circular. The interface is a referenced object and must be of type Iface.
Naming
interface references the interfaceConfiguration
interface=<ref> the interface to read data from width=<uint> set width of buffer active=<bool> (de)activate the buffer (true) circular=<bool> the buffer is circular (false)Commands
load [count=<n>] [overwrite=<bool>] load the buffer from the source count=<n> the number of data points to load overwrite=<bool> whether to overwrite the current contents of the buffer show-buf list the contents of the buffer
Go to the previous, next section, table of contents. Document generated Mon Jun 16 02:19:05 GMT 2003