Range¶
- class sunpy.net.attr.Range(min_, max_)[source]¶
Bases:
sunpy.net.attr.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.