This is used to specify tolerances between the two input files. If
this file is not specified, the two control network files must match
exactly except for date/times.
Type
| filename |
File Mode
| input |
Internal Default
| None |
Filter
|
*.net.DIFF
|
This will output the differences to a text file.
Type
| filename |
File Mode
| output |
Internal Default
| None |
Filter
|
*.txt *.pvl
|
By default, this application will report the first difference in
encounters between the two network (FIRST). This is primarily used
for application testing by developers. Users can make use of this
application to report a full listing of differences between two
networks (FULL).
Note that, at present, this option will only consider the first
value of a keyword. It does not compare lists of values or units.
Type
| string |
Default
| FIRST |
Option List:
|
Option |
Brief |
Description |
FIRST | Only report the first difference |
Used by automatic application tests to report differences between
two networks, only processing to the first difference for
performance reasons.
|
FULL | Report the full listing of all differences |
Users can use this option to get a full list of all the
differences between two networks, organized in a PVL structure.
Each keyword will have up to three values: the first being the
value from the first network, the second the value from the second
network, and the third the tolerance that failed (if provided).
|
|