Salome HOME
Merge branch 'BR_2018_V8_5' into BR_PY3
[modules/hydro.git] / doc / salome / gui / HYDRO / input / load_script.doc
1
2 /**
3   @file
4   \brief Help for the load script
5 */
6
7 /**
8   \page load_script Load script
9   
10   <a href="index.html"><b>Back to Main page.</b></a>
11   
12   The HYDROGUI module supports loading Python scripts. This operation can be called via:<ol>
13   <li> The main menu <b>File => Load script</b>;</li>
14   <li> <b>CTRL + T</b> buttons combination;</li>
15   </ol>
16   
17   
18   <b>Load python script</b> dialog box looks like:
19   
20   \image html load_python_script_dialog_box.png "Load python script dialog box"
21   
22   When script loading is done, according message appears in Python console. In case of problems during loading, error appears in Python console.
23   
24   \image html python_console.png "Python console"
25   
26     <a href="index.html"><b>Back to Main page.</b></a>
27 */