I am new to VISSIM-COM and am trying to calibrate a model in VISSIM using COM through coding in Python. I could do all the steps using COM-help from VISSIM. However, when I reached the point of setting the hyperparameters of the driving behavior, I got stuck and kept getting errors. I want to change both the maximum look ahead and minimum look ahead. Here is what I tried:
Vissim.Net.DrivingBehaviors.SetAttValue('LookAheadDistMax', 500)
I am expecting the maximum look ahead to be 500 and the minimum look ahead to be 200. Thank you for your help!