generationmodule

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GeneratingUnit

type GeneratingUnit struct {
	// UML inherited base object
	ConductingEquipment *commonmodule.ConductingEquipment `protobuf:"bytes,1,opt,name=conductingEquipment,proto3" json:"conductingEquipment,omitempty"`
	// This is the maximum operating active power limit the dispatcher can enter for this unit.
	MaxOperatingP        *commonmodule.ActivePower `protobuf:"bytes,2,opt,name=maxOperatingP,proto3" json:"maxOperatingP,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

A single or set of synchronous machines for converting mechanical power into alternating-current power. For example, individual machines within a set may be defined for scheduling purposes while a single control signal is derived for the set. In this case there would be a GeneratingUnit for each member of the set and an additional GeneratingUnit corresponding to the set.

func (*GeneratingUnit) Descriptor

func (*GeneratingUnit) Descriptor() ([]byte, []int)

func (*GeneratingUnit) GetConductingEquipment

func (m *GeneratingUnit) GetConductingEquipment() *commonmodule.ConductingEquipment

func (*GeneratingUnit) GetMaxOperatingP

func (m *GeneratingUnit) GetMaxOperatingP() *commonmodule.ActivePower

func (*GeneratingUnit) ProtoMessage

func (*GeneratingUnit) ProtoMessage()

func (*GeneratingUnit) Reset

func (m *GeneratingUnit) Reset()

func (*GeneratingUnit) String

func (m *GeneratingUnit) String() string

func (*GeneratingUnit) XXX_DiscardUnknown

func (m *GeneratingUnit) XXX_DiscardUnknown()

func (*GeneratingUnit) XXX_Marshal

func (m *GeneratingUnit) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GeneratingUnit) XXX_Merge

func (m *GeneratingUnit) XXX_Merge(src proto.Message)

func (*GeneratingUnit) XXX_Size

func (m *GeneratingUnit) XXX_Size() int

func (*GeneratingUnit) XXX_Unmarshal

func (m *GeneratingUnit) XXX_Unmarshal(b []byte) error

type GenerationCSG

type GenerationCSG struct {
	// The array with the points specifying a curve shape.
	CrvPts               []*GenerationPoint `protobuf:"bytes,1,rep,name=crvPts,proto3" json:"crvPts,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

Curve shape setting (FC=SP) (CSG_SP)

func (*GenerationCSG) Descriptor

func (*GenerationCSG) Descriptor() ([]byte, []int)

func (*GenerationCSG) GetCrvPts

func (m *GenerationCSG) GetCrvPts() []*GenerationPoint

func (*GenerationCSG) ProtoMessage

func (*GenerationCSG) ProtoMessage()

func (*GenerationCSG) Reset

func (m *GenerationCSG) Reset()

func (*GenerationCSG) String

func (m *GenerationCSG) String() string

func (*GenerationCSG) XXX_DiscardUnknown

func (m *GenerationCSG) XXX_DiscardUnknown()

func (*GenerationCSG) XXX_Marshal

func (m *GenerationCSG) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenerationCSG) XXX_Merge

func (m *GenerationCSG) XXX_Merge(src proto.Message)

func (*GenerationCSG) XXX_Size

func (m *GenerationCSG) XXX_Size() int

func (*GenerationCSG) XXX_Unmarshal

func (m *GenerationCSG) XXX_Unmarshal(b []byte) error

type GenerationControl

type GenerationControl struct {
	// UML inherited base object
	ControlValue *commonmodule.ControlValue `protobuf:"bytes,1,opt,name=controlValue,proto3" json:"controlValue,omitempty"`
	// MISSING DOCUMENTATION!!!
	Check *commonmodule.CheckConditions `protobuf:"bytes,2,opt,name=check,proto3" json:"check,omitempty"`
	// MISSING DOCUMENTATION!!!
	GenerationControlFSCC *GenerationControlFSCC `protobuf:"bytes,3,opt,name=generationControlFSCC,proto3" json:"generationControlFSCC,omitempty"`
	XXX_NoUnkeyedLiteral  struct{}               `json:"-"`
	XXX_unrecognized      []byte                 `json:"-"`
	XXX_sizecache         int32                  `json:"-"`
}

Generation control

func (*GenerationControl) Descriptor

func (*GenerationControl) Descriptor() ([]byte, []int)

func (*GenerationControl) GetCheck

func (*GenerationControl) GetControlValue

func (m *GenerationControl) GetControlValue() *commonmodule.ControlValue

func (*GenerationControl) GetGenerationControlFSCC

func (m *GenerationControl) GetGenerationControlFSCC() *GenerationControlFSCC

func (*GenerationControl) ProtoMessage

func (*GenerationControl) ProtoMessage()

func (*GenerationControl) Reset

func (m *GenerationControl) Reset()

func (*GenerationControl) String

func (m *GenerationControl) String() string

func (*GenerationControl) XXX_DiscardUnknown

func (m *GenerationControl) XXX_DiscardUnknown()

func (*GenerationControl) XXX_Marshal

func (m *GenerationControl) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenerationControl) XXX_Merge

func (m *GenerationControl) XXX_Merge(src proto.Message)

func (*GenerationControl) XXX_Size

func (m *GenerationControl) XXX_Size() int

func (*GenerationControl) XXX_Unmarshal

