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

In This Topic
    INTRINSICSAFETY(Int32) Property
    In This Topic
    Intrinsically safe # 31030. This property isn't indexed.
    Syntax
    public PropertyValue INTRINSICSAFETY( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ INTRINSICSAFETY {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    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