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

In This Topic
    FUNC_PLCMASTER(Int32) Property
    In This Topic
    Logical network: Name # 20414. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PLCMASTER( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PLCMASTER {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    Name of the bus master or bus coupler to which the bus port belongs. This entry designates the logical network and must be unique within a bundle / network.

    See Also