API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_PLC_BUS_INTERFACENAME Property / FUNC_PLC_BUS_INTERFACENAME(Int32) Property

In This Topic
    FUNC_PLC_BUS_INTERFACENAME(Int32) Property
    In This Topic
    Bus interface: Name # 20447. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLC_BUS_INTERFACENAME( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLC_BUS_INTERFACENAME {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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