pyyeti.cla.DR_Results.rptext¶
- DR_Results.rptext(event=None, drms=None, direc='ext', doabsmax=False, numform='{:13.5e}', perpage=-1)[source]¶
Writes .ext files for all max/min results.
- Parameters:
event (string or None; optional) – String identifying the event; if None, event is taken from each
self[name].eventdrms (list of data recovery categories or None; optional) – Data recovery categories to compare. If None, compare all available.
direc (string; optional) – Name of directory to put tables; will be created if doesn’t exist
doabsmax (bool; optional) – If True, report only absolute maximums. Note that signs are retained.
numform (string; optional) – Format of the max & min numbers.
perpage (integer; optional) – The number of lines to write perpage. If < 0, there is no limit (one page).
Notes
The output files contain the maximums, minimums and cases as applicable. The file names are determined from the category names.