Description
Selecting the connection method for windings.
Syntax
JSQtWidgets.createWindingConnectionComboBox(parent: widget = null) -> WindingConnectionComboBox
 
Parameters
| Parameter | Type | Default Value | Mandatory | Description | 
| parent | widget | null | No | The parent widget to which the created WindingConnectionComboBoxbelongs. If not specified, the widget is created without a parent. | 
Return value
| Type | Description | 
| WindingConnectionComboBox | A new WindingConnectionComboBoxobject. | 
Example
| JS | 
|---|
|  | let result = QtWidgets.createWindingConnectionComboBox()
console.info(result)
 |