krakentools.groupconstants.mod5.records.RecordFeedback

class krakentools.groupconstants.mod5.records.RecordFeedback(burnup, fit_tuple, coefs)

Bases: object

A supercalss for feedback records containing feedback coefficients.

__init__(burnup, fit_tuple, coefs)

Stores the data.

Methods

__init__(burnup, fit_tuple, coefs)

Stores the data.

write_to_file(fout)

Writes the record to a file.

write_to_file(fout)

Writes the record to a file.

Parameters:

that (fout {TextIO} -- Pre opened TextIO with a .write() method) – can be used.

Return type:

None