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

sevGetSessionType

sevGetSessionType(
t_session
)
=> t_toolName / nil

Description

Returns the name of the tool associated with the given session.

Arguments

t_session

The simulation environment session.

Value Returned

t_toolName

Name of the tool in which the given session is open.

Possible values: adel, adexl, explorer, and assembler.

nil

Indicates an error.

Examples

The following example returns the name of the tool in which the session sevsess is open.

sess = (axlGetWindowSession (hiGetCurrentWindow))
sevsess = (axlGetToolSession sess "AC1")
sevGetSessionType(sevsess)
=> assembler


Return to top
 ⠀
X