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

In This Topic
    FUNC_ARTICLE_TORQUE_AT_MAX_SPEED(Int32) Property
    In This Topic
    Torque (at max. rotation speed) # 26250.
    Syntax
    public PropertyValue FUNC_ARTICLE_TORQUE_AT_MAX_SPEED( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_TORQUE_AT_MAX_SPEED {
       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.

    Torque at the maximum permissible output speed of the drive engine.

    See Also