Examples ======== * recovery of some geometric characteristics of a mesh: .. code-block:: text cargeo = RECU_TABLE (CO= mesh, NOM_TABLE = 'CARA_GEOM',) * retrieving the "observed" values in the DYNA_NON_LINE command The DYNA__NON_LINE [:ref:`U4.53.01 `] command allows you to choose a set of meshes or nodes for which you want to observe one or more components of certain fields (keyword OBSERVATION). .. code-block:: text dynl = DYNA_NON_LINE (... OBSERVATION = _F (...)...) tabobs = RECU_TABLE (CO= dynl, NOM_TABLE = 'OBSERVATION',) * retrieving the control parameter of an evol_noli SD .. code-block:: text stnl = STAT_NON_LINE (... PILOTAGE = _F (...)...) etapilo = RECU_TABLE (CO= stnl, NOM_PARA = 'ETA_PILOTAGE',)