In order to cancel stator reluctance harmonics and keep rotor reluctance harmonics, one can put :
Input.Simu.is_slotS = 0;
Input.Simu.is_slotR = 1;
In order to keep stator field harmonics only :
Input.Simu.is_slotS = 1;
Input.Simu.is_slotR = 0;
One can first check the effect of the command on the permeance using plot_Per_space and then on the sound pressure level with plot_VS_ASPL_overall.
Use cases of this feature can be found in the tutorial section.