Get array from image data

How could i get the arrays that make up an image data object as arrays in python?

Please see

https://www.slicer.org/wiki/Documentation/Nightly/Developers/Python_scripting#Accessing_Volume_data_as_numpy_array

The solution I was looking for was:

slicer.util.array('NodeName')