Description: Requests the generation of results x-y plots at specified grid points or elements.
Format:
XYDATAGENERATE,gsid/esid, component/column, group, stype
Examples:
XYDATAGENERATE, 5, 1, 2, GRID
XYDATAGENERATE, 15, 22, 3, ELEM
Option | Definition | Type | Default |
---|---|---|---|
gsid | Grid set identification number for stype equals GRID. Set identification of previously appearing SET command. Only grid points whose identification numbers appear on this SET command will be used. | Integer > 0 | Required |
esid | Element set identification number for stype equals ELEM. Set identification of previously appearing SET command. Only elements whose identification numbers appear on this SET command will be used. | Integer > 0 | Required |
component | Component number of global coordinate for stype equals GRID. (Up to six unique digits may be placed in the field with no embedded blanks.) | 1 ≤ Integers ≤ 6 | 123456 |
column | Results column number for stype equals ELEM. See Remark 4. | Integer > 0 | Required |
group | Group identification number. | Integer > 0 | 0 |
stype | Output set identification type, one of the following character variables: GRID or ELEM. | Character | GRID |
Remarks: