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
Value Returned
|
The specified test is set as the current test in the Calculator. |
|
|
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