Eplan Platform API
Eplan.EplApi.DataModel Namespace / ArticlePropertyList Class / ARTICLE_POWER_FACTOR Property / ARTICLE_POWER_FACTOR Property

In This Topic
    ARTICLE_POWER_FACTOR Property
    In This Topic
    Power factor (cos phi) # 26657.
    Syntax
    public PropertyValue ARTICLE_POWER_FACTOR {get; set;}
    public:
    property PropertyValue^ ARTICLE_POWER_FACTOR {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Double.
    Remarks

    In electrical alternating current technology, the power factor is defined as the ratio of the active power to the apparent power. The power factor can lie between 0 and 1.

    See Also