(1) Enables and disables, and queries the enablement of the graphics editor. |
8835(A), 8835-01(A), 8826, 8841, 8842 |
||
Syntax
|
command query |
:GRAPh:EDIT A$ :GRAPh:EDIT? |
|
response
|
A$A$ = OFF, ON
|
||
Explanation
|
Enables and disables the graphic editor mode. Returns whether or not the graphic editor mode is enabled as character data.
|
||
Example
|
:GRAPh:EDIT ON Sets the graphic editor mode to ON.
|
||
When allowed
|
In MEM in SINGLE, XY SINGLE format and in FFT in SINGLE, Nyquist format. |
||
8835(A), 8835-01(A), 8826, 8841, 8842 |
|||
Syntax
|
command
|
:GRAPh:PAINT X,Y X = x-coordinate Y = y-coordinate
|
|
Explanation
|
Begins solid fill from the point specified by (X, Y). Refer to the :GRAPh:LINE command for details of X and Y.
|
||
When allowed
|
In MEM and FFT, when in the editor mode.
|
||
8835(A), 8835-01(A), 8826, 8841, 8842 |
|||
Syntax
|
command
|
:GRAPh:PARAllel high,low,right,left high, low, right, left = 0 to 10.00 (div) (8835: 0 to 5.00DIV)
|
|
Explanation
|
Carries out a parallel movement of the drawing. The high and low parameters and the right and left parameters are set in units of 0.05 steps.
|
||
When allowed
|
In MEM and FFT, when in the editor mode.
|
||
8835(A), 8835-01(A), 8826, 8841, 8842 |
|||||||||||||||||||||||||||||||||||||
Syntax
|
command
|
:GRAPh:LINE X1,Y1,X2,Y2 X1, X2 = x-coordinates Y1, Y2 = y-coordinates
|
|||||||||||||||||||||||||||||||||||
Explanation
|
Draws a line from (X1, Y1) to (X2, Y2). The relationships of the x-y-coordinates are as follows.
|
||||||||||||||||||||||||||||||||||||
Example
|
:GRAPh:LINE 10,20,100,200 Draws a line from (10, 20) to (100, 200).
|
||||||||||||||||||||||||||||||||||||
When allowed
|
In MEM and FFT, when in the editor mode.
|
||||||||||||||||||||||||||||||||||||
8835(A), 8835-01(A), 8826, 8841, 8842 |
|||
Syntax
|
command
|
:GRAPh:ERASe X1,Y1,X2,Y2 X1, X2 = x-coordinates Y1, Y2 = y-coordinates
|
|
Explanation
|
Erases the line from (X1, Y1) to (X2, Y2). Refer to the :GRAPh:LINE command for details of X and Y.
|
||
Example
|
:GRAPh:ERASe 10,20,100,200 Erase the line from (10, 20) to (100, 200).
|
||
When allowed
|
In MEM and FFT, when in the editor mode.
|
||
8835(A), 8835-01(A), 8826, 8841, 8842 |
|||
Syntax
|
command
|
:GRAPh:STORage
|
|
Explanation
|
Loads a waveform into the editor.
|
||
When allowed
|
In MEM and FFT, when in the editor mode.
|
||
(7) Reverses the video of the drawing. |
8835(A), 8835-01(A), 8826, 8841, 8842 |
||
Syntax
|
command
|
:GRAPh:REVErse
|
|
Explanation
|
Reverses the video of the drawing.
|
||
When allowed
|
In MEM and FFT, when in the editor mode.
|
||
8835(A), 8835-01(A), 8826, 8841, 8842 |
|||
Syntax
|
command
|
:GRAPh:ALLClear
|
|
Explanation
|
Clears the entire drawing.
|
||
When allowed
|
In MEM and FFT, when in the editor mode.
|
||
8835(A), 8835-01(A), 8826, 8841, 8842 |
|||
Syntax
|
command
|
:GRAPh:CLEAr X1,Y1,X2,Y2 X1, X2 = x-coordinates Y1, Y2 = y-coordinates
|
|
Explanation
|
Clears the rectangle with the points (X1, Y1) and (X2, Y2) at diagonally opposite corners. Refer to the :GRAPh:LINE command for details of X and Y.
|
||
When allowed
|
In MEM and FFT, when in the editor mode.
|
||
8835(A), 8835-01(A), 8826, 8841, 8842 |
|||
Syntax
|
command
|
:GRAPh:UNDO
|
|
Explanation
|
Reverses the effect of the immediately previous editor command.
|
||
When allowed
|
In MEM and FFT, when in the editor mode.
|
||
8835(A), 8835-01(A), 8826, 8841, 8842 |
|||
Syntax
|
command
|
:GRAPh:SAVE
|
|
Explanation
|
Saves the decision area created with the editor in the internal memory.
|
||
When allowed
|
In MEM and FFT, when in the editor mode.
|
||