sumFunc

sumFunc

Works with VSimBase, VSimEM, VSimPD, VSimPA, and VSimVE licenses.

Defines a function that is a sum of one or more other functions.

sumFunc Parameters

STFunc (block)

One of the functions to be summed.

Example sumFunc Block

<STFunc sourceFunc>
  kind = sumFunc
  <STFunc func1>
    kind = expression
    expression = x
  </STFunc>
  <STFunc func2>
    kind = expression
    expression = y
  </STFunc>
</STFunc>