Direction

class lsst.ts.simactuators.Direction(value)

Bases: IntEnum

Direction of motion.

The values for POSITIVE and NEGATIVE can be used as a multiplier for speed to compute velocity.

Attributes Summary

NEAREST

NEGATIVE

POSITIVE

Attributes Documentation

NEAREST = 0
NEGATIVE = -1
POSITIVE = 1