Overview
  • 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.

Learn more>>

Data Input and Output

This section describes the functions about the data initialization, import and export.

Learn more>>

Program Control Flow

This section describes the functions to control the program flow.

Learn more>>

Basic Operations

This section introduces the basic operations including various operations on variables, file operations and data type conversion.

Learn more>>

Functions

This section introduces the user-defined function and advanced built-in analysis functions used to process the complicated physical problems.

Learn more>>

Basic Maths

This section describes elementary functions including trigonometric, logarithmic, exponential and power functions, and basic mathematical operations.

Learn more>>

Advanced Maths

This section introduces the functions used in the numerical integration & difference, interpolation, and Fourier analysis.

Learn more>>

Matrix Calculations

The section introduces the functions used in linear algebra and solving equations.

Learn more>>