Overview
Basic Syntax Overview #
The basic syntax part introduces the fundamental elements of the software script language such as data types, flow control structures, user-defined functions, and the details about the usage of the built-in mathematical and physical functions.
Script Variables #
This section introduces the basic data types and operation rules. We provide various powerful data types and corresponding operations for users to process different kinds of data. Furthermore, some commonly-used mathematical and physical constants and special characters are predefined for convenient usage.
Data Input and Output #
This section describes the functions about the data initialization, import and export.
Program Control Flow #
This section describes the functions to control the program flow.
Basic Operations #
This section introduces the basic operations including various operations on variables, file operations and data type conversion.
Functions #
This section introduces the user-defined function and advanced built-in analysis functions used to process the complicated physical problems.
Basic Maths #
This section describes elementary functions including trigonometric, logarithmic, exponential and power functions, and basic mathematical operations.
Advanced Maths #
This section introduces the functions used in the numerical integration & difference, interpolation, and Fourier analysis.
Matrix Calculations #
The section introduces the functions used in linear algebra and solving equations.

