Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_ELECTRICAL_INTERFACE Property / ARTICLE_ELECTRICAL_INTERFACE Property

In This Topic
    ARTICLE_ELECTRICAL_INTERFACE Property
    In This Topic
    Electrical interface # 26036.
    Syntax
    public MDPropertyValue ARTICLE_ELECTRICAL_INTERFACE {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_ELECTRICAL_INTERFACE {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    Describes the properties of the electrical interface which are used to make the process data available in the form of a measurement signal or a data protocol. Example: For a plug, the specific features such as number of poles, nominal voltage, nominal current and plug type describe the properties of this interface.

    See Also