axlGetNote
axlGetNote(x_hsdb t_item t_name) =>t_note/ nil
Description
Returns notes from the specified test, history, corner, parameters, variable or Reliability Analysis setup.
Arguments
|
Type of the element from which you want to get notes.
The valid values are |
||
Value Returned
Examples
Retrieves a note for the corner C0:
axlGetNote(1001 "corner" "C0")
=> "Notes -- name : Corner C0, temp : 30, CAP : 2p"
Related Topics
Return to top