Defined by performing the specified function
on the input scalar or time instant.
A | The constant coefficient A. |
AvailableFunctions | Get the available function names. |
B | The constant coefficient B. |
C | The constant coefficient C. |
Coefficients | The array of constant coefficients, whose dimension and units are determined by those of input and output. |
Convergence | The Convergence definition, which uses time tolerance to determine when time of extremum is found. |
D | The constant coefficient D. |
InheritDimensionFromInput | Specify whether to inherit the output dimension from the input scalar or time instant. |
InputScalar | The input scalar calculation (used if UseScalar is true). |
InputTime | The input time instant (used if UseScalar is false). |
OutputDimension | The output dimension. Use any of STK supported dimensions. This value will be used if InheritDimensionFromInput is false. |
OutputUnit | Specify a unit for the selected output dimension. This is not used for internal computations or reporting/graphing but is needed to unambiguously interpret units of associated coefficients. |
Sampling | The Sampling definition, which can use a fixed step, relative tolerance or curvature tolerance. Relative tolerance uses a combination of relative and absolute changes in scalar values between samples. Curvature tolerance also uses changes in slope between samples. |
SelectedFunction | The function which will use the input scalar or time instant in some combination with the constant coefficients A, B, C, D. |
UseScalar | Specify whether to use the input scalar calculation or the time elapsed from the input time instant. Set to true to use the scalar. |