hist_access_buffer (buffer, index[, axis])
A binary buffer of X-Y pairs of doubles, as created by a call to hist_buffer_id_read.
The index of the data element to retrieve from the buffer.
An optional string indicating which value of the of the data pair to access, "X" or "Y".
If axis is specified, then the corresponding real-valued data at the index. If axis is not specified, then an instance of the HI_stVALUE class containing the data at the index. If an error occurs, then nil is returned and _last_error_ is set to one of the following possible errors:
"Invalid axis specifier: axis" "Index out of range: index" "Buffer empty"
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.