func (m *GenerationControl) XXX_Unmarshal(b []byte) error

type GenerationControlFSCC

type GenerationControlFSCC struct {
	// UML inherited base object
	ControlFSCC *commonmodule.ControlFSCC `protobuf:"bytes,1,opt,name=controlFSCC,proto3" json:"controlFSCC,omitempty"`
	// MISSING DOCUMENTATION!!!
	GenerationControlScheduleFSCH *GenerationControlScheduleFSCH `protobuf:"bytes,2,opt,name=GenerationControlScheduleFSCH,proto3" json:"GenerationControlScheduleFSCH,omitempty"`
	XXX_NoUnkeyedLiteral          struct{}                       `json:"-"`
	XXX_unrecognized              []byte                         `json:"-"`
	XXX_sizecache                 int32                          `json:"-"`
}

LN: Schedule controller   Name: FSCC

func (*GenerationControlFSCC) Descriptor

func (*GenerationControlFSCC) Descriptor() ([]byte, []int)

func (*GenerationControlFSCC) GetControlFSCC

func (m *GenerationControlFSCC) GetControlFSCC() *commonmodule.ControlFSCC

func (*GenerationControlFSCC) GetGenerationControlScheduleFSCH

func (m *GenerationControlFSCC) GetGenerationControlScheduleFSCH() *GenerationControlScheduleFSCH

func (*GenerationControlFSCC) ProtoMessage

func (*GenerationControlFSCC) ProtoMessage()

func (*GenerationControlFSCC) Reset

func (m *GenerationControlFSCC) Reset()

func (*GenerationControlFSCC) String

func (m *GenerationControlFSCC) String() string

func (*GenerationControlFSCC) XXX_DiscardUnknown

func (m *GenerationControlFSCC) XXX_DiscardUnknown()

func (*GenerationControlFSCC) XXX_Marshal

func (m *GenerationControlFSCC) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenerationControlFSCC) XXX_Merge

func (m *GenerationControlFSCC) XXX_Merge(src proto.Message)

func (*GenerationControlFSCC) XXX_Size

func (m *GenerationControlFSCC) XXX_Size() int

func (*GenerationControlFSCC) XXX_Unmarshal

func (m *GenerationControlFSCC) XXX_Unmarshal(b []byte) error

type GenerationControlProfile

