Places a TAE parameter into a project parameter file
Places a TAE parameter into a project parameter file (ppf).
- OUTPPF
- Output project parameter file. An ASCII text file containing project parameters. Refer to the user notes for an example of the file.
- KEY
- Key. The parameter key field. This value is a unique identifier for each project parameter. If duplicate keys exist, the first occurrence of the key will be used.
- DTYPE
- Data type. The data type of the parameter. Valid values are:
= STRING: A TCL string value = INTEGER: A TCL integer value = REAL: A TCL real value
- SVAL(--)
- String value. String value of parameter; it is used only if DTYPE=STRING.
- IVAL(--)
- Integer value. Integer value of parameter; it is used only if DTYPE=INTEGER.
- RVAL(--)
- Real value. Real value of parameter; it is used only if DTYPE=REAL.
The real value 10.5 is written to the project parameter file named "myproject.ppf". The key of this value is "VARIABLE." If "myproject.ppf" does not exist, it is created. If the file exists, the record defined by this example is added to the end of the file. The resulting record appears as: VARIABLE R 1 10.5
This module places TAE parameters or constants into a project parameter file (ppf). The project parameter file was designed to keep track of parameters for projects which spanned multiple procedure PDFs. As each PDF needs a parameter, the parameter is retrieved with the GETPARM module. Both PUTPARM and GETPARM are designed for use inside procedure PDFs and the user should have a good knowledge of TAE Command Language (TCL).
The error message displayed immediately preceding this message is the specific error that was encountered. Processing is terminated.
An error occurred when attempting to open the project parameter file. Check the name of the file and file protection codes.
PROJECT S 1 test IN S 1 [my.dir.data]my.image INNL I 1 1500 INNS I 1 1500 OUTNL I 0 OUTNS I 0 TOLVAL R 1 0.015626 STATSIG R 2 0.999000 0.999000