|
Motion Master 6.0.0-alpha.86
Next-generation motion control software
|
What phase inductance measurement (command 9) measured. More...
#include <somanet_drive.h>
Public Member Functions | |
| std::string | describe () const |
| One line describing the measurement, ready to put in front of a user. | |
Public Attributes | |
| uint32_t | microhenries = 0 |
| Phase inductance in µH, exactly as the drive reported it. | |
What phase inductance measurement (command 9) measured.
Microhenries as the drive reported them, for the same reason PhaseResistanceResult keeps milliohms: the unit belongs in the member name, not in a conversion that would invent precision.
The one winding measurement whose unit matches its object: 0x2003:04 is µH too, so unlike the resistance and the torque constant this value is stored exactly as measured.
| std::string mm::node::PhaseInductanceResult::describe | ( | ) | const |
One line describing the measurement, ready to put in front of a user.
| uint32_t mm::node::PhaseInductanceResult::microhenries = 0 |
Phase inductance in µH, exactly as the drive reported it.