axlDeleteNote
axlDeleteNote(x_mainSDBt_itemt_name) =>t / nil
Description
Deletes a note from the given test, history, corner, parameters, variable or Reliability Analysis setup.
Arguments
|
Type of the element from which you need to delete a note.
The valid values are |
||
Value Returned
Examples
x_mainSDB=axlGetMainSetupDB(axlGetWindowSession())
=> 1001
axlDeleteNote(x_mainSDB "corner" "C0")
=> t
Related Topics
Return to top