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

asiGetId

asiGetId( 
o_session 
) 
=> x_id

Description

Returns the name of the session ID associated with the given OASIS session.

Arguments

o_session

The simulation session object.

Value Returned

x_id

OASIS session ID

Examples

Gets the ID of the current OASIS session.

asiGetId( asiGetCurrentSession() )
=> 1

Return to top
 ⠀
X