Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Edge List using Traci

Dear Sir,

When i locate edge in the netedit i found values like 1,2,3...for the edges, not like ":1_0" etc.

using following:
for edgeId in traci.edge.getIDList():
I just want to list the edges which shows in edge locator of netedit (edgeId like integer values only).

Please help me how to do it?

--
:)
Bijal Varia

Back to the top