motor.isMachineRSR()¶ Description¶ true if the machine is RSR. Syntax¶ JSmotor.isMachineRSR() -> Boolean Return value¶ Type Description Boolean true if the type of machine is RSR. Example¶ JS1 2let result = motor.isMachineRSR() console.info(result) See also Motor Last update: 14 August 2025, 18:47