fields.buffers.core.ArrayBuffer.d#

property ArrayBuffer.d#

Shorthand for as_array().

This returns the buffer data as a plain numpy.ndarray, stripping any units or backend context.

Equivalent to: self.as_array()

Returns:

The numerical contents of the buffer as a standard array.

Return type:

numpy.ndarray