Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_PLC_BUS_INTERFACENAME Property / FUNC_PLC_BUS_INTERFACENAME Property

In This Topic
    FUNC_PLC_BUS_INTERFACENAME Property
    In This Topic
    Bus interface: Name # 20447.
    Syntax
    public PropertyValue FUNC_PLC_BUS_INTERFACENAME {get; set;}
    public:
    property PropertyValue^ FUNC_PLC_BUS_INTERFACENAME {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    The bus interface name serves to group bus ports for the export of Ethernet-based bus systems. Associated bus ports are combined into a logical unit via this name.

    See Also