Method: OMX::OMXFile#group

Defined in:
lib/OpenMatriX.rb

#group(name) ⇒ Object

Return a group object with the given name (relative to the root of the file)



160
161
162
# File 'lib/OpenMatriX.rb', line 160

def group(name)
  return H5Group.open(@id, name)
end