12-6-20

Program Command Reference

PTThick

Syntax: PTThick<graph number>

Function: Specifies “Thick” ( ) as the graph line type.

Description: Graph number range: 1 to 100

PxlChg

Syntax:

PxlChg<x-dot>, <y-dot>

Function:

Toggles display of the specified pixel on and off.

Example:

PxlChg 5,1

 

 

PxlOff

 

Syntax:

PxlOff  <x-dot>, <y-dot>

Function:

Turns off display of the specified pixel.

Example:

PxlOff 3, 3

 

 

PxlOn

 

Syntax:

PxlOn<x-dot>, <y-dot>

Function:

Turns on display of the specified pixel.

Example:

PxlOn 63, 31

 

 

pxlTest(

 

Syntax:

pxlTest(<x-dot>, <y-dot>)

Function:

Returns 1 when the specified pixel is on, and 0 when it is off.

RclGMem

Syntax: RclGMem<variable name>

Function: Recalls GMem data (graph expression and related information), which was previously saved under the specified name.

Example: RclGMem AZ

RclPict

Syntax: RclPict<picture name>

Function: Recalls a Pict image, which was previously saved under the specified name.

Example: RclPict PIC1

20060301