Skip to contents

Get the value of a global ospsuite-R setting.

Usage

getOSPSuiteSetting(settingName)

Arguments

settingName

String name of the setting

Value

Value of the setting stored in ospsuiteEnv. If the setting does not exist, an error is thrown.

Examples

getOSPSuiteSetting("suiteVersion")
#> [1] "11"
getOSPSuiteSetting("sensitivityAnalysisConfig")$totalSensitivityThreshold
#> [1] 0.9