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

relxGetUserCmdLine

relxGetUserCmdLine(
t_sessionName
) 
=> t_UserCmdLine / nil

Description

Returns the value of the userCmdLine option in the specified session.

Arguments

t_sessionName

Name of the Spectre session. You can also use the asiGetCurrentSession function to specify the current session.

Value Returned

t_UserCmdLine

When the session is created using Spectre, returns the value of userCmdLine option(s) for Spectre.

nil

For any others sessions, returns nil.

Examples

Consider the example given below, in which you create an ADE L session using Spectre and specify +aps command-line option for Spectre. In this case, this function returns +aps.

session = asiGetCurrentSession()
relxGetUserCmdLine (session)
=> aps

Return to top
 ⠀
X