Skip to content

item()

Description

Description of the method type.

Syntax

JS
item(itemID: Number) -> StatorItem

Parameters

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

Return value

Type Description
StatorItem Object of type StatorItem.

Example

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

See Also

Last update: 14 August 2025, 18:47