Enums#
Color Types#
Name |
Python Enum |
Description |
---|---|---|
Red |
|
The predefined color constant for red as the RGB value: (255, 0, 0). |
Green |
|
The predefined color constant for green as the RGB value: (0, 255, 0). |
Blue |
|
The predefined color constant for blue as the RGB value: (0, 0, 255). |
Yellow |
|
The predefined color constant for yellow as the RGB value: (255, 255, 0). |
Orange |
|
The predefined color constant for orange as the RGB value: (255, 165, 0). |
Purple |
|
The predefined color constant for purple as the RGB value: (255, 0, 255). |
Cyan |
|
The predefined color constant for cyan as the RGB value: (0, 255, 255). |
Black |
|
The predefined color constant for black as the RGB value: (0, 0, 0). |
White |
|
The predefined color constant for white as the RGB value: (255, 255, 255). |
Transparent |
|
The predefined color constant for transparent. |
End Effector Types#
Name |
Python Enum |
Description |
---|---|---|
Magnet |
|
The magnet end effector for the 6-Axis CTE Arm. |
Pen |
|
The pen end effector for the 6-Axis CTE Arm. |
Signal Tower Color Types#
Name |
Python Enum |
Description |
---|---|---|
All |
|
All LED lights in the Signal Tower. |
Red |
|
The red LED light in the Signal Tower. |
Green |
|
The green LED light in the Signal Tower. |
Blue |
|
The blue LED light in the Signal Tower. |
Yellow |
|
The yellow LED light in the Signal Tower. |
White |
|
The white LED light in the Signal Tower. |
Signal Tower State Types#
Name |
Python Enum |
Description |
---|---|---|
Off |
|
The state where an LED light on the signal tower is off. |
On |
|
The state where an LED light on the signal tower is on. |
Blink |
|
The state where an LED light on the signal tower is blinking on and off. |
Time Units#
Name |
Python Enum |
Description |
---|---|---|
Seconds |
|
Counts the time value in seconds. |
Milliseconds |
|
Counts the time value in milliseconds. |