Open System Testing Architecture

TOC PREV NEXT INDEX



Maximum Values in Scripts

The SCL compiler and system resources impose limitations at run-time on the maximum value (number, size, level etc.) allowed for a number of items which may be specified in an SCL source file.

Description
Value
Max. source line length (characters)
132
Max. no. of labels (per subroutine/main code)
255
Max. no. of timers
1020
Max. no. of variables
8000
Max. no. of global variables
8000
Max. no. of subroutines
255
Max. no. of parameters passed between scripts
8
Max. no. of external data files referenced in script
256
Max. no. of external data files open concurrently
10
Max. character variable size (bytes)
65535
Max. character constant/literal size (bytes)
65535
Max. space available for script values (Kbytes)
128
Max. nesting level for conditions
10
Max. nesting level for array expressions
10
Max. nesting level for conditional compilations
10
Max. nesting level for IF/DO commands
100
Max. nesting level for subroutines
10

See also:

Overview of Script Control Language Syntax


OpenSTA.org
Mailing Lists
Further enquiries
Documentation feedback
CYRANO.com
TOC PREV NEXT INDEX