I'm trying to output the number of parameters used in my refinement.
Topas v5 techref (p. 116) says that you can use Get(number_of_parameters).
I'm using it in a str scope as
out "output.txt" append
load out_record out_fmt out_fmt_err out_eqn {
....
"\t%10.9f " "\t%10.9f " = Get(number_of_parameters);
....
}
and it is reporting 0.
Is this the correct way of using it?