Grampus


Headers Module

Namespace: Grampus

Assembly: GrampusLib.dll

Holds the functions related to Headers.

Functions and values

Function or value Description

Load nm

Full Usage: Load nm

Parameters:
    nm : string - The full path and file name.

Returns: Header[] The headers as an Header array type.

Loads the headers given the folder.

nm : string

The full path and file name.

Returns: Header[]

The headers as an Header array type.

Save (nm, hdrs)

Full Usage: Save (nm, hdrs)

Parameters:
    nm : string - The full path and file name.
    hdrs : Header[] - The headers as a Header array type.

Saves the headers given the folder and the data.

nm : string

The full path and file name.

hdrs : Header[]

The headers as a Header array type.