comparison m-toolbox/html_help/help/ug/gui_constructor_content.html @ 0:f0afece42f48

Import.
author Daniele Nicolodi <nicolodi@science.unitn.it>
date Wed, 23 Nov 2011 19:22:13 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f0afece42f48
1 <p>
2 Since LTPDA is an object-oriented system, the user must create objects of different
3 types using the appropriate constructors. The various constructor forms for each
4 different LTPDA class can be explored using the <it>constructor helper</it>.
5 </p>
6 <p>
7 To start the constructor helper GUI:
8 </p>
9 <div class="fragment"><pre>
10 >> ltpda_constructor_helper
11 </pre></div>
12 <p>
13 or click the appropriate button on the Launch Bay.
14 </p>
15 <p>
16 You should then be presented with the following figure:
17 </p>
18 <br>
19 <img src="images/constructor_helper.png" alt="LTPDA Constructor Helper" border="3">
20 <br>
21 <br>
22 <p>
23 Selecting a class from the drop-down list reveals the possible parameter sets for that
24 class constructor. Selecting a parameter set reveals the default parameter list constructor
25 string for constructing that class object in this way. For example, if we want to construct
26 and Analysis Object using the time-series constructor, select the AO class then click on
27 "From Time-series Function". You should then see:
28 </p>
29 <br>
30 <img src="images/constructor_helper_eg1.png" alt="LTPDA Constructor Helper" border="3">
31 <br>
32 <br>
33 <p>
34 You can then edit the parameter list and build the object by clicking on <tt>Build</tt>.
35 </p>