The SVS Binary Data File Format
Application Platform Description > Application Button > New Project > SVS Configuration File > The SVS Binary Data File Format

The SVS Binary Data File Format

The SVS binary data file format used to import measured data in a fast and compressed format.

If you want to make use of this format you must store the following information (here explained using the C-language variable types) in the specified order.

  1. Save the number of samples (measurements) per channels (transducers) as a long integer.

  2. Save the number of channels as a long integer.

  3. Save all samples of channel number one as float values.

  4. Save all samples of channel number two as float values.

  5. ... and so on until all channels have been saved for a specific Test Setup .

The following should noted: