Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/elements/additionals/chargingstation/load/chargedelay/additionals.add.xml
169780 views
1
<additional xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/additional_file.xsd">
2
3
<!-- non valid charge delay 1 (missing) -->
4
<chargingStation id="chargingStation_0" lane="EdgeCenter1_1" startPos="36" endPos="38" power="22000.00" efficiency="0.95" chargeInTransit="0" name="chargingStation" friendlyPos="false"/>
5
6
<!-- non valid charge delay 2 -->
7
<chargingStation id="chargingStation_1" lane="EdgeCenter1_1" startPos="40" endPos="42" power="22000.00" efficiency="0.95" chargeInTransit="0" chargeDelay="dummyCharge" name="chargingStation" friendlyPos="false"/>
8
9
<!-- non valid charge delay 3 -->
10
<chargingStation id="chargingStation_2" lane="EdgeCenter1_1" startPos="44" endPos="46" power="22000.00" efficiency="0.95" chargeInTransit="0" chargeDelay="-3" name="chargingStation" friendlyPos="false"/>
11
12
<!-- valid charge delay -->
13
<chargingStation id="chargingStation_3" lane="EdgeCenter1_1" startPos="44" endPos="46" power="22000.00" efficiency="0.95" chargeInTransit="0" chargeDelay="5.5" name="chargingStation" friendlyPos="false"/>
14
15
</additional>
16
17