visum_custom_analysis
Execute custom Python code to analyze Visum transportation models, enabling tailored data processing and specialized calculations for specific project requirements.
Instructions
Execute custom Python code with access to the active Visum instance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pythonCode | Yes | Python code to execute. The 'visum' variable contains the active VisumPy instance. Store results in 'result' dictionary. | |
| description | No | Optional description of the analysis being performed |