The NoSpecs() function allows you to disable specification checking
on specified source or load reference designator.
This function takes a single argument that is the reference designator of the source or
load for the scalar that you want to suppress. The syntax is as follows:
NoSpecs(REF)
The refdes argument can be either of
the following:
- A reference designator of a DVM source or load, such as V2 or I1
- A symbolic reference designator, such as OUTPUT:n or INPUT:n
Valid NoSpecs() function calls include the following:
-
NoSpecs(OUTPUT:1)
-
NoSpecs(I1)