Home > List of Keywords > *TABLE
*TABLE
Data format:
A single line with one value followed by an arbitrary number of lines with 2 values each
ITAB
INCNO TABLE(INCNO,ITAB)
Status :
Optional
Purpose :
To define table of values that will be used for :
1) incremental loading definition
2) variable point loads description
Restriction :
The number of table is limited to MAXTAB (version dependent), and the number of lines in each table is limited to MAXINC (version dependent).
Details :
Parameter | Description |
---|---|
ITAB | identification number of the table |
INCNO | index of the value in the table |
TABLE(INCNO,ITAB) | value in the table. The program will linearily interpolate between the given values. |
Example :
*TABLE
1
1 .1
5 1.
This could be the table defining the first five steps of a translation for example if it is connected to INCDX and PSTAT (see *INCDX)