Hi Ankur. at the present time busStops und ChargingStations cannot be modified using traCi (Will be implemented soon). You can find a solution with the modification of the files "src\microsim\trigger\MSChargingStation.h - src\microsim\trigger\MSChargingStation.cpp", specifically the functions getChargingPower(), getEfficency(), getChargeInTransit() and getChargeDelay(). Currently this values are statics (Defined in the private part of the class), but if you modify the code to make this values dynamically with respect of the currently timeStep of the Simulation and your own distribution function, your problem will be solved.
Regards 2016-01-13 3:02 GMT+01:00 Ankur Sarker <[email protected]>: > To Whom It May Concern, > > I am a student and trying to simulate a situation where electric vehicles > are charged by charging stations. In my simulation, I need to change the > properties of charging stations during run time. I have found that the > charging stations are implemented based on the bus stops in SUMO. I have > read about TracI interface to change the simulation scenario dynamically. > But there is nothing about changing the bus stop or charging section's > properties. > > In this situation, can anyone give me suggestion or direction to do so? If > it is necessary to change the source code to do that, I should start from > where or which code block? > > I am looking forward to getting useful feedback. > > With Best Regards > A. Sarker > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 > _______________________________________________ > sumo-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/sumo-user > ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
