DADiSP Worksheet Functions > Function Categories > Annotation > COMLABEL

 

COMLABEL

Purpose:

Labels a Window with the series comment.

Syntax:

COMLABEL(win1, win2, ..., winN, nodefault)

winN

-

Optional. Zero or more windows. Defaults to the current window.

nodefault

-

Optional. An integer, do not display default comment.

0:

Display default comment.

1:

Do not display comment if it is the default comment (default).

Example:

gnorm(1000, 1/1000);setvunits("V");setcomment("Channel 1");comlabel

 

Labels the Window with the series comment.

Remarks:

COMLABEL is useful when reading external tabular data where each series comment is set to the column headers of the table.

 

See COMXLABEL, COMYLABEL and COMXYLABEL to label the X and/or Y axis with the series comment and units.

See Also:

COMXLABEL

COMXYLABEL

COMYLABEL

GETLABEL

LABEL

SERXLABEL

SERYLABEL

SETCOLHEADER

SETCOMMENT

SETXLABEL, SETYLABEL

TEXT

WINCAPTION