File: selected.tex

package info (click to toggle)
dstooltk-doc 2.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,024 kB
  • ctags: 451
  • sloc: perl: 753; makefile: 49; sh: 8
file content (56 lines) | stat: -rw-r--r-- 2,554 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
\section{The Selected Point Window}\label{window, selected point}\index{Selected Point window}\index{window, Selected Point}
%
%
%
\begin{figure}[H]
%\vspace{0.0in}
\centerline{\psfig{figure=ps/selected.ps,height=120pt}}
\caption{\label{selected point}
The Selected Point window.
}
\end{figure}

%
%
%
\begin{description}

\item[Window title:] DsTool:  Selected Point 
\item[Function:] The Selected Point window allows the user to examine and
	modify the current values of the variables and parameters. 
\item[Description:] The Selected Point window is opened by selecting the Selected option from the 
	Panels menu button located in the Command window.  The two columns display the initial and 
	final values of the variables and parameters for the last trajectory.
        (These are the same as the initial if there was no previous trajectory.)
	The values of auxiliary functions are displayed in the Function Values window (section 
	\ref{window, function settings}).
%\item[Window type:] pop-up
%\item[Window attributes:] pinnable(in), resizable, variable template 
\item[Panel items:] \mbox{}
	\begin{itemize}
	\item {\em Variablename} Initial read-write text field:
		Displays the initial value of the variable or parameter for the last trajectory.
		There is one read-write text field for each
		variable and parameter in the current dynamical system.
%		This field may be modified by direct entry from the user.  
		The settings in this field will be the initial
		conditions for the next trajectory.
%  (If alternate coordinate systems are in use, then those coordinates will replace
%		the primary variables. \notimp{})  
		These fields are updated upon clicking SELECT in a 2-D View window.
	\item {\em Variablename} Final read-only text field:
		Displays the final value of the variable or parameter for the last trajectory.
%		Each read-write text field is accompanied by a read-only 
%		text field which gives the value of that variable
%		or parameter at the end of the last computed trajectory.
        \item Copy final to initial command button:
                Copies the information from the Final column to the Initial column.
	\item Save point command button:
		Creates\index{data, adding} a new point in memory, which contains the information from the 
		Initial column.  The point is created in DsTool's ``Sel\_Pt'' Memory object\index{selected point data}.
	\item Dismiss command button:
		Closes the Selected Point window.  
%		The values in the initial column are saved into memory upon exit.
	\end{itemize}
\end{description}