Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] vType id traci function
  • From: Ayomide Afolabi <aafolab4@xxxxxxxxxxxxxxxxxxxxx>
  • Date: Fri, 5 Jul 2024 11:38:22 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=students.kennesaw.edu; dmarc=pass action=none header.from=students.kennesaw.edu; dkim=pass header.d=students.kennesaw.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=rX/wUO1Znnh2V7rkWMIC9Ruilfg2cciRg8o1K34wzmE=; b=KDGD8q43lDi0KwI3aX9Eh21amI3eJsMZK7nMDP3P6NbFdLXVoymTxOWMi1IBpczvgU43e5CyyPMHB/XzYor1JhdwQDyGNZVIm14bi9miKUP/P9zHksq+G2WroDjvukkL2Fp+3npG1zJVutqG+kOKX2Kk2ALFl/1IqN0tlJKW27VNTkvGHy5BrZ6CK7RtKz/kS7w5+wGUTdPU8MENzhw/TQt+QmkBRTM0fv3X95UaB+8DuqpwLNQrTlpt3vGS8P/cvhzdZJEYk4xVbfmEUNpRzZhZ8CpBDKgKwdyYaSKyg5wZ8Q1K3eq7Bq750RdAFoqu7uWpiHAKItCLiKcthsZ8Yw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=S8fp26lCRQN61xzHdUASU1FDFkUFGcg+r3WyydDBU3BHnComz7RqOG4EljZ0LStQN8dNKoe/lrXuAu+Qnja8A3Ly426jkAnzY0Lr/G8lcnwNLu7jC2E8Famq3Lqt32UJol5OT51idEwHYZ4TKJIDhpJMp8JfOUUl3yaopSUSJDYpBedzs0ObsRS7KEtuze689UlYJpRdMgfAGDegH7s7eeAeNuLNijDA5CZ04dN6KMTsRNM2S9Ubig5SH6k5yGApfeY/Tegg/3Xmc4/R8efQAH6b88NafT/LsjCHmVL7PUGKNwecm4MgBkPkbXE/yF6Y5uY8jgh8BT/UK625AWDfrA==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user/>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdrOzzF7B3fZYImuQGeUOX//Il2opQAAI4jQ
  • Thread-topic: vType id traci function

Resolved. traci.vehicle.getTypeID(vehicle_id)

 

 

From: Ayomide Afolabi
Sent: Friday, July 5, 2024 7:34 AM
To: Ayomide Afolabi via sumo-user <sumo-user@xxxxxxxxxxx>
Subject: vType id traci function

 

Is there a function in traci to retrieve vType id in SUMO? I can only find that of vclass and vehicle id in the traci documentation.


Back to the top