Skip to content

motor.isMachineSR()

Description

true if the type of machine SR.

Syntax

JS
motor.isMachineSR() -> Boolean

Return value

Type Description
Boolean true if the type of machine SR.

Example

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

See Also

Motor

Last update: 14 August 2025, 18:47