Level 2 Help for MFD
INPUT
Input IBIS interface data file to be updated.
INCOLS
The input column/s on which the function will operate.
OUTCOLS
The output column/s in which the result of the function will be placed.
VALUE
Value for comparison in logical functions;
value to be inserted into column for SET function.
FUNC
Function to be performed:
ADD - Add two or more columns together.
SUB - Subtract columns.
MULT - Multiply columns.
DIV - Divide columns.
INT - Take the integer value of the columns.
ABS - Determine the absolute value of the columns.
SQR - Find the square root of the columns
MIN - Find the minimum value in the columns.
MAX - Find the maximum value in the columns.
SET - Put the provided VALUE in the columns.
INDEX - Put a run of numbers from 1 to NROW in the column.
For the following logicals, the output column is set to TRUE=1 orFALSE=0
EQ - If the column equals the provided VALUE.
NE - If the column is not equal to the provided VALUE.
LE - If the column is less than or equal to the provided VALUE.
LT - If the column is less than the provided VALUE.
GE - If the column is greater than or equal to the provided VALUE.
GT - If the column is greater than the provided VALUE.