Quantum Data 801GC, 801GF, 801GX Portable Generator User Manual


 
6-141
IMGK IMaGe Kill
Classification: Image memory management
Command Syntax: IMGK <name>
Limits: <name> = a valid MS-DOS filename
(8 characters minus any extension)
Query Syntax: IMGK? <name>
Limits: <name> = a valid MS-DOS filename
(8 characters minus any extension)
Query Response: 0 or 1
Description: The IMGK command deletes an image by name. The query returns
a one (1) if the named image can be deleted. If the image is
read-only or nonexistent, the query returns a zero (0).
Other Required Cmds: None
Example: IMGK MY_IMG // Delete dir called
// "MY_IMG"
IMGL IMaGe Load
Classification: Image memory management / Sequence parameter setting
Command Syntax: IMGL <name>
Limits: <name> = a valid MS-DOS filename
(8 characters minus any extension)
Query Syntax: IMGL? <name>
Limits: <name> = a valid MS-DOS filename
(8 characters minus any extension)
Query Response: 0 or 1
Description: The IMGL command is context sensitive. When editing a sequence
(while between a set of SEQB and SEQE commands), the IMGL
command assigns an image to the step being worked on. The
IMGL? query returns the name of the image currently assigned
to the step.
Outside of the sequence editor, the IMGL command copies the
image having a name equal to <name> from image memory
into the image edit buffer. The query returns a one (1) if the
named image can be loaded, otherwise a zero (0) is returned.
Other Required Cmds: An ALLU or IMGU command must be executed after the IMGL
command to cause the image in the edit to draw on the unit
under test.
Example: IMGL MY_IMG // Load "MY_IMG" dir in
// edit buffer
IMGU // Draw contents of buffer