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
isTableIs this a table formula (Read-Only)
isTableWithOffSetIs this a table formula with Offset (Read-Only)
isTableWithXArgumentIs this a table formula with xArgs (typically time, or pH) (Read-Only)
isConstantIs this a constant formula (Read-Only)
isExplicitIs this an explicit formula (Read-Only)
isDistributedIs this a distributed formula (Read-Only)
dimensionThe dimension in which the quantity is defined (Read-Only)
formulaStringReturns the formula as a string for an
ExplicitFormulaorNULLotherwise (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
allPointsReturns all points defined in the table formula for a
TableFormulaorNULLotherwise (Read-Only).useDerivedValuesIndicates whether table values should be derived during solving. the ODE system. Default value is
TRUExDimensionThe 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