Skip to content

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

python
from pyptp.elements.lv import ProfileLV

Properties

PropertyTypeRequiredDefaultDescription
generalGeneralYes-
typeProfileTypeYes-

General

Core identification properties for LV profiles.

Encompasses GUID, name, and profile type classification.

PropertyTypeRequiredDefaultDescription
guidGuidNo(auto UUID)
namestrNo""
profile_typestrNo""

ProfileType

Time-factor sequence for profile-based scaling.

Contains ordered multiplication factors (f1, f2, ...) applied to element power values at corresponding time steps.

PropertyTypeRequiredDefaultDescription
sortintNo-3456
flist[float]No[]

Referenced Types

General

Core identification properties for LV profiles.

Encompasses GUID, name, and profile type classification.

Defined in pyptp.elements.lv.profile

PropertyTypeRequiredDefaultDescription
guidGuidNo(auto UUID)
namestrNo""
profile_typestrNo""

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

PropertyTypeRequiredDefaultDescription
sortintNo-3456
flist[float]No[]