Skip to content

ABFGetFileInfo

  ABFGetFileInfo returns some header data from an Axon Instruments ABF file

  Examples:
  s1=ABFGetFileInfo(dllname, filename);
  [s1 s2]=ABFGetFileInfo(dllname, filename);

        s1 is returned with limited information (obsolete: maintained for
            for backwards compatibility only)
        s2 contains the full ABF header (see ABFHEADR.PDF for details)

  Inputs: 
  dllname: the full path and name of the Axon Instruments ABFFIO.DLL
  filename: the path and file name of the ABF file to read


  This routine calls the Axon Instruments DLL and is therefore Windows only

 --------------------------------------------------------------------------
  Author: Malcolm Lidierth 06/07
  Copyright © The Author & King's College London 2007

  Acknowledgements:
  Revisions:
        12.09   Modified to call ABFGetFileInfo2 and return full ABF header
 --------------------------------------------------------------------------