(14) GRAPh Command (Commands relating to graphics editor)

 

(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.

 

(2) Paints the drawing.

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.

 

 

(3) Parallel movement

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.

 

 

(4) Draws a line.

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.

 

Display format

Xmax

Ymax

8826

MEM (SINGLE)

500

479

MEM (XY SINGLE)

480

479

FFT

400

400

8835

MEM (SINGLE)

500

400

MEM (XY SINGLE)

400

400

FFT

400

400

8841

8842

MEM (SINGLE)

375

639

MEM (XY SINGLE)

320

320

FFT

400

400

 

 

 

 

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.

 

 

(5) Erases the line.

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.

 

 

(6) Loads a waveform into the editor.

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.

 

 

(8) Clears all drawing.

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.

 

 

(9) Clears drawing.

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.

 

 

(10) Undoes the drawing.

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.

 

 

(11) Saves the drawing (decision area).

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.