Range# class sunpy.net.attr.Range(min_, max_)[source]# Bases: DataAttr An attribute that represents a range of a value. This type of attribute would be applicable for types like Wavelength or Time. The range is inclusive of both the min and max. Parameters: min_ (object) – The lower bound of the range. max_ (object) – The upper bound of the range.