Learn R Programming

simmer (version 3.3.0.9000)

set_queue_size: Set the queue size

Description

Sets a resource's queue size by name.

Usage

set_queue_size(env, name, value)

Arguments

env

the simulation environment.

name

the name of the resource.

value

new queue size.

Value

Returns the simulation environment.

See Also

Other methods for dealing with a simulation environment: simmer, reset, now, peek, onestep, run, add_resource, add_generator, get_mon_arrivals, get_mon_attributes, get_mon_resources, get_n_generated, get_capacity, get_queue_size, set_capacity, get_server_count, get_queue_count.