radtools.load_template#

radtools.load_template(filename)[source]#

Read template from the template file.

Changed in version 0.8.1: Renamed from read_template

See Template specification for the description of the template file format.

Parameters:
filenamestr

Path to the template file.

Returns:
templateExchangeTemplate

Exchange template.

Notes

See also Template specification.