axlPutNote
axlPutNote(x_mainSDBt_itemt_name t_note) => t / nil
Description
Adds a note to the given test, history, corner, parameters, variable or Reliability Analysis setup.
Arguments
|
Type of the element to which you need to add a note.
The valid values are |
||
Value Returned
|
A note is added to the given test, history, corner, parameters, variable or Reliability Analysis setup. |
||
Examples
x_mainSDB=axlGetMainSetupDB(axlGetWindowSession())
=> 1001
axlPutNote(x_mainSDB "corner" "C0" "this is a fast corner")
=> t
Related Topics
Return to top