Language Reference
DSPLY | Display a variable anywhere on the analyzer display. |
|
| Item |
|
|
| Description |
|
|
| Field width |
|
| Determines the | number | of characters displa yed, including digits, | sign, and |
|
|
|
|
| decimal point. |
|
|
|
|
| Range |
| 1 { 18 |
|
|
|
| |
| Decimal Places |
| Determines the | number | of digits to the right of the decimal point. |
|
| |
|
|
|
| |||||
|
| For eld widths greater | than 3, range is from 0 to eld width less | three . |
| |||
|
|
|
| For eld widths equal to or less than 3, range is 0 (zero). |
|
| ||
Example | 130 | OUTPUT | 723;"CLRDSP;" |
| Clear graphics. Reset origin | to (0,0), | ||
|
|
|
|
|
| and scale to 0 to 1000 for X and Y. | ||
| 140 | OUTPUT 723;"PU;PA 500,700;" |
| Position pen at (500,700). |
|
| ||
| 150 | OUTPUT 723;"DSPLY CENTERWL,12,0;" | Display the center wavelength on the | |||||
|
|
|
|
|
| analyzer display without decimal val- | ||
|
|
|
|
|
| ues, using a eld width of 12. Notice | ||
|
|
|
|
|
| that 11 numbers are displayed. The | ||
|
|
|
|
|
| twelfth character in the data | eld is | |
|
|
|
|
|
| sign information. |
|
|