Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList 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 MDPropertyValue ARTICLE_POWER_FACTOR {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_POWER_FACTOR {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ 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