biocrnpyler.Parameter
- class biocrnpyler.Parameter(parameter_name: str, parameter_value: str | Real, unit=None)[source]
A class for representing parameters in general. Only the below subclasses are ever used.
- Parameters:
parameter_name – is the name of the parameter
parameter_value – is the value of the parameter
unit – is the unit of the parameter or a species
- __init__(parameter_name: str, parameter_value: str | Real, unit=None)[source]
A class for representing parameters in general. Only the below subclasses are ever used.
- Parameters:
parameter_name – is the name of the parameter
parameter_value – is the value of the parameter
unit – is the unit of the parameter or a species
Methods
__init__(parameter_name, parameter_value[, unit])A class for representing parameters in general.
Attributes
parameter_nameunitvalue