3. Operands#

3.1. Operand LISTE_INFO#

◊ 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.

◊ 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 [U4.12.03] command and are stored within a data structure internal to the code that links files to unit numbers.

◊ 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.

3.2. 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

3.3. Operand TITRE#

◊ TITRE = title

Title assigned to the associated table data structure. For more details see [U4.03.01].

3.4. Operand INFO#

◊ INFO = 1

Operand unused at the moment.