CLABELS Instruction |
CLABELS list of complex series
# "labels" and label expressions
CLABELS attaches an output label to a numbered complex series. RATS will use these labels to identify series on any output. By default, labels are No Label(n) where n is the series number.
Any number of series may share a label. Labels aren’t subject to the restrictions put on symbolic names, so you can use any combination of up to sixteen characters.
Parameters
list of complex series |
The complex series to which you want to assign labels |
Supplementary Cards
The labels can be any collection of characters (up to sixteen) enclosed within quotes ("..." or '...'). You can also use string expressions, LABEL variables, or elements of an array of LABELS.
Example
freq 5 512
clabels 4 5
# "Crosspec" "Spectrum"
labels series 4 and 5 as CROSSPEC and SPECTRUM, respectively.
Copyright © 2025 Thomas A. Doan