Operands ========= Operand LISTE_INFO ------------------- .. code-block:: text ◊ LISTE_INFO = 'TEMPS_RESTANT' Allows you to recover the time remaining during the execution: this is the difference between the maximum time allocated to the calculation and the value of the time already elapsed. .. code-block:: text ◊ LISTE_INFO = 'UNITE_LIBRE' Returns the first available logical unit number (in descending order from 99) at the time of the call. This value, retrieved from a Python variable, can then be passed as an argument to an Aster command. Logical unit numbers are managed from the DEFI_FICHIER [:ref:`U4.12.03 `] command and are stored within a data structure internal to the code that links files to unit numbers. .. code-block:: text ◊ LISTE_INFO = 'ETAT_UNITE' Depending on the presence of the UNITE or FICHIER keyword, returns the state of the logical unit: free, reserved or the associated file name. Operands UNITE/FICHIER ----------------------- ◊ UNITE Number of the logical unit whose state you want to query ◊ FICHIER Name of the file whose associated logical unit number you want to obtain Operand TITRE -------------- .. code-block:: text ◊ TITRE = title Title assigned to the associated table data structure. For more details see [:ref:`U4.03.01 `]. Operand INFO ------------- ◊ INFO = 1 Operand unused at the moment.