Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] dealing with errors

Hello everyone,
I don't know how to deal with the following functions and their
subsequent errors:
1-  print(traci.junction.getParameterWithKey('j1','shape'))
Error: Answered with error to command 0xa9: Get Junction Variable:
unsupported variable 0x3e specified
2- print(traci.junction.getshape('j1'))
AttributeError: 'JunctionDomain' object has no attribute 'getshape'
Any help would be appreciated.

Regards,
Ali


Back to the top