Learn R Programming

simmer (version 3.5.1)

get_capacity: Get a resource's parameter

Description

Getters for a resource's server capacity/count and queue size/count.

Usage

get_capacity(.env, resource)
get_queue_size(.env, resource)
get_server_count(.env, resource)
get_queue_count(.env, resource)

Arguments

.env
the simulation environment.
resource
the name of the resource.

Value

Returns a numeric value.