Skip to content

motor.isMachineRSRSR()

Description

true if the machine type is RSRSR.

Syntax

JS
motor.isMachineRSRSR() -> Boolean

Return value

Type Description
Boolean true if the machine type is RSRSR.

Example

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

See Also

Motor

Last update: 14 August 2025, 18:47