loadResultsSettingsFile
Specifies to load the .json file containing the result loading settings that was saved using the DB Load Options form.
To set this variable in the .cdsinit file or CIW, use the call:
envSetVal("voltusXFi.browser" "loadResultsSettingsFile" 'string "./ResultsSettings.json")
To set this variable in the .cdsenv file, use the call:
voltusXFi.browser loadResultsSettingsFile string "./ResultsSettings.json"
Return to top