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
ospsuite.utils::Printable
-> 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
ExplicitFormula
orNULL
otherwise (Read-Only).
Super classes
ospsuite.utils::Printable
-> ospsuite::DotNetWrapper
-> ospsuite::ObjectBase
-> ospsuite::Formula
-> TableFormula
Active bindings
allPoints
Returns all points defined in the table formula for a
TableFormula
orNULL
otherwise (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
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