Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/traci/get_variable/StoppingPlaces/ChargingStations/input_additional.add.xml
428506 views
1
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
2
3
<chargingStation id="3/1to2/1" lane="3/1to2/1_0" startPos="200" endPos="220" power="13000.00" efficiency="0.85" chargeInTransit="1" chargeDelay="2.00" name="chargingStationNameB" chargeType="fuel" waitingTime="500" friendlyPos="true">
4
<param key="KeyB1" value="valueB1"/>
5
<param key="KeyB3" value="valueB2"/>
6
<param key="KeyB2" value="valueB3"/>
7
</chargingStation>
8
9
</additional>
10