Printing the results ==== To display the modal parameters associated with each mode and the coordinates of the modes, you must use the IMPR_RESU [:external:ref:`U4.91.01 `] operator in the following way: * Display of modal parameters only in table form: .. code-block:: text IMPR_RESU(RESU=_F(RESULTAT=mode, TOUT_PARA=‘OUI’, TOUT_CHAM=‘NON’)); * Display of modal parameters and eigenvectors: .. code-block:: text IMPR_RESU(RESU=_F(RESULTAT=mode, TOUT_PARA=‘OUI’, TOUT_CHAM=‘OUI’));