Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNC_TERMINAL_SWITCHABLE_JUMPER_EXTERN Property / FUNC_TERMINAL_SWITCHABLE_JUMPER_EXTERN Property

In This Topic
    FUNC_TERMINAL_SWITCHABLE_JUMPER_EXTERN Property
    In This Topic
    Switching jumper (external) # 20292.
    Syntax
    public PropertyValue FUNC_TERMINAL_SWITCHABLE_JUMPER_EXTERN {get; set;}
    public:
    property PropertyValue^ FUNC_TERMINAL_SWITCHABLE_JUMPER_EXTERN {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Shows the state of the switching jumper on the external side of the terminal:

    0 = None,

    1 = Open,

    2 = Closed.

    The "Closed" setting affects the logic (connections, potentials, etc.). If this setting has been selected for a terminal, a switching jumper connection to the next terminal will be created. The "Open" setting does not affect the logic; it only serves to recognize the switching state.

    See Also