API Help
Eplan.EplApi.DataModel Namespace / MergedArticleReferencePropertyList Class / ARTICLE_SAFETYRELATED_SILCL Property / ARTICLE_SAFETYRELATED_SILCL(Int32) Property

In This Topic
    ARTICLE_SAFETYRELATED_SILCL(Int32) Property
    In This Topic
    Safety-related values: SIL CL # 40330. This property isn't indexed.
    Syntax
    public PropertyValue ARTICLE_SAFETYRELATED_SILCL( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ ARTICLE_SAFETYRELATED_SILCL {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.String.
    Remarks

    SIL limit (short for "Safety Integrity Level Claim Limit"). The safety integrity level SIL (short for "Safety Integrity Level") specifies the requirements of the safety functions of a control system. Level 1 denotes the lowest requirements; Level 4 the highest. The SIL limit is the maximum SIL required for a subsystem.

    See Also