pyPENELOPE

option – Base option class for all options

Inheritance diagram of penelopetools.api.input.penelope.option

class penelopetools.api.input.penelope.option.NullOption(clasz)

Bases: penelopetools.api.input.penelope.option.Option

to_html(header_level=1)

Returns a HTML representation of this option.

to_inputfile()
to_xml()

Returns a XML representation of the option.

class penelopetools.api.input.penelope.option.Option

Bases: misctools.base.Validable

Base class for all the options of PENELOPE.

build(options)

Builds the parameters inside the option with the other options of a simulation.

By default, this method does not do anything.

get_parameters(prefix)
to_html(header_level=1)

Returns a HTML representation of this option.

to_xml()

Returns a XML representation of the option.