speciesDiag
Works with VSimBase, VSimEM, VSimPD, VSimPA, and VSimVE licenses.
Indicates VSim should calculate average quantities for a particular species in the entire simulation domain.
speciesDiag Parameters
- diagVar (string vector, required)
- Quantities to average. Options are: - aveX, aveY, aveZ (average x, y, and z position) - aveVx, aveVy, aveVz (average x, y, and z velocity) - aveEng (average energy) - numInBandN (number of electrons in conduction band N, where N = 0, 1, or 2) 
speciesDiag Particle Species History Example
<History speciesDiag>
    kind = speciesDiag
    diagVar = [aveEng aveVx aveVy aveVz aveX aveY aveZ numInBand0 numInBand1 numInBand2]
    species = [electrons]
</History>