Include ()

Run a panel file which is given as arguments to this function.

Usage

Include( scope, file )

Parameters

scope (dictionary)
Defines the visibility of a name. Its key is a string and its value is a string or function name.
file (string)
The file name which is going to be run.

Return Value

None

Errors

The file must already exist.

Description

This routine runs a file in the defined scope. The file name is given by file. For example:
Include( 'ElementBoundaryCondition.py' )