API Help
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / FUNC_PRESSURESTANDARD Property / FUNC_PRESSURESTANDARD(Int32) Property

In This Topic
    FUNC_PRESSURESTANDARD(Int32) Property
    In This Topic
    Pressure level # 20330. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_PRESSURESTANDARD( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_PRESSURESTANDARD {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    The nominal pressure of a pipe system specifies a reference value. The designation PN ("Pressure Nominal") is used, followed by a whole number without dimensions that indicates the design pressure in bar at room temperature (20° C). The permissible pressure is correspondingly smaller at higher temperatures, depending on the permissible material characteristics (yield point).

    See Also