Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Using the printds function (link to download in the above section h5py issues and helper code) will give you is above) as well as our patched version of h5py, you will get output like

Code Block
In [10]: printds(data)
                                fifoEvents (vlen)
rowIdx     timestampHigh, timestampLow, eventCode
                  uint32,       uint32,    uint32
     0 [(       118401,        12966,        41),
        (       118401,        11852,       140)]
     1 [(       118404,        11852,       140)]
     2 [(       118407,        12966,        41),
        (       118407,        11852,       140)]
     3 [(       118410,        11852,       140)]
     4 [(       118413,        12966,        41),
        (       118413,        11852,       140)]
     5 [(       118416,        11852,       140)]
     6 [(       118419,        12966,        41),
        (       118419,        11852,       140)]
     7 [(       118422,        11852,       140)]
     8 [(       118425,        12966,        41),
        (       118425,        11852,       140)]
     9 [(       118428,        11852,       140)]
    10 [(       118431,        12966,        41),
        (       118431,        11852,       140)]
    11 [(       118434,        11852,       140)]
    12 [(       118437,        12966,        41),
        (       118437,        11852,       140)]

...