Alphabetical listing of commands – Quantum Data 801GC User Manual
Page 212

6-86
Chapter 6: Programming
Model 801GC, 801GF & 801GX¥Rev. A
Alphabetical Listing of Commands
ADDR
ADDRess
Classification:
Direct processor control
Command Syntax:
ADDR
Limits:
0 to 4,294,967,295 (BASE = 10)
-2,147,483,648 to 2,147,483,647 (BASE = -10)
0 to FFFFFFFF (BASE = 16)
-80000000 to 7FFFFFFF (BASE = -16)
Query Syntax:
ADDR?
Query Response:
Description:
The ADDR command sets the pointer register that’s used in
connection with the PUTR command and GETR? query. The
ADDR? query returns the current contents of the pointer register.
Note – This command normally is used only with custom
applications and command files created by Quantum Data.
Other Required Cmds:
ADDR and ADDR? expect and return parameters formatted
according to the current radix set by the BASE command.
Example:
Use only with code supplied by Quantum Data!
ADOT
draw A single pixel DOT
Classification:
Custom image primitive
Command Syntax:
ADOT
Limits:
Query Syntax:
None
Description:
Draws a single pixel dot. A dot is the smallest graphic element
that can be drawn. It uses three (3) parameters, the color and
the X and Y coordinates.
Other Required Cmds:
The FMTU command instructs the generator to use the new
setting. The ALLU command updates hardware to the new setting
and redraws the test image.
Example:
A D O T W h i t e 2 0 0 3 0 0 / / D r a w w h i t e d o t a t
/ / X = 2 0 0 Y = 3 0 0
A L L U / / U p d a t e h a r d w a r e t o c u r r e n t
/ / b u f f e r c o n t e n t s