Eplan Platform API
Eplan.EplApi.DataModel.Planning Namespace / PlanningSegmentPropertyList Class / FUNC_ARTICLE_MEASURING_ACCURACY Property / FUNC_ARTICLE_MEASURING_ACCURACY(Int32) Property

In This Topic
    FUNC_ARTICLE_MEASURING_ACCURACY(Int32) Property
    In This Topic
    Measurement accuracy # 26459.
    Syntax
    public PropertyValue FUNC_ARTICLE_MEASURING_ACCURACY( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_ARTICLE_MEASURING_ACCURACY {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type Eplan.EplApi.Base.MultiLangString.
    Remarks

    Property is indexed. Possible indexes are from 1 to 50.

    Degree of similarity between the result of a measurement and a true value of the quantity to be measured. Example: Digital multimeters often have an accuracy of ±0.5% to ±1% of the measured value. Pressure sensors often have an accuracy of ±0.1% to ±1% of the full scale range.

    See Also