Chapter 7
RAPID!
Tables
326
4460 GSM System Option and 4468 EDGE System Option
Version 12.20
100
Out of memory
There is no more memory available for variables. To avoid
this situation, please check whether there are indexed
variables that are not completely used during runtime or
whether one or several indexed variables may be erased
using the
ERASE
command.
101
Too many GOSUBs
Overflow of the
GOSUB...RETUN
stack. To avoid this
error message, reduce the number of recursive procedure
calls.
102
RETURN without GOSUB
A
RETURN
command was found, but the program is in no
procedure currently.
103
VAL: Number expected
The
VAL
function returns a numeric expression (contained
in a string expression).
104
Division by zero
This is a major problem for program-internal error-hand-
ling. To completely avoid this problem, it is recommended
to check the operands of a division before the division is
carried out.
105, 106
Index out of range
The index of an indexed variable must be in the range of
-32,766 to +32,766.
107
ON ERROR not allowed in an error handling
routine
Within program-internal error handling, an
ONERROR
command is not allowed.
109
Dimension Error
The physical dimensions of the operands do not match
(e.g.
i = 1 kHz + 5 mW
).
110
No such file or directory
The file name or directory specified does not exist.
111
Too many open files
Too many files have been opened and there is no further
file handle available. To avoid this message, it is recom-
mended to close all files as soon as they are no loger
required to be open.
112
Permission denied
There is no permission to access the specified file or direc-
tory.
113
Invalid access code
The access code used is not valid and access is still denied.
Содержание 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 ...