Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Specifying output file path in SUMO
  • From: "Bae, Jong In" <jbae42@xxxxxxxxxx>
  • Date: Wed, 24 Feb 2021 15:20:43 +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=TqczY8NqfrZ1Bdpb91U7IVh7fdc6h94GVBSnlToZZcE=; b=PN8k/IdDOyUsxHgrGvF/8TSgQjCzFp5PFQHNp2WQ3RvZfrESxcU92w33Zw1f7x/LOrbiudVluBthUqZdn0XNBS6AHHXbpCu36bTZG9coa8n3o4EADrvqVn44ZVkCQBcNext13EfsUDijzXcIK8X9j0hbdO8dEdSYoEJOtGa2vq0xnY46EtDYg7toqt/QtcYh0kpXTeTY/BzXxkUiOcQbz4vK87AA0feRzADjsHbqzonDRGG8x6UYkBaNgwZ3Qg9b99K105FzHsANwxM/CKF4eEhRLsJh7wGBnacUYnUxgLaN+l/jQw7Evk2SqdRWIPTveIMTt1Bui3Qx7vtifq3/SA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=a9dAi8gHTMCc7khcgzi0rb50lgv/7qp6e4Ekx4Ztt+Wg5SJ8BGMV4eza+1XlJLeux3H6ZGVdjHe7NIaAyoWbofZiwUMZokaYpkP1YU1nBty5OM8jIAmUB1cY+27VKJ/7exHsnvnzaG1VKYE6uBzvHh66nrLFgoA6zw9E592oPnXiWbWkr+dVpD8RnCl4dfoncgJMZOQT0GszL3cfKPwquKOMBR5XRpuxFURzRm1GL+WtINQomxSvxf2cRaLUKbLBzTrK3/vkqrjPUJ/Q34k16SmSzs88zdmqlTDWbd5RSQoCl/vB7XxvVX17kOfwwdtgB3K+pHyjrstcpEX4wg2Vlg==
  • 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: AQHXCr6ILDAkCzcLs0GdVx840cvtkA==
  • Thread-topic: Specifying output file path in SUMO

Hello,

Is there any way I can specify the path for output files in SUMO?
Currently, the output file goes to the same directory as my sumocfg file using the following line.

traci.start([sumoBinary, "-c", "test.sumocfg", "--fcd-output", "fcdoutput.xml"])

Thanks!

Back to the top