Python Classes
- Last UpdatedJan 20, 2023
- 1 minute read
This section describes the General Python classes used in the different Vitesse interfaces. Class methods may be changed or added by the programmer. However, the class attributes may NOT be changed. To use the classes, add 'import Kcs<classname>' in the Vitesse program. The class attributes can be updated by using dot-notation (although methods exist for this purpose).