ChargingStation

Asks for the value of a certain variable of the named ChargingStation. The value returned is the state of the asked variable/value within the last simulation step. Please note that for asking values from your ChargingStation within an additional-file and load them at the start of the simulation. The period and file attributes do not affect TraCI.

The following variable values can be retrieved, the type of the return value is also shown in the table.

Overview ChargingStation Variables

Variable ValueType Description Python Method
end pos double The end position of the stop along the lane measured in m. getEndPos
lane ID string Returns the lane of this calibrator (if it applies to a single lane) getLaneID
name sting Returns the name of this stop getName
start pos double The starting position of the stop along the lane measured in m. getStartPos
vehicle count integer Get the total number of vehicles stopped at the named charging station. getVehicleCount
vehicle ID stringList Get the IDs of vehicles stopped at the named charging station. getVehicleIDs