mcb.PMSMRatedTorque
Syntax
Description
returns the rated torque for a permanent magnet synchronous motor (PMSM) with parameters
rated_torque = mcb.PMSMRatedTorque(pmsm)pmsm. For this syntax, the function uses inverter.V_dc =
100.
returns the rated torque for a PMSM with parameters rated_torque = mcb.PMSMRatedTorque(pmsm,inverter)pmsm and inverter
with parameters inverter.
[
also returns an array of milestone speeds. You can use this syntax with any of the previous
input argument combinations.rated_torque,speeds] = mcb.PMSMRatedTorque(___)
[
also returns the arrays of currents at the milestone speeds. You can use this syntax with
any of the previous input argument combinations.rated_torque,speeds,idcurrent,iqcurrent] = mcb.PMSMRatedTorque(___)