MapTypes

class bapsflib._hdf.maps.templates.MapTypes(*values)

Bases: Enum

An enumeration of mapping types for unique elements of the HDF5 file to be mapped.

Attributes Summary

DIGITIZER

Mapping class type for a digitized HDF5 file element.

CONTROL

Mapping class type for a control device HDF5 file element.

MSI

Mapping class type for a MSI diagnostic HDF5 file element.

Attributes Documentation

DIGITIZER = 1

Mapping class type for a digitized HDF5 file element.

CONTROL = 2

Mapping class type for a control device HDF5 file element.

MSI = 3

Mapping class type for a MSI diagnostic HDF5 file element.