paths
slot in a simList
object.
paths(object)
"paths"(object)
paths(object) <- value
"paths"(object) <- value
cachePath(object)
"cachePath"(object)
cachePath(object) <- value
"cachePath"(object) <- value
inputPath(object)
"inputPath"(object)
inputPath(object) <- value
"inputPath"(object) <- value
outputPath(object)
"outputPath"(object)
outputPath(object) <- value
"outputPath"(object) <- value
modulePath(object)
"modulePath"(object)
modulePath(object) <- value
"modulePath"(object) <- value
simList
simulation object.simList
object.
spades
.
There are four file paths: cachePath
, modulePath
,
inputPath
, and outputPath
.
Each has a function to get or set the value in a simList
object.
When not otherwise specified, the default is to set the path values to the
current working directory.
cachePath |
NA |
Global simulation cache path. |
modulePath |
NA |
Global simulation module path. |
inputPath |
NA |
Global simulation input path. |
outputPath |
NA |
Global simulation output path. |
paths |
NA |
Global simulation paths (cache, modules, inputs, outputs). |
cachePath |
simList-class
,
simList-accessors-envir
,
simList-accessors-events
,
simList-accessors-inout
,
simList-accessors-modules
,
simList-accessors-objects
,
simList-accessors-params
,
simList-accessors-times
.