Python scripting downloader - Enums

AccuracyCriteria

 

The value in the accuracy event can represent more than one thing.

 

class AccuracyCriteria(IntEnum):

      Off = 0

      On = 1

      JointDistance = 2

      Distance = 3

      Orientation = 4

      Velocity = 5


Previous
Page précédente
Chapter
Page principale du chapitre
Next
Page suivante