SolveTypeEnum ISolverData.SolveType { get; }

Gets the type of the current solve.

Remarks

This is useful when there are many solves during analysis and the command snippet must target only one of these solves.
For example a Mechanical Harmonic Response simulation processes in 3 passes: a modal solve, a MSUP Harmonic solve and a MSUP Expansion solve.
If the user checks the SolveType property, he mays activate of deactivate his command snippet callback for one specific solve.