SectionOptions

data class SectionOptions(val showRunSummary: Boolean = true, val showAcrossReplicationStats: Boolean = true, val showHistograms: Boolean = true, val showFrequencies: Boolean = true, val showTimeSeries: Boolean = true, val showDiagnostics: Boolean = false, val timeSeriesConfidenceLevel: Double = 0.95)(source)

Options controlling which sections of the snapshot's standard report appear in the materialised document. Defaults match SimulationSnapshot.ExperimentCompleted.toReport()'s built-in defaults so callers that ignore this parameter get the pre-existing report content. A "Post-Run Reporting" panel typically surfaces these as checkboxes; auto-render uses the defaults.

Constructors

Link copied to clipboard
constructor(showRunSummary: Boolean = true, showAcrossReplicationStats: Boolean = true, showHistograms: Boolean = true, showFrequencies: Boolean = true, showTimeSeries: Boolean = true, showDiagnostics: Boolean = false, timeSeriesConfidenceLevel: Double = 0.95)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard