iNTERFACEWARE Products Manual > Installing and Using Chameleon > Using Python Scripting > Chameleon Python API > Environment Variable |
![]() ![]() |
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
The environment variable is a special Python variable defined by Chameleon. As its name suggests, it enables you to obtain information about the environment in which the Python script is running. The environment variable can be used in Scripted Transformation, and can also be used in segment and table scripts. Functions defined for this variable enable you to perform data manipulation and transformation. Other functions give you access to Chameleon's Python Database Object, which allows you to issue database calls directly from your Python code. The following sections list the functions that have been defined for the environment variable, and describe the tasks that you can perform using these functions.
|