RenderContext

constructor(outputDir: Path = KSL.outDir, plotDir: Path = KSL.plotDir, confidenceLevel: Double = 0.95, numericPrecision: Int = 4, maxPlotsPerSection: Int = 20)(source)

Parameters

outputDir

directory for report files; defaults to KSL.outDir

plotDir

directory for saved plot files; defaults to KSL.plotDir

confidenceLevel

default confidence level for ksl.utilities.io.report.ast.ReportNode.StatTable nodes that do not specify their own; must be in (0, 1)

numericPrecision

number of decimal places for formatted numeric values in comparison tables (ksl.utilities.io.report.ast.ReportNode.StatTable, ksl.utilities.io.report.ast.ReportNode.WeightedStatTable, ksl.utilities.io.report.ast.ReportNode.DataTable); also used as the significant-figure count for property sheet tables via fmtProperty; must be in 0, 15

maxPlotsPerSection

maximum number of plots rendered per section before a truncation notice is emitted; prevents very large HTML files in models with many responses