ASP-like Commands
EXECUTE
is an IBASIC keyword for executing function directives, which
allow you to easily create simple programs in a way similar to creating Auto
Sequence Programs (ASP) on the HP 4145A/B Semiconductor Parameter
Analyzer.
Compatibility Consideration
EXECUTE
is
not
a standard IBASIC or HP BASIC keyword. So, if you use this keyword in your
program, it will
not
execute on another IBASIC or HP BASIC system.
EXECUTE
Keyboard Executable Yes
Programmable Yes
In an IF . . . THEN . . . Yes
This keyword can execute the function directives that are described on the
following pages.
Syntax
EXECUTE ("
directive keyword
2
,
parameter
3
")
directive
Some directives require parameters. There must be one or more spaces
between
directive keyword
and
parameter
.
The following pages describe the
directives
that can be used in the EXECUTE
command.
2-31