historyAsSTFunc

historyAsSTFunc

Works with VSimPD and VSimVE licenses.

Function that pulls its values from any history. The history must be single valued (i.e. current).

historyAsSTFunc Parameters

kind

For STFunc, must be set to historyAsSTFunc.

history

Points to the history being used.

addToValue

A value which is added to this history, before being multiplied by expression. Default 0.0.

expression

For any space time function, this value will be used to adjust the measured quantity. addToValue and history are added and then multiplied by the value of expression to produce the value of STFunc.

Example historyAsSTFunc Block

<STFunc currentDensityFunc>
  kind = historyAsSTFunc
  history = feedbackTopWallCurrent
  expression = $ 1.0 / TOP_WALL_AREA $
</STFunc>