class slm.defines.FractureSpacing[source]

Bases: TextChoices

ZERO = '0'
LESS_THAN_10_CM = '1'
MORE_THAN_11_LESS_THAN_50_CM = '11'
MORE_THAN_51_LESS_THAN_200_CM = '51'
OVER_200_CM = '200'
__new__(value)