AsynchronousGeneratorLV
Asynchronous generator element for low-voltage network modeling.
Supports distributed generation with asynchronous machine characteristics including multi-point power factor curves and starting current modeling for accurate LV network power flow analysis.
Inherits from: ExtrasNotesMixin, HasPresentationsMixin
Import
from pyptp.elements.lv import AsynchronousGeneratorLVProperties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
general | General | Yes | - | |
presentations | list[ElementPresentation] | Yes | - | |
type | pyptp.elements.lv.async_generator.AsynchronousGeneratorLV.AsynchronousGeneratorType | None | No | None | |
extras | list[Extra] | No | [] | |
notes | list[Note] | No | [] |
AsynchronousGeneratorType
Electrical machine parameters for asynchronous generator modeling.
Defines nominal ratings, impedance characteristics, and multi-point power factor curves.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
unom | float | No | 0.0 | |
pnom | float | No | 0.0 | |
r_x | float | No | 0.0 | |
istart_inom | float | No | 0.0 | |
poles | int | No | 0 | |
rpm_nom | float | No | 0.0 | |
critical_torque | float | No | 0.0 | |
cos_nom | float | No | 0.0 | |
p2 | float | No | 0.0 | |
cos2 | float | No | 0.0 | |
p3 | float | No | 0.0 | |
cos3 | float | No | 0.0 | |
p4 | float | No | 0.0 | |
cos4 | float | No | 0.0 | |
p5 | float | No | 0.0 | |
cos5 | float | No | 0.0 |
General
Core electrical properties for asynchronous generator configuration.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
node | Guid | No | NIL_GUID | |
guid | Guid | No | (auto UUID) | |
creation_time | float | int | No | 0 | |
mutation_date | int | No | 0 | |
revision_date | float | int | No | 0.0 | |
name | str | No | "" | |
s_L1 | bool | No | True | |
s_L2 | bool | No | True | |
s_L3 | bool | No | True | |
s_N | bool | No | True | |
field_name | str | No | "" | |
pref | float | No | 0 | |
profile | Guid | No | UUID(...) | |
type | str | No | "" |
Referenced Types
General
Core electrical properties for asynchronous generator configuration.
Defined in pyptp.elements.lv.async_generator
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
node | Guid | No | NIL_GUID | |
guid | Guid | No | (auto UUID) | |
creation_time | float | int | No | 0 | |
mutation_date | int | No | 0 | |
revision_date | float | int | No | 0.0 | |
name | str | No | "" | |
s_L1 | bool | No | True | |
s_L2 | bool | No | True | |
s_L3 | bool | No | True | |
s_N | bool | No | True | |
field_name | str | No | "" | |
pref | float | No | 0 | |
profile | Guid | No | UUID(...) | |
type | str | No | "" |
AsynchronousGeneratorType
Electrical machine parameters for asynchronous generator modeling.
Defines nominal ratings, impedance characteristics, and multi-point power factor curves.
Defined in pyptp.elements.lv.async_generator
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
unom | float | No | 0.0 | |
pnom | float | No | 0.0 | |
r_x | float | No | 0.0 | |
istart_inom | float | No | 0.0 | |
poles | int | No | 0 | |
rpm_nom | float | No | 0.0 | |
critical_torque | float | No | 0.0 | |
cos_nom | float | No | 0.0 | |
p2 | float | No | 0.0 | |
cos2 | float | No | 0.0 | |
p3 | float | No | 0.0 | |
cos3 | float | No | 0.0 | |
p4 | float | No | 0.0 | |
cos4 | float | No | 0.0 | |
p5 | float | No | 0.0 | |
cos5 | float | No | 0.0 |