from enum import Enum class SweepTriggerSlope(Enum): POSITIVE = 1 NEGATIVE = 2