Skip to content

itemAngularDisplacement()

Description

The angular displacement of the stator element in degrees.

Syntax

JS
itemAngularDisplacement(itemID: Number) -> Number

Parameters

Parameter Type Mandatory Description
itemID Number ✅ The identifier of the stator element.

Return value

Type Description
The angular displacement of the stator element in degrees.

Example

JS
1
2
3
let stator = motor.stator
let result = stator.itemAngularDisplacement(StatorItem.ID1)
console.info(result)

See Also

Last update: 14 August 2025, 18:47