krakentools.groupconstants.mod5.records.RecordXenon¶
- class krakentools.groupconstants.mod5.records.RecordXenon(burnup, nxe, coefs)¶
Bases:
object
/XENON/ record containing poison parameters.
- __init__(burnup, nxe, coefs)¶
Checks data given for a XENON record and stores it.
Methods
__init__
(burnup, nxe, coefs)Checks data given for a XENON record and stores it.
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