Eplan Platform API
Eplan.EplApi.DataModel Namespace / FunctionPropertyList Class / INTRINSICSAFETY Property / INTRINSICSAFETY Property

In This Topic
    INTRINSICSAFETY Property
    In This Topic
    Intrinsically safe # 31030.
    Syntax
    public PropertyValue INTRINSICSAFETY {get; set;}
    public:
    property PropertyValue^ INTRINSICSAFETY {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    Functions, connections, and connection definition points are defined as intrinsically safe using this property. The intrinsic safety at the function forces intrinsic safety at the associated connection points for which intrinsic safety is possible.

    See Also