THIS 22.1
Writing Out REPORTER Variables
Writing out REPORTER variables
REPORTER can write curve properties to its reports, so FAST-TCF needs to output a text file that REPORTER can interrogate to find out the curve properties it needs. To tell FAST-TCF to output a REPORTER variable, the keyword "varr" is used (for backwards compatibility "var" is sufficient). Use "vara" to append to an existing file.
| e.g. | varr head_hic | #1 | hic | hic result for head node | |
| (REPORTER variable %head_hic%) | (curve number 1) | (output request) | (description) | ||
| e.g. | vara max_y | #1 | max | maximum y value | |
| (REPORTER variable %max_y%) | (curve number 1) | (output request) | (description) | ||