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

sevDevChecking

sevDevChecking(
t_sevSession
)
=> o_form / nil

Description

Displays the Analog Design Environment Device Checking Setup form.

This function can be used only with an Analog Design Environment L session.

Arguments

t_sevSession

The simulation environment session.

Value Returned

o_form

Returns the form object and displays the Device Checking Setup form if the call is successful.

nil

The call is unsuccessful.

Example

The following example displays the Analog Design Environment Device Checking Setup form.

sevDevChecking(sevSession)
=> formStruct@0x38930e8

Return to top
 ⠀
X