Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_MEASURING_ACCURACY Property / ARTICLE_MEASURING_ACCURACY Property

In This Topic
    ARTICLE_MEASURING_ACCURACY Property
    In This Topic
    Measurement accuracy # 26458.
    Syntax
    public MDPropertyValue ARTICLE_MEASURING_ACCURACY {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_MEASURING_ACCURACY {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ 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