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

axlGetHistoryPrefix

axlGetHistoryPrefix( 
x_sessionName 
) 
=> t_historyPrefix / nil

Description

Returns the current history prefix value from the given session. The prefix value depends on the run mode selected in the session.

Arguments

t_sessionName

Name of the session

Value Returned

t_historyPrefix

The current history prefix value in the session is returned.

nil

The current history prefix value in the session is not returned.

Examples

Returns the current history prefix from the session.

session=axlGetWindowSession()
=> "session1"
axlGetHistoryPrefix(session)
=> "Interactive"

Related Topics

axlGetWindowSession


Return to top
 ⠀
X