We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7114a29 commit 469c1bcCopy full SHA for 469c1bc
tools/traci/_vehicle.py
@@ -837,7 +837,8 @@ def getDistance(self, vehID):
837
838
def getReferenceDistance(self, vehID):
839
"""getReferenceDistance(string) -> double
840
- Returns the distance along the linear reference system in which the current edge takes part (i.e. kilometrage/mile markers)
+ Returns the distance along the linear reference system
841
+ in which the current edge takes part (i.e. kilometrage/mile markers)
842
"""
843
return self._getUniversal(tc.VAR_REFERENCE_DISTANCE, vehID)
844
0 commit comments