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

axlWriteDatasheetForm

axlWriteDatasheetForm( 
x_axlSession 
t_historyEntry 
) 
=> t / nil

Description

Causes a form to appear so that you can specify various options for generating a datasheet.

Arguments

t_axlSession

String value representing the session name.

x_historyEntry

Integer value representing the history entry.

Value Returned

t

The form is opened.

nil

The form is not opened.

Examples

Opens the form that lets you specify the options for generating a datasheet.

axlGetWindowSession()
=> "session0"
axlWriteDatasheetForm("session0" axlGetHistoryEntry(1001 "Interactive.190"))
=> t

Return to top
 ⠀
X