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

In This Topic
    FUNC_PLCCOMMUNICATIONENTITY_THISMASTER(Int32) Property
    In This Topic
    Bus master / Bus coupler (do not use anymore) # 20136.
    Syntax
    public PropertyValue FUNC_PLCCOMMUNICATIONENTITY_THISMASTER( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCCOMMUNICATIONENTITY_THISMASTER {
       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 10.

    This property is no longer in use and only taken into consideration in old projects. When a communications unit is a bus master or bus coupler, enter the name of the bus master or coupler here. Using the index, you can differentiate up to 10 names. The property is populated with the values that are entered on the "bus data" tab of the property dialog.

    See Also