Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

axlDeleteNote

axlDeleteNote( 
x_mainSDB 
t_item 
t_name
) 
=> t / nil

Description

Deletes a note from the given test, history, corner, parameters, variable or Reliability Analysis setup.

Arguments

x_mainSDB

Handle to the main setup database.

t_item

Type of the element from which you need to delete a note.

The valid values are "test", "history", "corner", "globalvar", "parameters", or "relxanalysis".

t_name

Name of the element for which you are deleting a note.

Value Returned

t

The specified note is deleted.

nil

Indicates an error.

Examples

Deletes a note for corner C0.

x_mainSDB=axlGetMainSetupDB(axlGetWindowSession())
=> 1001
axlDeleteNote(x_mainSDB "corner" "C0")
=> t

Related Topics

axlPutNote

Adding Notes to a Test


Return to top
 ⠀
X