Skip to content

isOrientationLeftRight()

Description

true, if the winding orientation for a double layer is Left/Right.

Syntax

JS
isOrientationLeftRight() -> Boolean

Return value

Type Description
Boolean true, if for a double layer the winding orientation is Left/Right.

Example

JS
let result = motor.winding.isOrientationLeftRight()
console.info(result)
Last update: 14 August 2025, 18:47