setStatisticOutputOption
Set the specified option for the StatisticOutput object.
Syntax
sst.setStatisticOutputOption(option, value)
Parameters
- option (type: string) option to set
- value (type: string) value to set option to
- returns none
Example
import sst
sst.setStatisticOutputOption("filepath", "stats.csv")
Import
import sst