API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_PLCCOMMUNICATIONENTITY_BUSSYSTEM Property / FUNC_PLCCOMMUNICATIONENTITY_BUSSYSTEM Property

In This Topic
    FUNC_PLCCOMMUNICATIONENTITY_BUSSYSTEM Property
    In This Topic
    Bus system (do not use anymore) # 20109.
    Syntax
    public PropertyValue FUNC_PLCCOMMUNICATIONENTITY_BUSSYSTEM {get; set;}
    public:
    property PropertyValue^ FUNC_PLCCOMMUNICATIONENTITY_BUSSYSTEM {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    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. Type of bus system to which a communication unit is assigned as a bus node. Using the index, you can differentiate between up to 10 bus systems.

    See Also