def remove(vehID, reason=tc.REMOVE_VAPORIZED): '''Remove vehicle with the given ID for the give reason. Reasons are defined in module constants and start with REMOVE_''' traci._sendByteCmd(tc.CMD_SET_VEHICLE_VARIABLE, tc.REMOVE, vehID, reason)