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

axlWriteDatasheet

axlWriteDatasheet( 
t_axlSession 
x_historyEntry 
[ ?directory t_directory ] 
[ ?resultsSummary g_resultsSummary ] 
[ ?testsSummary g_testsSummary ] 
[ ?detailedResults g_detailedResults ] 
[ ?plots g_plots ] 
[ ?designVarsSummary g_designVarsSummary ] 
[ ?paramsSummary g_paramsSummary ] 
[ ?cornersSummary g_cornersSummary ] 
[ ?setupSummary g_setupSummary ] 
[ ?schematicDiagrams g_schematicDiagrams ]
[ ?launchBrowser g_launchBrowser ]
[ ?name t_name ]
)
=> t / nil

Description

Creates a datasheet for the specified history entry.

Arguments

t_axlSession

Name of the session.

x_historyEntry

Integer value representing the history entry.

?directory t_directory

Target directory for the datasheet.

Default Value: libName/cellName/adexl/datasheets

?resultSummary g_resultsSummary

Boolean to specify whether or not you want to print a results summary sheet containing specification sheet pass/fail table.

Default Value: t

?testSummary g_testsSummary

Boolean value to specify whether or not you want to print a tests summary sheet containing details about the tests, sweeps, and corners.

Default Value: t

?detailedResults g_detailedResults

Boolean value to specify whether or not you want to generate results for all points.

Default Value: t

?plots g_plots

Boolean value to specify whether or not you want to print the plots in the generated datasheet.

Default Value: t

?designVarsSummary g_designVarsSummary

Boolean value to specify whether or not you want to generate results for all points.

Default Value: t

?paramsSummary g_paramsSummary

Boolean value to specify whether or not you want to save the parameters summary in the generated datasheet.

Default Value: t

?cornersSummary g_cornersSummary

Boolean value to specify whether or not you want to save the corners summary in the generated datasheet.

Default Value: t

?setupSummary g_setupSummary

Boolean value to specify whether or not you want to save the setup summary in the generated datasheet.

Default Value: t

?schematicDiagrams g_schematicDiagrams

Boolean value to specify whether or not you want to save the schematic diagrams in the generated datasheet.

Default Value: t

?launchBrowser g_launchBrowser

Boolean value to specify whether or not you want to launch a browser window to view the generated datasheet.

Default Value: t

?name t_name

Specifies the name of the top level file and directory created for the datasheet. For example, if ?name is set to myDatasheet, the names of top level file and directory are named as myDatasheet.html and myDatasheet/.

Value Returned

t

A datasheet is created for the specified history entry.

nil

No datasheet is created for the specified history entry.

Examples

Creates a datasheet for the specified history entry.

axlGetWindowSession()
=> "session0"
axlWriteDatasheet("session0" axlGetHistoryEntry(1001 "Interactive.20"))
=> t
axlGetWindowSession()
=> "session0"
axlWriteDatasheet("session0" axlGetHistoryEntry(1001 "Interactive.20")
?resultsSummary nil ?testsSummary nil)
=> t

Return to top
 ⠀
X