CSVExporter
constructor(fileNameRoot: String = "", interval: Double = DEFAULT_INTERVAL, exportPath: String = createTempDirectory("alchemist-export")
.absolutePathString()
.also {
logger.warn(
"No output folder specified but export required. Alchemist will export data in $it",
)
}, fileExtension: String = "csv", appendTime: Boolean = false)
Type Parameters
T
the concentration type
P
the position type