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

axlJobIntfcSetDebug

axlJobIntfcSetDebug(
g_enable
)
=> t / nil

Description

Enables or disables printing of the job interface diagnostics to the CIW.

Arguments

g_enable

Enables or disables debugging.

The valid values are t and nil.

Value Returned

t

The printing of the job interface diagnostics to the CIW is enabled or disabled.

nil

The printing of the job interface diagnostics to the CIW is not enabled or disabled.

Examples

Disables the printing of the job interface diagnostics to the CIW.

axlJobIntfcSetDebug(nil) 
=> t

Return to top
 ⠀
X