A formula of the model (Typically related to a Quantity such as a parameter)
A table formula of the model (Typically related to a Quantity such as a parameter)
Super classes
rSharp::NetObject -> ospsuite::DotNetWrapper -> ospsuite::ObjectBase -> Formula
Active bindings
- isTable
- Is this a table formula (Read-Only) 
- isTableWithOffSet
- Is this a table formula with Offset (Read-Only) 
- isTableWithXArgument
- Is this a table formula with xArgs (typically time, or pH) (Read-Only) 
- isConstant
- Is this a constant formula (Read-Only) 
- isExplicit
- Is this an explicit formula (Read-Only) 
- isDistributed
- Is this a distributed formula (Read-Only) 
- dimension
- The dimension in which the quantity is defined (Read-Only) 
- formulaString
- Returns the formula as a string for an - ExplicitFormulaor- NULLotherwise (Read-Only).
Methods
Inherited methods
rSharp::NetObject$.printClass()rSharp::NetObject$.printLine()rSharp::NetObject$call()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()
Method print()
Print the object to the console
Super classes
rSharp::NetObject -> ospsuite::DotNetWrapper -> ospsuite::ObjectBase -> ospsuite::Formula -> TableFormula
Active bindings
- allPoints
- Returns all points defined in the table formula for a - TableFormulaor- NULLotherwise (Read-Only).
- useDerivedValues
- Indicates whether table values should be derived during solving. the ODE system. Default value is - TRUE
- xDimension
- The dimension in which the x values are defined (Read-Only). 
Methods
Inherited methods
rSharp::NetObject$.printClass()rSharp::NetObject$.printLine()rSharp::NetObject$call()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()
Method setPoints()
Replace all points defined in the table with the new values given.
This is a convenience method for calling clearPoints and addPoints
Method print()
Print the object to the console
Method valueAt()
Returns the y defined for the x value in base unit. If not exact match is found, value will be interpolated between two existing points If the table contains no point, 0 is returned