Utility Interface Overview
- Last UpdatedJan 07, 2026
- 1 minute read
The functions are made available in the Python program by the insertion of the statement import kcs_util. The functions are then referred to as kcs_util.<function name>. Before using a new function, please carefully read the function description.
The Vitesse Utility interface contains functions for:
-
Comparing with the user response from Vitesse UI functions.
-
Return codes from trigger functions.
-
Checking which application is currently running.
-
Accessing environment variables.
-
General purpose, such as coordinate translations.