Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Function "getTypeID"
  • From: "Bae, Jong In" <jbae42@xxxxxxxxxx>
  • Date: Sun, 14 Jun 2020 22:11:36 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=gatech.edu; dmarc=pass action=none header.from=gatech.edu; dkim=pass header.d=gatech.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-SenderADCheck; bh=7rzXbVkyXuOiQiHnalFsLKI+aZ0A7RY7kx7GmxZ1qkU=; b=JPCS9dqduHoFj6w5EHvdSGOaVH1VT0ZkntyhDAhL3Wlw6hcNNc/mpahjvXBGaXH7VESRZbKnH9eu9BP5hI6RfBTwFg6mw4qR3puNrA79NFXIelAPHw7NgdPQVrJGpf6wmpAATsCQA2xire+AKQMZgh+FNY1BVYlnJL7yTqOeST7nEub0TNFHoYiJoUdx3/n58s6F8Ue61EvLUcI6sULIWULB+PDbG+yYUuK377dz6NMCU9CuYeYiISMDOJCqxetJH4T2OVpsBaj5xl1jJegz2ilJOptA8e8Jz0c4HXLht3lr0ax+X3BYCDM281CrpDnl3jqA5/d/qFyW22DtDlljxw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=buGYGXfGqTErksjvjs3hxs1m/WGcQ4ln9FeVNzbQfRlUffAoCAySCImnea3pm89PfMlh3YgnnJVIWRhC5UZ9t2NXcvtfHyFKwgHWM50ajq58Z5RIj9sQD3Db8yoJay7GOw9GFMhzpiZyhCVhzw+0fQtpkpWF8ifU/mQIH1Yuetw1C2B+TRpMDUZy4SSOhlZl5WRsxjlnoSFYuEE+8NB/vz6ZbloQvZrcsNxh3h8G4PwGV3txlF4fAdFCEINfLzjzcJnSxPdDrtBcFcbUgHoK3yMXI2j+CVn6WrJfd3IRZj20zMOHloX9uZnRbYbq6fdlzd/rAtqazgQBGbji+/6fvw==
  • 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: AQHWQpgWxGa8NxYbCUmipeWQ+yWt0g==
  • Thread-topic: Function "getTypeID"

Hello,

I have 2 different scenarios where I am using the function 'getTypeID' to check for vehicles with type "HV".
The function is returning two different formats even though I am using the same function.

When I print it, one scenario returns 'type@vehID' (HV@HV1, for example) and the other scenario returns just the 'type' (HV, for example).
I am using the same version of SUMO (1.6.0). 

I was wondering why I am getting two different formats from the same function.

Thank you!

Back to the top