printOutcomesEndpoints
[Simulx] Print outcomes and endpoints
Get all the outcomes and endpoints defined in the Simulx project.
The output is a list of:
outcomes is a table of all defined simulation outcomes. To define an outcome, use
defineOutcome()
.endpoints is a table of all defined simulation endpoints. To define an endpoint, use
defineEndpoint()
.groupComparison is a Boolean and indicates whether group comparison is enabled. To change this setting, use
setGroupComparisonSettings()
.groupComparisonReferenceGroup corresponds to the reference simulation group for group comparison if enabled. To change this setting, use
setGroupComparisonSettings()
.
#'
Usage
printOutcomesEndpoints()