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
Value Returned
|
Returns the form object and displays the Device Checking Setup form if the call is successful. |
|
Example
The following example displays the Analog Design Environment Device Checking Setup form.
sevDevChecking(sevSession)
=> formStruct@0x38930e8
Return to top