inverseFunc

inverseFunc

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

Defines a function that is an inverse of another function.

inverseFunc Parameters

STFunc (block)

The function to be inverted. Must be a named function.

Example inverseFunc Block

<STFunc sourceFunc>
  kind = inverseFunc
  <STFunc function>
    kind = expression
    expression = ((x+0.5*LX)*(y+0.5*LY))^2
  </STFunc>
</STFunc>