]> SALOME platform Git repositories - modules/adao.git/blob - doc/fr/scripts/tui_example_07.py
Salome HOME
Minor documentation and code review corrections (39)
[modules/adao.git] / doc / fr / scripts / tui_example_07.py
1 # -*- coding: utf-8 -*-
2 #
3 from numpy import array
4 from adao import adaoBuilder
5 case = adaoBuilder.New()
6 case.set( 'AlgorithmParameters', Algorithm='3DVAR' )
7 case.set( 'Background',          Vector=[0, 1, 2] )
8 #
9 print(case)