Eplan Platform API
Eplan.EplApi.DataModel.EObjects Namespace / Terminal Class / PLC Property

In This Topic
    PLC Property (Terminal)
    In This Topic
    Returns PLC the Terminal belongs to.
    Syntax
    public PLC PLC {get;}
    public:
    property PLC^ PLC {
       PLC^ get();
    }
    Exceptions
    ExceptionDescription
    The PLC for this Terminal cannot be found.
    Thrown when the terminal is not related to PLC, but to a TerminalStrip
    See Also