axlGetWCCVarMonotonicity
axlGetWCCVarMonotonicity(x_hsdb) =>t_monotonicity/ nil
Description
Gets the monotonicity of a specific variable or parameter of the worst-case corner.
Arguments
|
Setup database handle to the variable or parameter for which you want to get the monotonicity. |
Value Returned
Examples
Returns the monotonicity value of the specified variable or parameter.
m_var1 = axlGetWCCVarMonotonicity(1005)
=> +1
Related Topics
Return to top