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

In This Topic
    FUNC_PLCCOMMUNICATIONENTITY_TRANSMISSIONRATE Property
    In This Topic
    Data transfer rate (do not use anymore) # 20282.
    Syntax
    public PropertyValue FUNC_PLCCOMMUNICATIONENTITY_TRANSMISSIONRATE {get; set;}
    public:
    property PropertyValue^ FUNC_PLCCOMMUNICATIONENTITY_TRANSMISSIONRATE {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    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. The data transfer rate of the bus system (value and unit). Using the index, you can differentiate between up to 10 values.

    See Also