OutputSchema | R Documentation |
Output schema associated with a given simulation
rSharp::NetObject
-> ospsuite::DotNetWrapper
-> OutputSchema
intervals
All intervals defined in the schema (Read-Only)
timePoints
All single time points defined in the schema (Read-Only)
endTime
Returns the end time of the simulation in kernel unit (Read-Only)
rSharp::NetObject$call()
rSharp::NetObject$finalize()
rSharp::NetObject$get()
rSharp::NetObject$getFields()
rSharp::NetObject$getMemberSignature()
rSharp::NetObject$getMethods()
rSharp::NetObject$getProperties()
rSharp::NetObject$getStaticFields()
rSharp::NetObject$getStaticMethods()
rSharp::NetObject$getStaticProperties()
rSharp::NetObject$set()
ospsuite::DotNetWrapper$initialize()
clear()
Clears all intervals and time points
OutputSchema$clear()
addInterval()
Adds an interval to the schema
OutputSchema$addInterval(interval)
interval
Interval to add
removeInterval()
Removes the interval from the schema
OutputSchema$removeInterval(interval)
interval
Interval to remove
addTimePoints()
Adds the time points to the schema. Note that time points and intervals exists concurrently. Use time points only if you need to ensure that specific time are used.
OutputSchema$addTimePoints(timePoints)
timePoints
Time points to add to the schema
print()
Print the object to the console
OutputSchema$print(...)
...
Rest arguments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.