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

maeSetJobControlMode

maeSetJobControlMode
t_mode(
[ ?session t_sessionName ]
)
=> t / nil

Description

Sets the job control mode in the given session.

Arguments

t_mode

The job control mode to be set.

?session t_sessionName

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

Value Returned

t

The job control mode is set.

nil

The job control mode is not set.

Examples

Sets the specified job control mode for the current session

maeSetJobControlMode("ICRP")
=>t

Sets the specified job control mode for the given session

maeSetJobControlMode("ICRP" ?session "fnxSession0")
=>t

Return to top
 ⠀
X