readKeysightComposi​te

Reads data from a Keysight oscilloscope composite (HDF5) file
222 Downloads
Updated 18 Nov 2019

View License

Many Keysight oscilloscopes have the capability of exporting data in a "composite" format that combines both waveform and configuration data into a single file. This function reads these files into MATLAB and stores them in either a timeseries or tscollection object, depending on how many channels are read. It supports reading digital data from MSOs and properly handles segmented memory.
The HDF5 format used by these files is poorly documented and seems to change from time to time, so if you encounter a file that is poorly-handled by this function I'd appreciate an email so I can (hopefully) fix it. Thanks!

Cite As

Trent Rehberger (2024). readKeysightComposite (https://www.mathworks.com/matlabcentral/fileexchange/65669-readkeysightcomposite), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2017b
Compatible with R2013b and later releases
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.3.2.0

Added support for additional file format variant (thanks to Boris Kling for sending a sample file)

1.3.1.0

Convert string filenames to char array to prevent crash during HDF import

1.3.0.0

Added ability to read waveforms saved in the scope's memory

1.2.0.0

Bugfixes re: digital data and segmented memory
Added ability to select digital channels for import
Standardized inf == all available data convention

1.1.0.0

Removed an assumption about how digital channels are numbered which could cause an error.

1.0.0.0