OutputSelections | R Documentation |
List of selected quantities selected as output for a given simulation
rSharp::NetObject
-> ospsuite::DotNetWrapper
-> OutputSelections
allOutputs
Returns all outputs defined in the selection
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()
Removes all selected output from the selection
OutputSelections$clear()
addQuantity()
Adds a quantity as selected
OutputSelections$addQuantity(quantity)
quantity
Quantity to add to the selection
removeQuantity()
Removes a quantity from the selection
OutputSelections$removeQuantity(quantity)
quantity
Quantity to remove from the selection
print()
Print the object to the console
OutputSelections$print(...)
...
Rest arguments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.