ProfileLV
Low-voltage load profile with time-factor scaling.
Supports time-varying analysis by defining multiplication factors that scale element power values across discrete time periods for quasi-static simulations in LV networks.
Import
from pyptp.elements.lv import ProfileLVProperties
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
general | General | Yes | - | |
type | ProfileType | Yes | - |
General
Core identification properties for LV profiles.
Encompasses GUID, name, and profile type classification.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
guid | Guid | No | (auto UUID) | |
name | str | No | "" | |
profile_type | str | No | "" |
ProfileType
Time-factor sequence for profile-based scaling.
Contains ordered multiplication factors (f1, f2, ...) applied to element power values at corresponding time steps.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
sort | int | No | -3456 | |
f | list[float] | No | [] |
Referenced Types
General
Core identification properties for LV profiles.
Encompasses GUID, name, and profile type classification.
Defined in pyptp.elements.lv.profile
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
guid | Guid | No | (auto UUID) | |
name | str | No | "" | |
profile_type | str | No | "" |
ProfileType
Time-factor sequence for profile-based scaling.
Contains ordered multiplication factors (f1, f2, ...) applied to element power values at corresponding time steps.
Defined in pyptp.elements.lv.profile
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
sort | int | No | -3456 | |
f | list[float] | No | [] |