CADETProcess.dataStructure.parameter.TypedList.check_dtype# TypedList.check_dtype(value: Any) → None[source]# Validate if the dtype of values is correct. Parameters: valueAnyValue to check against the range. Raises: TypeErrorIf the dtype is not correct.