type GenerationControlProfile struct {
	// UML inherited base object
	ControlMessageInfo *commonmodule.ControlMessageInfo `protobuf:"bytes,1,opt,name=controlMessageInfo,proto3" json:"controlMessageInfo,omitempty"`
	// MISSING DOCUMENTATION!!!
	GeneratingUnit *GeneratingUnit `protobuf:"bytes,2,opt,name=generatingUnit,proto3" json:"generatingUnit,omitempty"`
	// MISSING DOCUMENTATION!!!
	GenerationControl *GenerationControl `protobuf:"bytes,3,opt,name=generationControl,proto3" json:"generationControl,omitempty"`
	// MISSING DOCUMENTATION!!!
	Ied                  *commonmodule.IED `protobuf:"bytes,4,opt,name=ied,proto3" json:"ied,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

Generation control profile

func (*GenerationControlProfile) Descriptor

func (*GenerationControlProfile) Descriptor() ([]byte, []int)

func (*GenerationControlProfile) GetControlMessageInfo

func (m *GenerationControlProfile) GetControlMessageInfo() *commonmodule.ControlMessageInfo

func (*GenerationControlProfile) GetGeneratingUnit

func (m *GenerationControlProfile) GetGeneratingUnit() *GeneratingUnit

func (*GenerationControlProfile) GetGenerationControl

func (m *GenerationControlProfile) GetGenerationControl() *GenerationControl

func (*GenerationControlProfile) GetIed

func (*GenerationControlProfile) ProtoMessage

func (*GenerationControlProfile) ProtoMessage()

func (*GenerationControlProfile) Reset

func (m *GenerationControlProfile) Reset()

func (*GenerationControlProfile) String

func (m *GenerationControlProfile) String() string

func (*GenerationControlProfile) XXX_DiscardUnknown

func (m *GenerationControlProfile) XXX_DiscardUnknown()

func (*GenerationControlProfile) XXX_Marshal

func (m *GenerationControlProfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenerationControlProfile) XXX_Merge

func (m *GenerationControlProfile) XXX_Merge(src proto.Message)

func (*GenerationControlProfile) XXX_Size

func (m *GenerationControlProfile) XXX_Size() int

func (*GenerationControlProfile) XXX_Unmarshal

func (m *GenerationControlProfile) XXX_Unmarshal(b []byte) error

type GenerationControlScheduleFSCH

type GenerationControlScheduleFSCH struct {
	// Discrete value in GenerationCSG type
	ValDCSG              *GenerationCSG `protobuf:"bytes,1,opt,name=ValDCSG,proto3" json:"ValDCSG,omitempty"`
	XXX_NoUnkeyedLiteral struct{}       `json:"-"`
	XXX_unrecognized     []byte         `json:"-"`
	XXX_sizecache        int32          `json:"-"`
}

OpenFMB specialization for control schedule using: LN: Schedule   Name: FSCH

func (*GenerationControlScheduleFSCH) Descriptor

func (*GenerationControlScheduleFSCH) Descriptor() ([]byte, []int)

func (*GenerationControlScheduleFSCH) GetValDCSG

func (*GenerationControlScheduleFSCH) ProtoMessage

func (*GenerationControlScheduleFSCH) ProtoMessage()

func (*GenerationControlScheduleFSCH) Reset

func (m *GenerationControlScheduleFSCH) Reset()

func (*GenerationControlScheduleFSCH) String

func (*GenerationControlScheduleFSCH) XXX_DiscardUnknown

func (m *GenerationControlScheduleFSCH) XXX_DiscardUnknown()

func (*GenerationControlScheduleFSCH) XXX_Marshal

func (m *GenerationControlScheduleFSCH) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenerationControlScheduleFSCH) XXX_Merge

func (m *GenerationControlScheduleFSCH) XXX_Merge(src proto.Message)

func (*GenerationControlScheduleFSCH) XXX_Size

func (m *GenerationControlScheduleFSCH) XXX_Size() int

func (*GenerationControlScheduleFSCH) XXX_Unmarshal

func (m *GenerationControlScheduleFSCH) XXX_Unmarshal(b []byte) error

type GenerationEvent

type GenerationEvent struct {
	// UML inherited base object
	EventValue *commonmodule.EventValue `protobuf:"bytes,1,opt,name=eventValue,proto3" json:"eventValue,omitempty"`
	// MISSING DOCUMENTATION!!!
	GenerationEventZGEN  *GenerationEventZGEN `protobuf:"bytes,2,opt,name=generationEventZGEN,proto3" json:"generationEventZGEN,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

Generation event

func (*GenerationEvent) Descriptor

func (*GenerationEvent) Descriptor() ([]byte, []int)

func (*GenerationEvent) GetEventValue

func (m *GenerationEvent) GetEventValue() *commonmodule.EventValue

func (*GenerationEvent) GetGenerationEventZGEN

func (m *GenerationEvent) GetGenerationEventZGEN() *GenerationEventZGEN

func (*GenerationEvent) ProtoMessage

func (*GenerationEvent) ProtoMessage()

func (*GenerationEvent) Reset

func (m *GenerationEvent) Reset()

func (*GenerationEvent) String

func (m *GenerationEvent) String() string

func (*GenerationEvent) XXX_DiscardUnknown

func (m *GenerationEvent) XXX_DiscardUnknown()

func (*GenerationEvent) XXX_Marshal

func (m *GenerationEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenerationEvent) XXX_Merge

func (m *GenerationEvent) XXX_Merge(src proto.Message)

func (*GenerationEvent) XXX_Size

func (m *GenerationEvent) XXX_Size() int

func (*GenerationEvent) XXX_Unmarshal

func (m *GenerationEvent) XXX_Unmarshal(b []byte) error

type GenerationEventAndStatusZGEN

type GenerationEventAndStatusZGEN struct {
	// UML inherited base object
	LogicalNodeForEventAndStatus *commonmodule.LogicalNodeForEventAndStatus `protobuf:"bytes,1,opt,name=logicalNodeForEventAndStatus,proto3" json:"logicalNodeForEventAndStatus,omitempty"`
	// MISSING DOCUMENTATION!!!
	AuxPwrSt *commonmodule.StatusSPS `protobuf:"bytes,2,opt,name=AuxPwrSt,proto3" json:"AuxPwrSt,omitempty"`
	// MISSING DOCUMENTATION!!!
	DynamicTest *commonmodule.ENS_DynamicTestKind `protobuf:"bytes,3,opt,name=DynamicTest,proto3" json:"DynamicTest,omitempty"`
	// Emergency stop
	EmgStop *commonmodule.StatusSPS `protobuf:"bytes,4,opt,name=EmgStop,proto3" json:"EmgStop,omitempty"`
	// Generator is synchronized to EPS, or not; True = Synchronized
	GnSynSt *commonmodule.StatusSPS `protobuf:"bytes,5,opt,name=GnSynSt,proto3" json:"GnSynSt,omitempty"`
	// Point status
	PointStatus          *GenerationPointStatus `protobuf:"bytes,6,opt,name=PointStatus,proto3" json:"PointStatus,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

Specialized 61850 ZGEN class

func (*GenerationEventAndStatusZGEN) Descriptor

func (*GenerationEventAndStatusZGEN) Descriptor() ([]byte, []int)

func (*GenerationEventAndStatusZGEN) GetAuxPwrSt

func (*GenerationEventAndStatusZGEN) GetDynamicTest

func (*GenerationEventAndStatusZGEN) GetEmgStop

func (*GenerationEventAndStatusZGEN) GetGnSynSt

func (*GenerationEventAndStatusZGEN) GetLogicalNodeForEventAndStatus

func (m *GenerationEventAndStatusZGEN) GetLogicalNodeForEventAndStatus() *commonmodule.LogicalNodeForEventAndStatus

func (*GenerationEventAndStatusZGEN) GetPointStatus

func (*GenerationEventAndStatusZGEN) ProtoMessage

func (*GenerationEventAndStatusZGEN) ProtoMessage()

func (*GenerationEventAndStatusZGEN) Reset

func (m *GenerationEventAndStatusZGEN) Reset()

func (*GenerationEventAndStatusZGEN) String

func (*GenerationEventAndStatusZGEN) XXX_DiscardUnknown

func (m *GenerationEventAndStatusZGEN) XXX_DiscardUnknown()

func (*GenerationEventAndStatusZGEN) XXX_Marshal

func (m *GenerationEventAndStatusZGEN) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenerationEventAndStatusZGEN) XXX_Merge

func (m *GenerationEventAndStatusZGEN) XXX_Merge(src proto.Message)

func (*GenerationEventAndStatusZGEN) XXX_Size

func (m *GenerationEventAndStatusZGEN) XXX_Size() int

func (*GenerationEventAndStatusZGEN) XXX_Unmarshal

func (m *GenerationEventAndStatusZGEN) XXX_Unmarshal(b []byte) error

type GenerationEventProfile

type GenerationEventProfile struct {
	// UML inherited base object
	EventMessageInfo *commonmodule.EventMessageInfo `protobuf:"bytes,1,opt,name=eventMessageInfo,proto3" json:"eventMessageInfo,omitempty"`
	// MISSING DOCUMENTATION!!!
	GeneratingUnit *GeneratingUnit `protobuf:"bytes,2,opt,name=generatingUnit,proto3" json:"generatingUnit,omitempty"`
	// MISSING DOCUMENTATION!!!
	GenerationEvent *GenerationEvent `protobuf:"bytes,3,opt,name=generationEvent,proto3" json:"generationEvent,omitempty"`
	// MISSING DOCUMENTATION!!!
	Ied                  *commonmodule.IED `protobuf:"bytes,4,opt,name=ied,proto3" json:"ied,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

Generation event profile

func (*GenerationEventProfile) Descriptor

func (*GenerationEventProfile) Descriptor() ([]byte, []int)

func (*GenerationEventProfile) GetEventMessageInfo

func (m *GenerationEventProfile) GetEventMessageInfo() *commonmodule.EventMessageInfo

func (*GenerationEventProfile) GetGeneratingUnit

func (m *GenerationEventProfile) GetGeneratingUnit() *GeneratingUnit

func (*GenerationEventProfile) GetGenerationEvent

func (m *GenerationEventProfile) GetGenerationEvent() *GenerationEvent

func (*GenerationEventProfile) GetIed

func (*GenerationEventProfile) ProtoMessage

func (*GenerationEventProfile) ProtoMessage()

func (*GenerationEventProfile) Reset

func (m *GenerationEventProfile) Reset()

func (*GenerationEventProfile) String

func (m *GenerationEventProfile) String() string

func (*GenerationEventProfile) XXX_DiscardUnknown

func (m *GenerationEventProfile) XXX_DiscardUnknown()

func (*GenerationEventProfile) XXX_Marshal

func (m *GenerationEventProfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenerationEventProfile) XXX_Merge

func (m *GenerationEventProfile) XXX_Merge(src proto.Message)

func (*GenerationEventProfile) XXX_Size

func (m *GenerationEventProfile) XXX_Size() int

func (*GenerationEventProfile) XXX_Unmarshal

func (m *GenerationEventProfile) XXX_Unmarshal(b []byte) error

type GenerationEventZGEN

type GenerationEventZGEN struct {
	// UML inherited base object
	GenerationEventAndStatusZGEN *GenerationEventAndStatusZGEN `protobuf:"bytes,1,opt,name=generationEventAndStatusZGEN,proto3" json:"generationEventAndStatusZGEN,omitempty"`
	XXX_NoUnkeyedLiteral         struct{}                      `json:"-"`
	XXX_unrecognized             []byte                        `json:"-"`
	XXX_sizecache                int32                         `json:"-"`
}

Specialized generation event ZGEN

func (*GenerationEventZGEN) Descriptor

func (*GenerationEventZGEN) Descriptor() ([]byte, []int)

func (*GenerationEventZGEN) GetGenerationEventAndStatusZGEN

func (m *GenerationEventZGEN) GetGenerationEventAndStatusZGEN() *GenerationEventAndStatusZGEN

func (*GenerationEventZGEN) ProtoMessage

func (*GenerationEventZGEN) ProtoMessage()

func (*GenerationEventZGEN) Reset

func (m *GenerationEventZGEN) Reset()

func (*GenerationEventZGEN) String

func (m *GenerationEventZGEN) String() string

func (*GenerationEventZGEN) XXX_DiscardUnknown

func (m *GenerationEventZGEN) XXX_DiscardUnknown()

func (*GenerationEventZGEN) XXX_Marshal

func (m *GenerationEventZGEN) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenerationEventZGEN) XXX_Merge

func (m *GenerationEventZGEN) XXX_Merge(src proto.Message)

func (*GenerationEventZGEN) XXX_Size

func (m *GenerationEventZGEN) XXX_Size() int

func (*GenerationEventZGEN) XXX_Unmarshal

func (m *GenerationEventZGEN) XXX_Unmarshal(b []byte) error

type GenerationPoint

type GenerationPoint struct {
	// Black start enable
	BlackStartEnabled *commonmodule.ControlDPC `protobuf:"bytes,1,opt,name=blackStartEnabled,proto3" json:"blackStartEnabled,omitempty"`
	// Enable frequency set point
	FrequencySetPointEnabled *commonmodule.ControlDPC `protobuf:"bytes,2,opt,name=frequencySetPointEnabled,proto3" json:"frequencySetPointEnabled,omitempty"`
	// Black start enable
	PctHzDroop *wrappers.FloatValue `protobuf:"bytes,3,opt,name=pctHzDroop,proto3" json:"pctHzDroop,omitempty"`
	// Black start enable
	PctVDroop *wrappers.FloatValue `protobuf:"bytes,4,opt,name=pctVDroop,proto3" json:"pctVDroop,omitempty"`
	// Ramp rates
	RampRates *commonmodule.RampRate `protobuf:"bytes,5,opt,name=rampRates,proto3" json:"rampRates,omitempty"`
	// Enable reactive power set point
	ReactivePwrSetPointEnabled *commonmodule.ControlDPC `protobuf:"bytes,6,opt,name=reactivePwrSetPointEnabled,proto3" json:"reactivePwrSetPointEnabled,omitempty"`
	// Enable joint real power set point
	RealPwrSetPointEnabled *commonmodule.ControlDPC `protobuf:"bytes,7,opt,name=realPwrSetPointEnabled,proto3" json:"realPwrSetPointEnabled,omitempty"`
	// Reset device
	Reset_ *commonmodule.ControlDPC `protobuf:"bytes,8,opt,name=reset,proto3" json:"reset,omitempty"`
	// ESS state
	State *commonmodule.Optional_StateKind `protobuf:"bytes,9,opt,name=state,proto3" json:"state,omitempty"`
	// Synchronize back to grid
	SyncBackToGrid *commonmodule.ControlDPC `protobuf:"bytes,10,opt,name=syncBackToGrid,proto3" json:"syncBackToGrid,omitempty"`
	// Transition to island on grid loss enable
	TransToIslndOnGridLossEnabled *commonmodule.ControlDPC `protobuf:"bytes,11,opt,name=transToIslndOnGridLossEnabled,proto3" json:"transToIslndOnGridLossEnabled,omitempty"`
	// Enable voltage set point
	VoltageSetPointEnabled *commonmodule.ControlDPC `protobuf:"bytes,12,opt,name=voltageSetPointEnabled,proto3" json:"voltageSetPointEnabled,omitempty"`
	// Start time
	StartTime            *commonmodule.ControlTimestamp `protobuf:"bytes,13,opt,name=startTime,proto3" json:"startTime,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

Point definition (Point)

func (*GenerationPoint) Descriptor

func (*GenerationPoint) Descriptor() ([]byte, []int)

func (*GenerationPoint) GetBlackStartEnabled

func (m *GenerationPoint) GetBlackStartEnabled() *commonmodule.ControlDPC

func (*GenerationPoint) GetFrequencySetPointEnabled

func (m *GenerationPoint) GetFrequencySetPointEnabled() *commonmodule.ControlDPC

func (*GenerationPoint) GetPctHzDroop

func (m *GenerationPoint) GetPctHzDroop() *wrappers.FloatValue

func (*GenerationPoint) GetPctVDroop

func (m *GenerationPoint) GetPctVDroop() *wrappers.FloatValue

func (*GenerationPoint) GetRampRates

func (m *GenerationPoint) GetRampRates() *commonmodule.RampRate

func (*GenerationPoint) GetReactivePwrSetPointEnabled

func (m *GenerationPoint) GetReactivePwrSetPointEnabled() *commonmodule.ControlDPC

func (*GenerationPoint) GetRealPwrSetPointEnabled

func (m *GenerationPoint) GetRealPwrSetPointEnabled() *commonmodule.ControlDPC

func (*GenerationPoint) GetReset_

func (m *GenerationPoint) GetReset_() *commonmodule.ControlDPC

func (*GenerationPoint) GetStartTime

func (m *GenerationPoint) GetStartTime() *commonmodule.ControlTimestamp

func (*GenerationPoint) GetState

func (*GenerationPoint) GetSyncBackToGrid

func (m *GenerationPoint) GetSyncBackToGrid() *commonmodule.ControlDPC

func (*GenerationPoint) GetTransToIslndOnGridLossEnabled

func (m *GenerationPoint) GetTransToIslndOnGridLossEnabled() *commonmodule.ControlDPC

func (*GenerationPoint) GetVoltageSetPointEnabled

func (m *GenerationPoint) GetVoltageSetPointEnabled() *commonmodule.ControlDPC

func (*GenerationPoint) ProtoMessage

func (*GenerationPoint) ProtoMessage()

func (*GenerationPoint) Reset

func (m *GenerationPoint) Reset()

func (*GenerationPoint) String

func (m *GenerationPoint) String() string

func (*GenerationPoint) XXX_DiscardUnknown

func (m *GenerationPoint) XXX_DiscardUnknown()

func (*GenerationPoint) XXX_Marshal

func (m *GenerationPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenerationPoint) XXX_Merge

func (m *GenerationPoint) XXX_Merge(src proto.Message)

func (*GenerationPoint) XXX_Size

func (m *GenerationPoint) XXX_Size() int

func (*GenerationPoint) XXX_Unmarshal

func (m *GenerationPoint) XXX_Unmarshal(b []byte) error

type GenerationPointStatus

type GenerationPointStatus struct {
	// Black start enable
	BlackStartEnabled *commonmodule.ControlDPC `protobuf:"bytes,1,opt,name=blackStartEnabled,proto3" json:"blackStartEnabled,omitempty"`
	// Enable frequency set point
	FrequencySetPointEnabled *commonmodule.ControlDPC `protobuf:"bytes,2,opt,name=frequencySetPointEnabled,proto3" json:"frequencySetPointEnabled,omitempty"`
	// Black start enable
	PctHzDroop *wrappers.FloatValue `protobuf:"bytes,3,opt,name=pctHzDroop,proto3" json:"pctHzDroop,omitempty"`
	// Black start enable
	PctVDroop *wrappers.FloatValue `protobuf:"bytes,4,opt,name=pctVDroop,proto3" json:"pctVDroop,omitempty"`
	// Ramp rates
	RampRates *commonmodule.RampRate `protobuf:"bytes,5,opt,name=rampRates,proto3" json:"rampRates,omitempty"`
	// Enable reactive power set point
	ReactivePwrSetPointEnabled *commonmodule.ControlDPC `protobuf:"bytes,6,opt,name=reactivePwrSetPointEnabled,proto3" json:"reactivePwrSetPointEnabled,omitempty"`
	// Enable real power set point
	RealPwrSetPointEnabled *commonmodule.ControlDPC `protobuf:"bytes,7,opt,name=realPwrSetPointEnabled,proto3" json:"realPwrSetPointEnabled,omitempty"`
	// ESS state
	State *commonmodule.Optional_StateKind `protobuf:"bytes,8,opt,name=state,proto3" json:"state,omitempty"`
	// Synchronize back to grid
	SyncBackToGrid *commonmodule.ControlDPC `protobuf:"bytes,9,opt,name=syncBackToGrid,proto3" json:"syncBackToGrid,omitempty"`
	// Transition to island on grid loss enable
	TransToIslndOnGridLossEnabled *commonmodule.ControlDPC `protobuf:"bytes,10,opt,name=transToIslndOnGridLossEnabled,proto3" json:"transToIslndOnGridLossEnabled,omitempty"`
	// Enable voltage set point
	VoltageSetPointEnabled *commonmodule.ControlDPC `protobuf:"bytes,11,opt,name=voltageSetPointEnabled,proto3" json:"voltageSetPointEnabled,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}                 `json:"-"`
	XXX_unrecognized       []byte                   `json:"-"`
	XXX_sizecache          int32                    `json:"-"`
}

Point definition (Point)

func (*GenerationPointStatus) Descriptor

func (*GenerationPointStatus) Descriptor() ([]byte, []int)

func (*GenerationPointStatus) GetBlackStartEnabled

func (m *GenerationPointStatus) GetBlackStartEnabled() *commonmodule.ControlDPC

func (*GenerationPointStatus) GetFrequencySetPointEnabled

func (m *GenerationPointStatus) GetFrequencySetPointEnabled() *commonmodule.ControlDPC

func (*GenerationPointStatus) GetPctHzDroop

func (m *GenerationPointStatus) GetPctHzDroop() *wrappers.FloatValue

func (*GenerationPointStatus) GetPctVDroop

func (m *GenerationPointStatus) GetPctVDroop() *wrappers.FloatValue

func (*GenerationPointStatus) GetRampRates

func (m *GenerationPointStatus) GetRampRates() *commonmodule.RampRate

func (*GenerationPointStatus) GetReactivePwrSetPointEnabled

func (m *GenerationPointStatus) GetReactivePwrSetPointEnabled() *commonmodule.ControlDPC

func (*GenerationPointStatus) GetRealPwrSetPointEnabled

func (m *GenerationPointStatus) GetRealPwrSetPointEnabled() *commonmodule.ControlDPC

func (*GenerationPointStatus) GetState

func (*GenerationPointStatus) GetSyncBackToGrid

func (m *GenerationPointStatus) GetSyncBackToGrid() *commonmodule.ControlDPC

func (*GenerationPointStatus) GetTransToIslndOnGridLossEnabled

func (m *GenerationPointStatus) GetTransToIslndOnGridLossEnabled() *commonmodule.ControlDPC

func (*GenerationPointStatus) GetVoltageSetPointEnabled

func (m *GenerationPointStatus) GetVoltageSetPointEnabled() *commonmodule.ControlDPC

func (*GenerationPointStatus) ProtoMessage

func (*GenerationPointStatus) ProtoMessage()

func (*GenerationPointStatus) Reset

func (m *GenerationPointStatus) Reset()

func (*GenerationPointStatus) String

func (m *GenerationPointStatus) String() string

func (*GenerationPointStatus) XXX_DiscardUnknown

func (m *GenerationPointStatus) XXX_DiscardUnknown()

func (*GenerationPointStatus) XXX_Marshal

func (m *GenerationPointStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenerationPointStatus) XXX_Merge

func (m *GenerationPointStatus) XXX_Merge(src proto.Message)

func (*GenerationPointStatus) XXX_Size

func (m *GenerationPointStatus) XXX_Size() int

func (*GenerationPointStatus) XXX_Unmarshal

func (m *GenerationPointStatus) XXX_Unmarshal(b []byte) error

type GenerationReading

type GenerationReading struct {
	// UML inherited base object
	ConductingEquipmentTerminalReading *commonmodule.ConductingEquipmentTerminalReading `protobuf:"bytes,1,opt,name=conductingEquipmentTerminalReading,proto3" json:"conductingEquipmentTerminalReading,omitempty"`
	// MISSING DOCUMENTATION!!!
	PhaseMMTN *commonmodule.PhaseMMTN `protobuf:"bytes,2,opt,name=phaseMMTN,proto3" json:"phaseMMTN,omitempty"`
	// MISSING DOCUMENTATION!!!
	ReadingMMTR *commonmodule.ReadingMMTR `protobuf:"bytes,3,opt,name=readingMMTR,proto3" json:"readingMMTR,omitempty"`
	// MISSING DOCUMENTATION!!!
	ReadingMMXU          *commonmodule.ReadingMMXU `protobuf:"bytes,4,opt,name=readingMMXU,proto3" json:"readingMMXU,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

Generation reading value

func (*GenerationReading) Descriptor

func (*GenerationReading) Descriptor() ([]byte, []int)

func (*GenerationReading) GetConductingEquipmentTerminalReading

func (m *GenerationReading) GetConductingEquipmentTerminalReading() *commonmodule.ConductingEquipmentTerminalReading

func (*GenerationReading) GetPhaseMMTN

func (m *GenerationReading) GetPhaseMMTN() *commonmodule.PhaseMMTN

func (*GenerationReading) GetReadingMMTR

func (m *GenerationReading) GetReadingMMTR() *commonmodule.ReadingMMTR

func (*GenerationReading) GetReadingMMXU

func (m *GenerationReading) GetReadingMMXU() *commonmodule.ReadingMMXU

func (*GenerationReading) ProtoMessage

func (*GenerationReading) ProtoMessage()

func (*GenerationReading) Reset

func (m *GenerationReading) Reset()

func (*GenerationReading) String

func (m *GenerationReading) String() string

func (*GenerationReading) XXX_DiscardUnknown

func (m *GenerationReading) XXX_DiscardUnknown()

func (*GenerationReading) XXX_Marshal

func (m *GenerationReading) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenerationReading) XXX_Merge

func (m *GenerationReading) XXX_Merge(src proto.Message)

func (*GenerationReading) XXX_Size

func (m *GenerationReading) XXX_Size() int

func (*GenerationReading) XXX_Unmarshal

func (m *GenerationReading) XXX_Unmarshal(b []byte) error

type GenerationReadingProfile

type GenerationReadingProfile struct {
	// UML inherited base object
	ReadingMessageInfo *commonmodule.ReadingMessageInfo `protobuf:"bytes,1,opt,name=readingMessageInfo,proto3" json:"readingMessageInfo,omitempty"`
	// MISSING DOCUMENTATION!!!
	GeneratingUnit *GeneratingUnit `protobuf:"bytes,2,opt,name=generatingUnit,proto3" json:"generatingUnit,omitempty"`
	// MISSING DOCUMENTATION!!!
	GenerationReading *GenerationReading `protobuf:"bytes,3,opt,name=generationReading,proto3" json:"generationReading,omitempty"`
	// MISSING DOCUMENTATION!!!
	Ied                  *commonmodule.IED `protobuf:"bytes,4,opt,name=ied,proto3" json:"ied,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

Generation reading profile

func (*GenerationReadingProfile) Descriptor

func (*GenerationReadingProfile) Descriptor() ([]byte, []int)

func (*GenerationReadingProfile) GetGeneratingUnit

func (m *GenerationReadingProfile) GetGeneratingUnit() *GeneratingUnit

func (*GenerationReadingProfile) GetGenerationReading

func (m *GenerationReadingProfile) GetGenerationReading() *GenerationReading

func (*GenerationReadingProfile) GetIed

func (*GenerationReadingProfile) GetReadingMessageInfo

func (m *GenerationReadingProfile) GetReadingMessageInfo() *commonmodule.ReadingMessageInfo

func (*GenerationReadingProfile) ProtoMessage

func (*GenerationReadingProfile) ProtoMessage()

func (*GenerationReadingProfile) Reset

func (m *GenerationReadingProfile) Reset()

func (*GenerationReadingProfile) String

func (m *GenerationReadingProfile) String() string

func (*GenerationReadingProfile) XXX_DiscardUnknown

func (m *GenerationReadingProfile) XXX_DiscardUnknown()

func (*GenerationReadingProfile) XXX_Marshal

func (m *GenerationReadingProfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenerationReadingProfile) XXX_Merge

func (m *GenerationReadingProfile) XXX_Merge(src proto.Message)

func (*GenerationReadingProfile) XXX_Size

func (m *GenerationReadingProfile) XXX_Size() int

func (*GenerationReadingProfile) XXX_Unmarshal

func (m *GenerationReadingProfile) XXX_Unmarshal(b []byte) error

type GenerationStatus

type GenerationStatus struct {
	// UML inherited base object
	StatusValue *commonmodule.StatusValue `protobuf:"bytes,1,opt,name=statusValue,proto3" json:"statusValue,omitempty"`
	// MISSING DOCUMENTATION!!!
	GenerationStatusZGEN *GenerationStatusZGEN `protobuf:"bytes,2,opt,name=generationStatusZGEN,proto3" json:"generationStatusZGEN,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Generation status

func (*GenerationStatus) Descriptor

func (*GenerationStatus) Descriptor() ([]byte, []int)

func (*GenerationStatus) GetGenerationStatusZGEN

func (m *GenerationStatus) GetGenerationStatusZGEN() *GenerationStatusZGEN

func (*GenerationStatus) GetStatusValue

func (m *GenerationStatus) GetStatusValue() *commonmodule.StatusValue

func (*GenerationStatus) ProtoMessage

func (*GenerationStatus) ProtoMessage()

func (*GenerationStatus) Reset

func (m *GenerationStatus) Reset()

func (*GenerationStatus) String

func (m *GenerationStatus) String() string

func (*GenerationStatus) XXX_DiscardUnknown

func (m *GenerationStatus) XXX_DiscardUnknown()

func (*GenerationStatus) XXX_Marshal

func (m *GenerationStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenerationStatus) XXX_Merge

func (m *GenerationStatus) XXX_Merge(src proto.Message)

func (*GenerationStatus) XXX_Size

func (m *GenerationStatus) XXX_Size() int

func (*GenerationStatus) XXX_Unmarshal

func (m *GenerationStatus) XXX_Unmarshal(b []byte) error

type GenerationStatusProfile

type GenerationStatusProfile struct {
	// UML inherited base object
	StatusMessageInfo *commonmodule.StatusMessageInfo `protobuf:"bytes,1,opt,name=statusMessageInfo,proto3" json:"statusMessageInfo,omitempty"`
	// MISSING DOCUMENTATION!!!
	GeneratingUnit *GeneratingUnit `protobuf:"bytes,2,opt,name=generatingUnit,proto3" json:"generatingUnit,omitempty"`
	// MISSING DOCUMENTATION!!!
	GenerationStatus *GenerationStatus `protobuf:"bytes,3,opt,name=generationStatus,proto3" json:"generationStatus,omitempty"`
	// MISSING DOCUMENTATION!!!
	Ied                  *commonmodule.IED `protobuf:"bytes,4,opt,name=ied,proto3" json:"ied,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

Generation status profile

func (*GenerationStatusProfile) Descriptor

func (*GenerationStatusProfile) Descriptor() ([]byte, []int)

func (*GenerationStatusProfile) GetGeneratingUnit

func (m *GenerationStatusProfile) GetGeneratingUnit() *GeneratingUnit

func (*GenerationStatusProfile) GetGenerationStatus

func (m *GenerationStatusProfile) GetGenerationStatus() *GenerationStatus

func (*GenerationStatusProfile) GetIed

func (*GenerationStatusProfile) GetStatusMessageInfo

func (m *GenerationStatusProfile) GetStatusMessageInfo() *commonmodule.StatusMessageInfo

func (*GenerationStatusProfile) ProtoMessage

func (*GenerationStatusProfile) ProtoMessage()

func (*GenerationStatusProfile) Reset

func (m *GenerationStatusProfile) Reset()

func (*GenerationStatusProfile) String

func (m *GenerationStatusProfile) String() string

func (*GenerationStatusProfile) XXX_DiscardUnknown

func (m *GenerationStatusProfile) XXX_DiscardUnknown()

func (*GenerationStatusProfile) XXX_Marshal

func (m *GenerationStatusProfile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenerationStatusProfile) XXX_Merge

func (m *GenerationStatusProfile) XXX_Merge(src proto.Message)

func (*GenerationStatusProfile) XXX_Size

func (m *GenerationStatusProfile) XXX_Size() int

func (*GenerationStatusProfile) XXX_Unmarshal

func (m *GenerationStatusProfile) XXX_Unmarshal(b []byte) error

type GenerationStatusZGEN

type GenerationStatusZGEN struct {
	// UML inherited base object
	GenerationEventAndStatusZGEN *GenerationEventAndStatusZGEN `protobuf:"bytes,1,opt,name=generationEventAndStatusZGEN,proto3" json:"generationEventAndStatusZGEN,omitempty"`
	XXX_NoUnkeyedLiteral         struct{}                      `json:"-"`
	XXX_unrecognized             []byte                        `json:"-"`
	XXX_sizecache                int32                         `json:"-"`
}

Specialized 61850 ZGEN class

func (*GenerationStatusZGEN) Descriptor

func (*GenerationStatusZGEN) Descriptor() ([]byte, []int)

func (*GenerationStatusZGEN) GetGenerationEventAndStatusZGEN

func (m *GenerationStatusZGEN) GetGenerationEventAndStatusZGEN() *GenerationEventAndStatusZGEN

func (*GenerationStatusZGEN) ProtoMessage

func (*GenerationStatusZGEN) ProtoMessage()

func (*GenerationStatusZGEN) Reset

func (m *GenerationStatusZGEN) Reset()

func (*GenerationStatusZGEN) String

func (m *GenerationStatusZGEN) String() string

func (*GenerationStatusZGEN) XXX_DiscardUnknown

func (m *GenerationStatusZGEN) XXX_DiscardUnknown()

func (*GenerationStatusZGEN) XXX_Marshal

func (m *GenerationStatusZGEN) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GenerationStatusZGEN) XXX_Merge

func (m *GenerationStatusZGEN) XXX_Merge(src proto.Message)

func (*GenerationStatusZGEN) XXX_Size

func (m *GenerationStatusZGEN) XXX_Size() int

func (*GenerationStatusZGEN) XXX_Unmarshal

func (m *GenerationStatusZGEN) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL