Define a Parameter

define_param(Param_class, ...)

Arguments

Param_class

the class of the Parameter. Should inherit from Param_base

...

arguments that define the parameter See the constructor for the specified Parameter.

See also