Skip to contents

Get the value of a global ospsuite.parameteridentification setting.

Usage

getOSPSuitePISetting(settingName)

Arguments

settingName

String name of the setting

Value

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

Examples

getOSPSuitePISetting("packageVersion")
#> version 
#> "2.0.0"