Skip to content

motor.isMachineRSR()

Description

true if the machine is RSR.

Syntax

JS
motor.isMachineRSR() -> Boolean

Return value

Type Description
Boolean true if the type of machine is RSR.

Example

JS
let result = motor.isMachineRSR()
console.info(result)

See also

Motor

Last update: 14 August 2025, 18:47