PVMV
Represents a PV (MV).
Inherits from: ExtrasNotesMixin, HasPresentationsMixin
Import
python
from pyptp.elements.mv import PVMVProperties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
general | General | Yes | - | |
presentations | list[ElementPresentation] | Yes | - | |
inverter | Inverter | Yes | - | |
efficiency_type | EfficiencyType | None | No | None | |
harmonics_type | HarmonicsType | None | No | None | |
q_control | QControl | None | No | None | |
pu_control | PUControl | None | No | None | |
pf_control | PFControl | None | No | None | |
pi_control | PIControl | None | No | None | |
inverter_efficiency | EfficiencyType | None | No | None | |
restrictions | Capacity | None | No | None | |
extras | list[Extra] | No | [] | |
notes | list[Note] | No | [] |
Capacity
Capacity.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
sort | str | No | "" | |
begin_date | int | No | 0 | |
end_date | int | No | 0 | |
begin_time | float | No | 0.0 | |
end_time | float | No | 0.0 | |
p_max | float | No | 0.0 |
General
General properties for a PV.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
node | Guid | NoneType | No | None | |
guid | Guid | No | (auto UUID) | |
creation_time | float | int | No | 0 | |
mutation_date | int | No | 0 | |
revision_date | float | int | No | 0.0 | |
variant | bool | No | False | |
name | str | No | "" | |
switch_state | int | No | 0 | |
field_name | str | No | "" | |
failure_frequency | float | No | 0.0 | |
repair_duration | float | No | 0.0 | |
maintenance_frequency | float | No | 0.0 | |
maintenance_duration | float | No | 0.0 | |
maintenance_cancel_duration | float | No | 0.0 | |
not_preferred | bool | No | False | |
scaling | float | No | 1000.0 | |
profile | Guid | No | UUID(...) | |
longitude | float | No | 52.0 | |
latitude | float | No | 5.0 | |
panel1_pnom | float | No | 0.0 | |
panel1_orientation | float | No | 180.0 | |
panel1_slope | float | No | 30.0 | |
panel2_pnom | float | No | 0.0 | |
panel2_orientation | float | No | 180.0 | |
panel2_slope | float | No | 30.0 | |
panel3_pnom | float | No | 0.0 | |
panel3_orientation | float | No | 180.0 | |
panel3_slope | float | No | 30.0 | |
harmonics_type | str | No | "" |
Inverter
PV inverter.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
snom | float | No | 12.5 | |
unom | float | No | 0.0 | |
ik_inom | float | No | 1.0 | |
efficiency_type | str | No | "" | |
u_off | float | No | 0.0 |
PFControl
Power(frequency) control.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
input1 | float | No | 0.0 | |
output1 | float | No | 0.0 | |
input2 | float | No | 0.0 | |
output2 | float | No | 0.0 | |
input3 | float | No | 0.0 | |
output3 | float | No | 0.0 | |
input4 | float | No | 0.0 | |
output4 | float | No | 0.0 | |
input5 | float | No | 0.0 | |
output5 | float | No | 0.0 |
PIControl
Power(current) control.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
input1 | float | No | 1.0 | |
output1 | float | No | 0.0 | |
input2 | float | No | 0.0 | |
output2 | float | No | 0.0 | |
input3 | float | No | 0.0 | |
output3 | float | No | 0.0 | |
input4 | float | No | 0.0 | |
output4 | float | No | 0.0 | |
input5 | float | No | 0.0 | |
output5 | float | No | 0.0 | |
measure_field1 | str | No | "" | |
measure_field2 | str | No | "" | |
measure_field3 | str | No | "" |
PUControl
Power(voltage) control.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
input1 | float | No | 0.0 | |
output1 | float | No | 0.0 | |
input2 | float | No | 0.0 | |
output2 | float | No | 0.0 | |
input3 | float | No | 0.0 | |
output3 | float | No | 0.0 | |
input4 | float | No | 0.0 | |
output4 | float | No | 0.0 | |
input5 | float | No | 0.0 | |
output5 | float | No | 0.0 |
Referenced Types
HarmonicsType
Shared Harmonics type for LV and MV elements.
Defined in pyptp.elements.lv.shared
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
h | list[float] | None | No | (factory) | |
angle | list[float] | None | No | (factory) |