id | An integer variable that specifies the ID of the FLEX_BODY statement. |
mode | An integer array that contains the original mode numbers of all the active modes associated with the specified FLEX_BODY. |
freq | A double-precision array that contains the modal frequencies, in cycles per user-defined time, of all active modes associated with the specified FLEX_BODY. |
errflg | A logical variable that returns true if an error has occurred during the call to MODINF. |
Caution: | ■You must be sure mode and freq are dimensioned large enough to contain all the values returned by MODINF. You can check the number of active modes using NMODES. ■Flag errflg will be true when there is no FLEX_BODY with the given id or when there are no active modes for the given FLEX_BODY. ■When errflg is true, the values of mode and freq may be wrong. |