Language Reference
FUNCDEF | Dene a list of analyzer commands that are executed as a |
| function. |
Item |
|
|
| Description |
|
|
|
1 { | 12 | characters: | A { Z, 0 { 9, and underscore | ( |
| ). First character | |
| must | be | a letter. | Numbers must be preceded by | underscore . |
Example Create a
5 CLEAR 723 | Initialize analyzer. |
7OUTPUT 723;"IP;"
10 | OUTPUT 723;"VARDEF H_SPAN,0;" | Dene | |||
|
| equal to 0. |
| ||
20 | OUTPUT 723;"FUNCDEF S_HIFT,^"; | Create | |||
|
| called S |
| HIFT . Shift divides | |
|
| the span by two and adds | |||
|
| the results to the center wave- | |||
|
| length. This | increases the | ||
|
| measurement | range . The \^" | ||
|
| delimit the denition. | |||
30 | OUTPUT 723;"DIV H_SPAN,SP,2;"; |
|
|
|
|
40 | OUTPUT 723;"ADD CENTERWL,CENTERWL,H_SPAN;"; |
|
|
|
|
50 | OUTPUT 723;"^;" |
|
|
|
|
60 | OUTPUT 723;"KEYDEF 7,S_HIFT,%SHIFT_UP%;" | FFFFFFFFFFFFFFFFFFFFF |
| ||
|
|
| |||
Assign the |
|