Operands ========= Defining a list of integers -------------------------------- Operand VALE ~~~~~~~~~~~~~ ◊ VALE = read List of integers that will form the listis result data structure, we can provide any Python list. Operand DEBUT ~~~~~~~~~~~~~~~ .. code-block:: text ♦ DEBUT = deb: first integer in the list to be built. Keyword INTERVALLE ~~~~~~~~~~~~~~~~~~~ ◊ INTERVALLE Keyword factor whose each occurrence defines a constant step interval. Operand JUSQU_A ^^^^^^^^^^^^^^^^^ ♦ JUSQU_A = if if is the integer end of the interval to be cut with a constant step. Operand PAS ^^^^^^^^^^^^ ♦/PAS = iPad No division of the interval. Operand NOMBRE ^^^^^^^^^^^^^^^^ /NOMBRE = in Number of steps you want in the meantime. Extracting order numbers ----------------------------- This operation makes it possible to retrieve the order numbers corresponding to certain criteria in a result data structure (evol_noli from STAT/DYNA_NON_LINE for example). The list of order numbers thus obtained can then be used in all the commands having the keyword LIST_ORDRE. For now, the only programmed criterion is the extraction of a parameter in a given interval. Operand PARAMETRE ^^^^^^^^^^^^^^^^^^^^ Name of the parameter of the result data structure from which you want to extract the value. Keyword factor INTERVALLE ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Define as many occurrences of the keyword factor INTERVALLEque as many search intervals as you want. Research is done on the union of these intervals. VALE = (val1, val2) Definition of the limits of each interval to which the parameter to be extracted belongs (limits included). Operand INFO ------------- ◊ INFO = i Indicates the level of printing of operator results: 1: no impression, 2: Print the created integer list. Operand TITRE -------------- ◊ TITRE = title Title attached to the concept produced by this operator [:ref:`U4.03.01 `].