CADETProcess.dataStructure.parameter.DependentlyModulatedUnsignedList.check_range

CADETProcess.dataStructure.parameter.DependentlyModulatedUnsignedList.check_range#

DependentlyModulatedUnsignedList.check_range(value)#

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

Parameters:
valuearray-like

The array whose elements need to be checked against the range.

Raises:
ValueError

If any element(s) of the array are outside the specified bounds. The raised exception indicates the index/indices of out-of-bound values.