fieldVectorReader

fieldVectorReader

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

Fill entries of a single Field from values in a vector. A range of component indices from that field may be filled from the vector.

fieldVectorReader Parameters

minDim (integer, required)

If NDIM < minDim, the reader will not be used to fill the field.

component (integer, required if componentBounds not specified)

If a single-component fill, the component over which this reader 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 reader operates. The number of components is set by the updater, and valid component indices are in the range [0, numberUpdaterComponents).

writeFields (string, required)

The names of the fields whose values will be filled from the vector. If multiple fields are given, only the first is used.

writeComponent (integer, required if writeComponentBounds not specified)

The component index of the field being written.

writeComponentBounds (integer vector, required if writeComponent not specified)

The range of component indices of the field being written.

scaling (real, default = 1.0)

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