API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNCTION3D_POWERDISSIPATION_SIMULTANEITYFACTOR Property / FUNCTION3D_POWERDISSIPATION_SIMULTANEITYFACTOR(Int32) Property

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

    Parameters

    index

    Property Value

    Returns property value of type System.Double.
    Remarks

    Deviating simultaneity factor for this device compared to the project properties. Is required for calculating the power dissipation.

    See Also