NoScalars()

The NoScalars() function allows you to suppresses generation of scalar measurements for the 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:

NoScalars(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

After the simulation completes, DVM skips the scalar generation for the specified source or load designator.

Valid NoScalar() function calls include the following:

  • NoScalars(OUTPUT:1)
  • NoScalars(INPUT:1)
  • NoScalars(V2)
  • NoScalars(I1)