Skip to content

ImportCFS

  ImportCFS imports Cambridge Electronic Design Signal for Windows files.
  The file created is a sigTOOL compatible version 6 MAT-file with the kcl
  extension

  Example:
  OUTPUTFILE=ImportCFS(FILENAME)
  OUTPUTFILE=ImportCFS(FILENAME, TARGETPATH)

  FILENAME is the path and name of the Signal file to import.

  The kcl file generated will be placed in TARGETPATH if supplied. If not,
  the file will be created in the directory taken from FILENAME.

  Note that the CFS file format used by Signal is versatile and CFS files
  written by other applications may not load fully or properly.

  For waveform channels, marker values correspond to the Signal FrameState
  setting (first marker) and to the DS Flags (second marker).
  Bit 9 of the DS Flags is the Signal "Tag" (set for on, cleared for off).

  Signal keyboard markers are stored with the keystroke as the marker.

  Toolboxes required: None

  The CFS filing system is copyright Cambridge Electronic Design, UK

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

  Acknowledgements:
  Revisions:
    01.10.08    Fixed scaling when yScale not constant