StopType

Module Contents

Classes

StopType

Enum where members are also (and must be) ints

class StopType.StopType

Bases: enum.IntEnum

Enum where members are also (and must be) ints

DEFAULT = 0

Stops on the lane.

PARKING = 1

Whether the vehicle stops on the road or beside.

TRIGGERED = 2

Whether a person may end the stop.

CONTAINER_TRIGGERED = 4
BUS_STOP = 8

If given, containerStop, chargingStation, edge, lane, startPos and endPos are not allowed.

CONTAINER_STOP = 16

If given, busStop, chargingStation, edge, lane, startPos and endPos are not allowed.

CHARGING_STATION = 32

If given, busStop, containerStop, edge, lane, startPos and endPos are not allowed.

PARKING_AREA = 64

//sumo.dlr.de/docs/Simulation/ParkingArea.html#letting_vehicles_stop_at_a_parking_area.

Type

Stops at a parking area. See

Type

https

OVERHEAD_WIRE = 128