get_capacity {simmer} | R Documentation |
Getters for resources: server capacity/count and queue size/count.
get_capacity(.env, resource) get_capacity_selected(.env, id = 0) get_queue_size(.env, resource) get_queue_size_selected(.env, id = 0) get_server_count(.env, resource) get_server_count_selected(.env, id = 0) get_queue_count(.env, resource) get_queue_count_selected(.env, id = 0)
.env |
the simulation environment. |
resource |
the name of the resource. |
id |
selection identifier for nested usage. |
Return a numeric value.