Constants Class
The constants used in a Python script are defined in the Constants class.
Attributes:
- kDoubleParamStr : string constant used to specify double as the type of a quantity
- kComplexParamStr: string constant used to specify complex as the type of a quantity
- Enum EPropType: (used to set property type)
- EPropType.PT_NUMBER
- EPropType.PT_TEXT
- EPropType.PT_MENU
Example:
paramType = Constants.kDoubleParamStr
propType = Constants.EPropType.PT_NUMBER