Salome HOME
d48fe8fcb33daabf50684579c962dec0d76bbda3
[modules/gui.git] / doc / salome / gui / input / using_notebook.doc
1 /*!
2
3 \page using_notebook Using NoteBook
4
5 SALOME <b>NoteBook</b> is destined for managing numerical and boolean
6 parameters (variables) which are used to create and modify objects in
7 different components.
8
9 To open the <b>NoteBook</b> choose <b>File > Notebook</b>, the following
10 dialog box will appear:
11
12 \image html notebook1.png
13
14 Here you can add new variables, remove and rename existing variables and 
15 change their values.
16
17 If you have modified some variables, which are already used in the current
18 study, you should click <b>Update Study</b> button to apply your changes
19 to the study.
20
21 \note The dialog will not be validated until at least one of variables in
22 the table has invalid name or value (marked by red color). Names of
23 variables should be unique and their values should be numerical (integer or
24 double) or boolean ("True" / "False").
25
26 */