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

setDevCheckOptions

setDevCheckOptions(
[ ?analysis s_analysis ]
[ ?start t_start ]
[ ?stop t_stop ]
[ ?severity t_severity ]
[ ?enableAll t_enableAll ]
[ ?disableAll t_disableAll ]
)

Description

This function can be used to set various parameters of checklimit statements. User can override the severity specified on individual asserts, provide the time interval during which the checking should be done (applies only to transient analysis), or enable/disable all device checks for the given analysis.

This function can be used only in an Analog Design Environment L session. When the enableDeviceChecking environment variable is set to t, the function can be used for an Analog Design Environment XL session too.

Arguments

?analysis s_analysis

Name of analysis.

?start t_start

Time at which device checking will start in a transient analysis. Not applicable to other analysis.

?stop t_stop

Time at which device checking will stop in a transient analysis. Not applicable to other analysis.

?severity t_severity

If specified, this severity level will override the severity specified for individual asserts.
Valid values: Warning, Notice, Error, None

?enableAll g_enableAll

If true, all checks are enabled during this analysis.

?disableAll g_disableAll

If true, all checks are disabled during this analysis.

Value Returned

nil

Returns nil.


Return to top
 ⠀
X