Eplan Platform API
Eplan.EplApi.DataModel Namespace / Function Class / HasPotentialSeparated Property

In This Topic
    HasPotentialSeparated Property
    In This Topic
    Gets/Sets, if the function separates potentials.
    Syntax
    public bool HasPotentialSeparated {get; set;}
    public:
    property bool HasPotentialSeparated {
       bool get();
       void set (    bool value);
    }

    Property Value

    true : Function separates potentials

    false : Function does not separate potentials

    Exceptions
    ExceptionDescription
    Thrown when the information cannot be retrieved from data model.
    Thrown when the property cannot be set.
    Remarks
    Property can be set only for Functions having Pins. For example ConnectionDefinitionPoint is excluded.
    See Also