API Help
Eplan.EplApi.DataModel Namespace / PlcIO Class / PlcCpu Property

In This Topic
    PlcCpu Property
    In This Topic
    Returns the PlcIOEntry's CPU ID.
    Syntax
    public string PlcCpu {get; set;}
    public:
    property String^ PlcCpu {
       String^ get();
       void set (    String^ value);
    }
    See Also