Product Documentation
Virtuoso Visualization and Analysis XL SKILL Reference
Product Version IC23.1, November 2023

calSetCurrentTest

calSetCurrentTest(
t_testName
)
=> nil

Description

Specifies the name of the test that you want to set as the current test in the Calculator. When an access function, such as vt, is used from the Calculator, it displays the schematic associated with the current test.

If the Test Selection Toolbar command is selected, the available tests are displayed in a drop-down list in the Calculator. You can also use this drop-down list to change the current test.

Arguments

t_testName

Name of the test to be set as the current test.

Value Returned

t

The specified test is set as the current test in the Calculator.

nil

The specified test cannot be set as the current test because of an error.

Examples

The following example sets the current test to RJ_pss_pnoise_trannoise in the Calculator.

calSetCurrentTest("RJ_pss_pnoise_trannoise")
=> nil


Return to top
 ⠀
X