RMP Motion Controller
10.7.1
APIs
, concepts, guides, and more
Community
Support
Contact
◆
MotorTypeGet()
RSIMotorType
MotorTypeGet
(
)
Description:
MotorTypeGet returns the motor type.
Returns
(::RSIMotorType) Motor Type.
Sample Code:
if
(axis->MotorTypeGet() ==
RSIMotorTypeSERVO
) {
printf(
"This is a servo motor\n"
);
}
RSI::RapidCode::RSIMotorType::RSIMotorTypeSERVO
@ RSIMotorTypeSERVO
Servo motor.
Definition
rsienums.h:1312
See also
MotorTypeSet
Examples
_helpers.cs
.
RSI
RapidCode
Axis
Generated by
1.15.0