test_Electrical (method)

Toyota_Prius()[source]
class Test_Electrical[source]

Bases: object

test_resistance(Toyota_Prius)[source]

Check that resistance computation is correct

test_DQ_axis_rotor(Toyota_Prius)[source]

Check that the DQ axis are correct for the rotor

test_DQ_axis_stator(Toyota_Prius)[source]

Check that the DQ axis are correct for the stator

test_comp_rot_dir(Toyota_Prius)[source]

Check that the computation of the rot dir is correct

test_comp_rot_dir_reverse_wind(Toyota_Prius)[source]

Check that the computation of the rot dir is correct when reversing the winding

pytestmark = [Mark(name='IPMSM', args=(), kwargs={})]