Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / SegmentTemplatePropertyList Class / FUNC_ARTICLE_TORQUE_MAX_ Property / FUNC_ARTICLE_TORQUE_MAX_(Int32) Property

In This Topic
    FUNC_ARTICLE_TORQUE_MAX_(Int32) Property
    In This Topic
    Torque, max. # 26254.
    Syntax
    public PropertyValue FUNC_ARTICLE_TORQUE_MAX_( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_TORQUE_MAX_ {
       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 50.

    Maximum mechanically permissible torque that the motor can output to the output shaft.

    See Also