- speciesRmsPosition
speciesRmsPosition
Works with any VSim license.
Calculate the average RMS position for all the particles in a species.
speciesRmsPosition Parameters
- species (string vector, required)
- The name of the species use in the calculation. 
- components (integer, required)
- A vector of components of average RMS position that should be recorded 
speciesRmsPosition History Example
<History rmsPositions>
  kind = speciesRmsPosition
  species = [electrons]
  components = [0 1 2]
</History>