select

select#

_HdfArray.select(id_)[source]#

Return the HDF dataset or sub-dataset identified by id_.

Parameters:
id_str

Dataset key within the open HDF file.

Returns:
outSequence

The format-specific dataset object.

Examples

>>> reader.select('Data-Set-2')