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

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

x_hsdb

Handle to the main setup database.

t_item

Type of the element from which you want to get notes.

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

t_name

Name of the element from which you want to get notes.

Value Returned

t_note

Notes from the specified element are returned.

nil

No notes are returned.

Examples

Retrieves a note for the corner C0:

axlGetNote(1001 "corner" "C0") 
=> "Notes -- name : Corner C0, temp : 30, CAP : 2p"

Related Topics

axlDeleteNote

axlPutNote


Return to top
 ⠀
X