SynchronousGeneratorLV
Low-voltage synchronous generator with control mode modeling.
Supports distributed generation analysis with configurable voltage or power factor control modes, reactive power limits, and transient impedance parameters for LV network studies.
Inherits from: ExtrasNotesMixin, HasPresentationsMixin
Import
python
from pyptp.elements.lv import SynchronousGeneratorLVProperties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
general | General | Yes | - | |
presentations | list[ElementPresentation] | Yes | - | |
type | SynchronousGeneratorType | Yes | - | |
extras | list[Extra] | No | [] | |
notes | list[Note] | No | [] |
General
Core electrical and operational properties for LV synchronous generators.
Encompasses connection node, power reference, control mode settings, and type reference for linking to machine specifications.
| 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.8 | |
control_sort | str | No | "" | |
cos_ref | float | No | 0.95 | |
uref | float | No | 0 | |
profile | Guid | No | UUID(...) | |
type | str | No | "" |
SynchronousGeneratorType
Electrical specifications for synchronous generator modeling.
Defines rated voltage, apparent power, power factor, reactive power limits, and transient impedance parameters for accurate analysis.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
unom | float | int | No | 0 | |
snom | float | int | No | 0 | |
cos_nom | float | int | No | 0 | |
q_min | float | int | No | 0 | |
q_max | float | int | No | 0 | |
rg | float | int | No | 0 | |
xd2sat | float | int | No | 0 |