Skip to content

isOrientationUpperLower()

Description

true if the double layer winding orientation is set to Top/Bottom.

Syntax

JS
isOrientationUpperLower() -> Boolean

Return value

Type Description
Boolean true, if the double layer winding orientation is set to Top/Bottom.

Example

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