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

axlPutNote

axlPutNote( 
x_mainSDB 
t_item 
t_name
t_note
) 
=> t / nil 

Description

Adds a note to 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 to which you need to add a note.

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

t_name

Name of the element to which you are adding a note.

t_note

Text to be added to the note.

A note can contain a maximum of 512 characters.

Value Returned

t

A note is added to the given test, history, corner, parameters, variable or Reliability Analysis setup.

nil

No note is added.

Examples

Adds a note for corner C0.

x_mainSDB=axlGetMainSetupDB(axlGetWindowSession())
=> 1001
axlPutNote(x_mainSDB "corner" "C0" "this is a fast corner")
=> t

Related Topics

axlDeleteNote

Adding Notes to a Test


Return to top
 ⠀
X