Learn R Programming

simmer (version 3.2.1.9000)

get_capacity: Get the capacity

Description

Gets the capacity of a resource by name.

Usage

get_capacity(env, name)

Arguments

env

the simulation environment.

name

the name of the resource.

Value

Returns a numeric value.

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_queue_size, get_server_count, get_queue_count.