fieldAtCoords
Works with VSimBase, VSimEM, VSimPD, VSimPA, and VSimMD licenses.
Indicates point at which to record NDIM . Describes where in the system the data is to be taken (i.e. the physical coordinate, measured in meters) by using the position (float vector) parameter. Use with the following parameters:
field (string, required)
Indicates the field for a History kind that reports data for a single field.
position (float vector, required)
Specify a physical coordinate where the field value is recorded.
components (integer vector, optional)
Specify which components of the field are recorded. If not specified, all available components of the field are written out.
<History fieldAtCoords>
kind = fieldAtCoords
field = myField.testField
position = [0.5 0.5 0.5]
components = [0 1 2]
</History>
addFieldAtCoordHist(name,fieldName,comp,px,py,pz)