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

maeGetMappingForJobAndPoint

maeGetMappingForJobAndPoint(
[ ?session t_session ]
)
=> l_jobPointMapping / nil

Description

Returns a list containing the mapping of job IDs to the point IDs allocated to them for all the simulations run in the current ADE Explorer or ADE Assembler session. After starting a simulation run, you can use this information to debug incomplete simulations.

Arguments

?session t_session

Name of the session.

Value Returned

l_jobPointMapping

Returns a list of job ID and point ID mapping.

nil

The command was unsuccessful.

Examples

The following example shows the result of a simulation run on an LSF farm. The maximum jobs value in the job policy is 4.

maeGetMappingForJobAndPoint()
=> ((1 "1 ") (2 "2 3 ") (4 "2 ") )

Return to top
 ⠀
X