File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ This method simulates the system from an empty system. The simulation terminates
54
54
N = ciw.create_network(params)
55
55
Q = ciw.Simulation(N)
56
56
57
- Q.simulate_until_maxcustomers (20, method='Finish')
57
+ Q.simulate_until_max_customers (20, method='Finish')
58
58
59
59
There are three methods of simulating for a maximum number of customers, specified by the :code: `method ` keyword argument:
60
60
- Finish: Simulates until :code: `max_customers ` has reached the Exit Node.
61
61
- Arrive: Simulates until :code: `max_customers ` have spawned at the Arrival Node.
62
- - Accept: Simulates until :code: `max_customers ` have been spawned and accepted (not rejected) at the Arrival Node.
62
+ - Accept: Simulates until :code: `max_customers ` have been spawned and accepted (not rejected) at the Arrival Node.
63
63
64
64
Keyword arguments:
65
65
- :code: `max_customers `: REQUIRED. The maximum number of customers.
You can’t perform that action at this time.
0 commit comments