soft4pes.model.machine.base_machine#
Base values for a machine.
Classes#
Base values for a machine. |
Module Contents#
- class soft4pes.model.machine.base_machine.BaseMachine(Vm_R_SI, Im_R_SI, fm_R_SI, npp, pf)[source]#
Base values for a machine.
The class computes the base values for a machine based on the rated values.
- Parameters:
Vm_R_SI (float) – Rated voltage of the machine [V] (line-to-line rms voltage).
Im_R_SI (float) – Rated current of the machine [A] (line rms current).
fm_R_SI (float) – Rated frequency [Hz].
npp (int) – Number of pole pairs.
pf (float) – Power factor.