get_capacity {simmer} | R Documentation |
Getters for resources: server capacity/count and queue size/count.
get_capacity(.env, resources) get_capacity_selected(.env, id = 0) get_queue_size(.env, resources) get_queue_size_selected(.env, id = 0) get_server_count(.env, resources) get_server_count_selected(.env, id = 0) get_queue_count(.env, resources) get_queue_count_selected(.env, id = 0) get_selected(.env, id = 0)
.env |
the simulation environment. |
resources |
one or more resource names. |
id |
selection identifier (a negative number causes the function to return the required parameter for all the selected resources). |
Return a vector (character for get_selected
, numeric for the
rest of them).
get_resources
, set_capacity
,
set_queue_size
.