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

axlJobIntfcDebugToFile

axlJobIntfcDebugToFile(
t_file_name
)
=> t / nil

Description

Enables the interface job debugging and sets the output to a file.

Arguments

t_file_name

File to be opened

Value Returned

t

The interface job debugging is enabled and the output is set to a file.

nil

Indicates an error.

Examples

Enables the interface job debugging and sets the output to a file

axlJobIntfcDebugToFile("~/intfc_debug")
=> t

Return to top
 ⠀
X