firecrown.parameters.InternalParameter

firecrown.parameters.InternalParameter#

class firecrown.parameters.InternalParameter(value)[source]#

Bases: object

Class to represent an internally defined parameter.

Parameters:

value (float) –

Public Methods:

__init__(value)

Creates a new InternalParameter instance.

set_value(value)

Set the value of this parameter.

get_value()

Return the current value of this parameter.


get_value()[source]#

Return the current value of this parameter.

Return type:

float

set_value(value)[source]#

Set the value of this parameter.

Parameters:

value (float) – new value