axlGetWCCHistory
axlGetWCCHistory(x_specHandle) =>t_historyName/nil
Description
Returns name of the history for a specification of a worst-case corner.
Arguments
|
Database handle to the specification of a worst-case corner. |
Value Returned
Examples
Returns the name of the history for corner 1005.
t_history = axlGetWCCHistory(1005)
=> "History.1"
Related Topics
Return to top