In section 6.3 Using Jumpers, you modified the schematic with a jumper symbol, thereby setting the output voltage to 600mV. As a result, the test failed to meet specifications because the output voltage was considerably out-of-range. For cases like this, DVM has an option to disable specification checking using the NoSpecs() function.
This function takes a single argument that is the reference designator for the specification that you want to suppress.
Valid NoSpecs() function calls include the following:
To add the three Suppress functions, NoCurves(), NoScalars(), and NoSpecs(), follow these steps:
*** | ||||||||
---|---|---|---|---|---|---|---|---|
*** 6.4.3_nocurves_noscalars_nospecs.testplan: nocurves, noscalars, nospecs testplan for DVM tutorial section 6.4.3 | ||||||||
*** | ||||||||
*?@ Analysis | Objective | Jumper | Suppress | Suppress | Suppress | Source | Load | Label |
*** | ||||||||
Ac | BodePlot(OUTPUT:1) | Close(J1) | Source(INPUT:1, Nominal) | Load(OUTPUT:1, Light) | VOUT=1.505V|Bode Plot|Vin Nominal|Light Load | |||
Ac | BodePlot(OUTPUT:1) | Close(J1) | Source(INPUT:1, Nominal) | Load(OUTPUT:1, 50%) | VOUT=1.505V|Bode Plot|Vin Nominal|50% Load | |||
Ac | BodePlot(OUTPUT:1) | Close(J1) | Source(INPUT:1, Nominal) | Load(OUTPUT:1, 100%) | VOUT=1.505V|Bode Plot|Vin Nominal|100% Load | |||
*** | ||||||||
***these tests are retained from the original 6.3_jumpers.testplan | ||||||||
*** | ||||||||
*** | ||||||||
Ac | BodePlot(OUTPUT:1) | Open(J1) | Source(INPUT:1, Maximum) | Load(OUTPUT:1, Light) | VOUT=0.6V|Bode Plot|Vin Maximum|Light Load | |||
Ac | BodePlot(OUTPUT:1) | Open(J1) | Source(INPUT:1, Maximum) | Load(OUTPUT:1, 50%) | VOUT=0.6V|Bode Plot|Vin Maximum|50% Load | |||
Ac | BodePlot(OUTPUT:1) | Open(J1) | Source(INPUT:1, Maximum) | Load(OUTPUT:1, 100%) | VOUT=0.6V|Bode Plot|Vin Maximum|100% Load | |||
*** | ||||||||
***these tests have our new nocurves, noscalars, and nospecs function calls | ||||||||
*** | ||||||||
Ac | BodePlot(OUTPUT:1) | Open(J1) | NoCurves(DVM ILOAD) | NoScalars(INPUT:1) | NoSpecs(OUTPUT:1) | Source(INPUT:1, Maximum) | Load(OUTPUT:1, Light) | VOUT=0.6V w NoCurves NoScalars NoSpecs|Bode Plot|Vin Maximum|Light Load |
Ac | BodePlot(OUTPUT:1) | Open(J1) | NoCurves(DVM ILOAD) | NoScalars(INPUT:1) | NoSpecs(OUTPUT:1) | Source(INPUT:1, Maximum) | Load(OUTPUT:1, 50%) | VOUT=0.6V w NoCurves NoScalars NoSpecs|Bode Plot|Vin Maximum|50% Load |
Ac | BodePlot(OUTPUT:1) | Open(J1) | NoCurves(DVM ILOAD) | NoScalars(INPUT:1) | NoSpecs(OUTPUT:1) | Source(INPUT:1, Maximum) | Load(OUTPUT:1, 100%) | VOUT=0.6V w NoCurves NoScalars NoSpecs|Bode Plot|Vin Maximum|100% Load |
To generate reports from this test plan, follow these steps: