Parameter | R Documentation |
A model parameter
Derived from Quantity, please see base class documentation.
rSharp::NetObject
-> ospsuite::DotNetWrapper
-> ospsuite::ObjectBase
-> ospsuite::Entity
-> ospsuite::Quantity
-> Parameter
isStateVariable
Returns TRUE
is the parameter has a RHS otherwise FALSE
.
Setting the value to FALSE
will delete the RHS Formula.
Setting it to TRUE
is not currently supported and will throw an error.
rhsFormula
An instance of a Formula
object representing the RHS Formula (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::Quantity$hasUnit()
ospsuite::Quantity$printQuantityValue()
ospsuite::Quantity$printValue()
ospsuite::Quantity$reset()
ospsuite::Quantity$setValue()
new()
Initialize a new instance of the class
Parameter$new(netObject)
netObject
An rSharp::NetObject
object.
A new Parameter
object.
print()
Print the object to the console
Parameter$print(...)
...
Rest arguments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.