Class GooseControlBlock


public class GooseControlBlock extends ControlBlock
A representation of the model object GooseControlBlock.

The following features are supported:

  • appID
  • Name
  • dataSetRef
  • Desc
  • Refers To confRev
  • Refers To list of IEDName ot TClientLN
  • Refers To security Enable
  • Refers To fixedOffs
  • Refers To Protocol
See Also:
  • Constructor Details

    • GooseControlBlock

      public GooseControlBlock(TGSEControl tgseControl)
      Constructor
      Parameters:
      tgseControl - input
    • GooseControlBlock

      public GooseControlBlock(String name, String id, String dataSetRef)
      Create GooseControlBlock with default values
      Parameters:
      name - name of the GooseControlBlock
      id - appId of the GooseControlBlock
      dataSetRef - datSet of the GooseControlBlock
  • Method Details