beautypg.com

Casio ClassPad II fx-CP400 User Manual

Page 211

background image

Chapter 12: Program Application

  211

Chapter 12: Program Application

  211

RclVWin

Misc - Graph&Table(2)

Syntax: RclVWin

Ⅺ{ ;

file name>}

Function: Recalls View Window values, which were
previously saved under the specified name.

Description: A folder path can be specified only up to
one level.

Receive38k

I/O - Communication

Syntax: Receive38k

Function: Receives EA-200 data.

Description:
• The OpenComPort38k command must be executed

before this command is executed.

• The CloseComPort38k command must be

executed after this command is executed.

• For details about using this command, see the user

documentation that comes with the EA-200.

• Note that you need to replace all instances of the

Receive command in the examples provided in
the EA-200 user documentation with the command
Receive38k. You should also adjust the other
commands in the EA-200 examples so they conform
to the ClassPad command syntax and usage as
described in this manual.

Rename

Misc - Variable

Syntax: Rename

,

variable name>

Function: Renames a variable.

Return

Ctrl - Control

Syntax: Return

Ⅺ{}

Function 1 (Main Program): Terminates program
execution.

Function 2 (Subroutine Program): Returns from a
subroutine.

Tip

• The Return command can be executed during an If, For,

Do, While, or Switch process.

• Appending a to the Return command in

the Main application and executing the command will
cause the variable to be displayed when the program is
complete.

S

Scatter

Misc - Statistics(1) - Graph

Function: Used as a StatGraph command argument
to specify an option. See StatGraph.

Send38k

I/O - Communication

Syntax: Send38k

Function: Sends EA-200 data.

Description:
• The OpenComPort38k command must be executed

before this command is executed.

• The CloseComPort38k command must be

executed after this command is executed.

• For details about using this command, see the user

documentation that comes with the EA-200.

• Note that you need to replace all instances of the

Send command in the examples provided in the
EA-200 user documentation with the command
Send38k. You should also adjust the other
commands in the EA-200 examples so they conform
to the ClassPad command syntax and usage as
described in this manual.

must be a variable that contains

a real number or a list. Anything else results in an
error.

SendVar38k

I/O - Communication

Syntax: SendVar38k

Function: Sends variable names and variable
contents.

Description:
• The OpenComPort38k command must be executed

before this command is executed.

• The CloseComPort38k command must be

executed after this command is executed.

SeqSelOff

Misc - Sequence

Syntax: SeqSelOff

Ⅺ{

a

n

+1

;

a

n

+2

;

b

n

+1

;

b

n

+2

;

c

n

+1

;

c

n

+2

;

a

n

E ;

b

n

E ;

c

n

E}

Function: Deselects the specified sequence
expression. Specifying “

a

n

E”, “

b

n

E”, or “

c

n

E” as the

argument activates [Explicit]. Specifying any other
argument activates [Recursive].

SeqSelOn

Misc - Sequence

Syntax: SeqSelOn

Ⅺ{

a

n

+1

;

a

n

+2

;

b

n

+1

;

b

n

+2

;

c

n

+1

;

c

n

+2

;

a

n

E ;

b

n

E ;

c

n

E}

Function: Selects the specified sequence expression.
Specifying “

a

n

E”, “

b

n

E”, or “

c

n

E” as the argument

activates [Explicit]. Specifying any other argument
activates [Recursive].

SeqType

Misc - Sequence

Syntax: SeqType

Ⅺ{"

n

" ; "

a

n

+1

a

0

" ; "

a

n

+1

a

1

" ; "

a

n

+2

a

0

" ;

"

a

n

+2

a

1

"}

Function: Specifies the recursion type.

Description: Specifying “

n

” as the argument activates

[Explicit]. Specifying any other argument activates
[Recursive].