CADETProcess.dataStructure.parameter.RangedList

Contents

CADETProcess.dataStructure.parameter.RangedList#

class CADETProcess.dataStructure.parameter.RangedList(*args, ty=None, **kwargs)[source]#

Parameter descriptor for lists with elements constrained within bounds.

Attributes:
default

Any: Get or set the default value of the parameter.

Methods

cast_value(value)

Cast the type of the given value.

check_range(value)

Check each element of an array-like structure against specified bounds.

get_default_value(instance)

Return default values if necessary.

ty

alias of list