Eplan Platform API
Eplan.EplApi.DataModel Namespace / MergedArticleReferencePropertyList Class / ARTICLE_MEASURING_ACCURACY Property / ARTICLE_MEASURING_ACCURACY Property

In This Topic
    ARTICLE_MEASURING_ACCURACY Property
    In This Topic
    Measurement accuracy # 26458.
    Syntax
    public PropertyValue ARTICLE_MEASURING_ACCURACY {get; set;}
    public:
    property PropertyValue^ ARTICLE_MEASURING_ACCURACY {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

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

    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