multFunc

multFunc

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

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

multFunc Parameters

STFunc (block)

One of the functions to be multiplied.

Example multFunc Block

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