f4enix.output.rssa.rssa_helpers.FileParameters#

class f4enix.output.rssa.rssa_helpers.FileParameters(np1: int, nrss: int, nrcd: int, njsw: int, niss: int, niwr: int, mipts: int, kjaq: int, surfaces: list[f4enix.output.rssa.rssa_helpers.SurfaceParameters])#

Bases: object

Methods

__init__(np1, nrss, nrcd, njsw, niss, niwr, ...)

load_from_json(path)

Loads the file parameters from a JSON file.

save_to_json(path)

Saves the file parameters to a JSON file.

Attributes

np1

nrss

nrcd

njsw

niss

niwr

mipts

kjaq

surfaces

static load_from_json(path: Path) FileParameters#

Loads the file parameters from a JSON file.

save_to_json(path: Path) None#

Saves the file parameters to a JSON file.