stFuncVectorWriter

stFuncVectorWriter

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

Fill vector entries via evaluation of a STFunc Block.

stFuncVectorWriter Parameters

minDim(integer, required)

If NDIM < minDim, the writer will not be used to fill the vector.

component (integer, required if componentBounds not specified)

If a single-component fill, the component over which this writer operates. The number of components is set by the updater, and valid component indices are in the range [0, numberUpdaterComponents).

componentBounds (integer vector, required if component not specified)

The component range over which this writer operates. The number of components is set by the updater, and valid component indices are in the range [0, numberUpdaterComponents).

STFunc (code block, required)

The STFunc Block whose value at each point in space will be entered into the vector.

scaling (real, default = 1.0)

A factor for scaling all function values that are written to the vector.