MonolixSuite in R
Breadcrumbs

getGroups

[Simulx] Get simulation groups

Get the list of simulation groups and elements in each group.

Usage

R
getGroups()

Details

Simulation groups are used for simulation as in Simulx GUI. At the creation of a Simulx project, a first group is created by default with the name "simulationGroup1". Use getGroups to check which groups have already been defined, and which elements are set in each group. To add a simulation group, use addGroup. To remove a simulation group, use removeGroup. To add or change a group element, use setGroupElement. To define new elements, use one of the define...Element functions.

See also

addGroup

Examples