Chapter 7
RAPID!
Functions
4460 GSM System Option and 4468 EDGE System Option
Version 12.20
315
ERL
ERF$
Mathematical functions
The RAPID! environment of the 4400 provides most of the important mathemat-
ical functions:
Example
In this example, the 4400 prints an error message, giving
the error code, the line in which the error occurred and
the name of the related RAPID! program file.
ON ERROR GOTO errorHandler
...
errorHandler
PRINT "Error "; ERR; " in line ";
ERL;" in file ";ERF$
RESUME NEXT
Syntax
ERL
Parameters
There are no parameters.
Description
Returns the number of the program line, in which the last
error occurred.
Example
Please see example with
ERR
function above.
Syntax
ERF$
Parameters
There are no parameters.
Description
Returns the name of the RAPID! program file, in which
the last error occurred.
Examples
Please see example with
ERR
function above.
Function
Short description
ABS
Returns the absolute value of a numeric expression.
LOG, LGT
Calculates the natural logarithm and the common loga-
rithm, repectively.
RND,
RANDOM-
IZE
Functions for generating random numbers.
SIN,
COS,
TAN,
ATAN
The most important trigonometric functions.
SQRT
Calculates the square root of a numeric expression.
Содержание 4400 Mobile Phone Tester Series
Страница 2: ......
Страница 4: ...ii 4460 GSM System Option and 4468 EDGE System Option Version 12 20 ...
Страница 16: ...Table of Contents xiv 4460 GSM System Option and 4468 EDGE System Option Version 12 20 ...
Страница 24: ...Safety Notes Shutdown when defective xxii 4460 GSM System Option and 4468 EDGE System Option Version 12 20 ...
Страница 64: ...Chapter 1 Overview Accessories and options 40 4460 GSM System Option and 4468 EDGE System Option Version 12 20 ...
Страница 272: ...Chapter 6 Tools Audio measurements 248 4460 GSM System Option and 4468 EDGE System Option Version 12 20 ...