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

In This Topic
    FUNC_TERMINAL_SWITCHABLE_JUMPER_INTERN(Int32) Property
    In This Topic
    Switching jumper (internal) # 20291. This property isn't indexed.
    Syntax
    public PropertyValue FUNC_TERMINAL_SWITCHABLE_JUMPER_INTERN( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNC_TERMINAL_SWITCHABLE_JUMPER_INTERN {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type System.Int64.
    Remarks

    Shows the state of the switching jumper on the internal 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