API Help
Eplan.EplApi.DataModel Namespace / ProjectPropertyList Class / PROJECT_POWERDISSIPATION_SIMULTANEITYFACTOR Property / PROJECT_POWERDISSIPATION_SIMULTANEITYFACTOR(Int32) Property

In This Topic
    PROJECT_POWERDISSIPATION_SIMULTANEITYFACTOR(Int32) Property
    In This Topic
    Thermal design: Simultaneity factor # 10312. This property isn't indexed.
    Syntax
    public PropertyValue PROJECT_POWERDISSIPATION_SIMULTANEITYFACTOR( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ PROJECT_POWERDISSIPATION_SIMULTANEITYFACTOR {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    Simultaneity factor for calculating the power dissipation. The simultaneity factor is an estimated value that takes into consideration the fact all the devices are never switched on simultaneously at full power in a plant.

    See Also