Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_ARTICLE_MAX_RATED_CURRENT Property / FUNC_ARTICLE_MAX_RATED_CURRENT(Int32) Property

In This Topic
    FUNC_ARTICLE_MAX_RATED_CURRENT(Int32) Property
    In This Topic
    Nominal current, max. # 26501.
    Syntax
    public PropertyValue FUNC_ARTICLE_MAX_RATED_CURRENT( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_MAX_RATED_CURRENT {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Property is indexed. Possible indexes are from 1 to 50.

    Maximum permissible current that an electrical device or a plant can carry continuously without overheating or damage occurring. This value is, among other things, decisive for the dimensioning of items and fuses.

    See Also