To Create and Save a Mathematical Expression file

A math expression file can be created in your default text editor program (eg. Notepad). A math expression file may contain many lines of expressions and blank or comment lines. Comment lines are indicated by a ‘/’ character as the first character of the line. For example, following is an expression file for squaring the sum of two channels:

/Channel C will be the square of the sum of channel A and channel B:

@sum = A + B; C = @sum * @sum;

  • Each expression must end with a semi-colon (;) character. You can place more than one expression on a line as long as each expression ends with a semi-colon.

Save your math expression file with an (.EXP) extension. Oasis montaj will display files with the (.EXP) extension in the Apply Formula from a file dialog.