export_concept_ev_model#
- MotorCAD.export_concept_ev_model(**kwargs)#
Export efficiency map in concept ev excel format.
This will run an efficiency map calculation in Motor-CAD Lab and export the results for use in ConceptEV. Lab variables such as maximum and minimum speed and current will be changed by this method.
- Parameters:
- Max_speed
int Maximum speed in electromagnetic calculation
- Min_speed
int Minimum speed in electromagnetic calculation
- Speed_step
int Speed increment in electromagnetic calculation
- I_max
float Maximum current (peak or rms based on settings)
- I_min
float Minimum current (peak or rms based on settings)
- I_inc
float Current increment in electromagnetic calculation
- Rotor_current_max: float
Maximum rotor current in electromagnetic calculation (only in Sync machines)
- Op_mode: int
0 Motor, 1 Generator, 2 Motor / Generator mode
- DC_voltage_list: list
List of DC bus voltages
- Max_speed