root/applications/doprava/Zlicingw.cfg @ 927

Revision 927, 1.0 kB (checked in by smidl, 14 years ago)

traffic agents -- pro BDM > r904

Line 
1agents = (
2        { // agent 1
3        class = "GreenWaveTrafficAgent";
4                name = "495";
5                lanes = (
6                        { sg="VA"; inputs = ("495_DVA1","495_DVB");  outputs= ("601_DVA"); alpha= [1.0 ]; queue="495_Q1";},
7                        { sg="VB"; inputs = ("495_DVA1","495_DVB");  outputs= ("601_DVA"); alpha= [1.0 ]; queue="495_Q2";}
8              );
9                neighbours = ("601");
10  offset = 40; //s
11  moje_special=14;
12},
13{ //agent 2
14        class = "GreenWaveTrafficAgent";
15  name = "601"; 
16                neighbours = ("495");
17}
18);
19
20logger = {class="memlog"; filename = "zlicin"; maxlen = 1000;};
21
22system = {
23        class = "AimsunDS";
24        // CSV file with input intensities for simulation
25        // original .........: entrances = "zlicin_20071212_495_601.csv";
26        // constant entrances: entrances = "zlicin_const01_495_601.csv";
27        //                     entrances = "zlicin_const02_495_601.csv";
28        entrances = "zlicin_const02_495_601.csv";
29
30        // Simulation length. Due to design of the Aimsun simulator,
31        // simulation in our case starts always at 00:00:00. Default simulation
32        // length is 24 hours (24:00:00).
33        stop_time = "01:00:00";
34};
Note: See TracBrowser for help on using the browser.