Tutorials

Introductory Scripting Tutorial

The introductory scripting tutorial will introduce the steps to develop a simple custom calculation script.  The script generated will remove a segment of data from a data file, and concatenate the data on the left and the right of this segment to create a data series with a portion removed.

More:

Step 1: Create and Name the Script File

Step 2: Set Script Inputs and Outputs

Step 3: Validate Script Inputs

Step 4: Code the Script Calculation

Step 5: Test the Script