Scilab Function
Last update : 27/10/2005

catman_read - Reads catman binary measurement data files

Calling Sequence

[a1,a2] = catman_read(%file)

Parameters

Description

CATMAN is a software family for DAQ purposes. It is optimized for DAQ with the amplifier systems MGCplus, MGCsplit and Spider8 of the company HBM GmbH (Hottinger Baldwin Messtechnik GmbH). Especially the software catman easy enables the fast and easy measurement with HBM hardware like Spider8 and MGCplus. Basis is TEDS based upon IEEE1451.4. Now you can direct import catman datafiles into SciLab.

ONLY CATMAN 4.5 and CATMAN 5.0 is supported !!! The catman online data format is not supported.

Examples

[a1,a2]=catman_read(); // Select a catman binary file and reads it
disp(a2);
disp(a2.ChannelName);
plot2d(a2(4).data);  // Plot the data of the 4th catman channel
  

See Also

cp42mea ,   cp42cut ,  

Authors

Dr. Andreas Geissler geisslea@web.de