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

maeGetJobControlMode

maeGetJobControlMode(
[ ?session t_sessionName ]
)
=> t_controlMode / nil

Description

Returns the job control mode currently set in the given session.

Arguments

?session t_sessionName

Name of the session. When not specified, it uses the current session.

Value Returned

t_controlMode

Returns "LSCS" or "ICRP" depending on the job control mode set in the given session.

nil

The provided session is invalid.

Examples

Returns the job control mode set in the given session.

maeGetJobControlMode()
=> "LSCS"

Return to top
 ⠀
X