generationmodule

package
v2.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2023 License: Apache-2.0 Imports: 7 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_generationmodule_generationmodule_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type DroopParameter

type DroopParameter struct {

	// MISSING DOCUMENTATION!!!
	Slope *wrapperspb.FloatValue `protobuf:"bytes,1,opt,name=slope,proto3" json:"slope,omitempty"`
	// MISSING DOCUMENTATION!!!
	UnloadedOffset *wrapperspb.FloatValue `protobuf:"bytes,2,opt,name=unloadedOffset,proto3" json:"unloadedOffset,omitempty"`
	// contains filtered or unexported fields
}

Generation discrete control

func (*DroopParameter) Descriptor deprecated

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

Deprecated: Use DroopParameter.ProtoReflect.Descriptor instead.

func (*DroopParameter) GetSlope

func (x *DroopParameter) GetSlope() *wrapperspb.FloatValue

func (*DroopParameter) GetUnloadedOffset

func (x *DroopParameter) GetUnloadedOffset() *wrapperspb.FloatValue

func (*DroopParameter) ProtoMessage

func (*DroopParameter) ProtoMessage()

func (*DroopParameter) ProtoReflect

func (x *DroopParameter) ProtoReflect() protoreflect.Message

func (*DroopParameter) Reset

func (x *DroopParameter) Reset()

func (*DroopParameter) String

func (x *DroopParameter) String() string

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"`
	// contains filtered or unexported fields
}

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 deprecated

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

Deprecated: Use GeneratingUnit.ProtoReflect.Descriptor instead.

func (*GeneratingUnit) GetConductingEquipment

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

func (*GeneratingUnit) GetMaxOperatingP

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

func (*GeneratingUnit) ProtoMessage

func (*GeneratingUnit) ProtoMessage()

func (*GeneratingUnit) ProtoReflect

func (x *GeneratingUnit) ProtoReflect() protoreflect.Message

func (*GeneratingUnit) Reset

func (x *GeneratingUnit) Reset()

func (*GeneratingUnit) String

func (x *GeneratingUnit) String() string

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"`
	// contains filtered or unexported fields
}

Curve shape setting (FC=SP) (CSG_SP)

func (*GenerationCSG) Descriptor deprecated

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

Deprecated: Use GenerationCSG.ProtoReflect.Descriptor instead.

func (*GenerationCSG) GetCrvPts

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

func (*GenerationCSG) ProtoMessage

func (*GenerationCSG) ProtoMessage()

func (*GenerationCSG) ProtoReflect

func (x *GenerationCSG) ProtoReflect() protoreflect.Message

func (*GenerationCSG) Reset

func (x *GenerationCSG) Reset()

func (*GenerationCSG) String

func (x *GenerationCSG) String() string

type GenerationCapability added in v2.1.0

type GenerationCapability struct {

	// UML inherited base object
	NameplateValue *commonmodule.NameplateValue `protobuf:"bytes,1,opt,name=nameplateValue,proto3" json:"nameplateValue,omitempty"`
	// MISSING DOCUMENTATION!!!
	GenerationCapabilityRatings *GenerationCapabilityRatings `protobuf:"bytes,2,opt,name=generationCapabilityRatings,proto3" json:"generationCapabilityRatings,omitempty"`
	// MISSING DOCUMENTATION!!!
	GenerationCapabilityConfiguration *GenerationCapabilityConfiguration `protobuf:"bytes,3,opt,name=generationCapabilityConfiguration,proto3" json:"generationCapabilityConfiguration,omitempty"`
	// contains filtered or unexported fields
}

Generation capability

func (*GenerationCapability) Descriptor deprecated added in v2.1.0

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

Deprecated: Use GenerationCapability.ProtoReflect.Descriptor instead.

func (*GenerationCapability) GetGenerationCapabilityConfiguration added in v2.1.0

func (x *GenerationCapability) GetGenerationCapabilityConfiguration() *GenerationCapabilityConfiguration

func (*GenerationCapability) GetGenerationCapabilityRatings added in v2.1.0

func (x *GenerationCapability) GetGenerationCapabilityRatings() *GenerationCapabilityRatings

func (*GenerationCapability) GetNameplateValue added in v2.1.0

func (x *GenerationCapability) GetNameplateValue() *commonmodule.NameplateValue

func (*GenerationCapability) ProtoMessage added in v2.1.0

func (*GenerationCapability) ProtoMessage()

func (*GenerationCapability) ProtoReflect added in v2.1.0

func (x *GenerationCapability) ProtoReflect() protoreflect.Message

func (*GenerationCapability) Reset added in v2.1.0

func (x *GenerationCapability) Reset()

func (*GenerationCapability) String added in v2.1.0

func (x *GenerationCapability) String() string

type GenerationCapabilityConfiguration added in v2.1.0

type GenerationCapabilityConfiguration struct {

	// UML inherited base object
	SourceCapabilityConfiguration *commonmodule.SourceCapabilityConfiguration `protobuf:"bytes,1,opt,name=sourceCapabilityConfiguration,proto3" json:"sourceCapabilityConfiguration,omitempty"`
	// contains filtered or unexported fields
}

Configured setting

func (*GenerationCapabilityConfiguration) Descriptor deprecated added in v2.1.0

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

Deprecated: Use GenerationCapabilityConfiguration.ProtoReflect.Descriptor instead.

func (*GenerationCapabilityConfiguration) GetSourceCapabilityConfiguration added in v2.1.0

func (x *GenerationCapabilityConfiguration) GetSourceCapabilityConfiguration() *commonmodule.SourceCapabilityConfiguration

func (*GenerationCapabilityConfiguration) ProtoMessage added in v2.1.0

func (*GenerationCapabilityConfiguration) ProtoMessage()

func (*GenerationCapabilityConfiguration) ProtoReflect added in v2.1.0

func (*GenerationCapabilityConfiguration) Reset added in v2.1.0

func (*GenerationCapabilityConfiguration) String added in v2.1.0

type GenerationCapabilityOverride added in v2.1.0

type GenerationCapabilityOverride struct {

	// UML inherited base object
	IdentifiedObject *commonmodule.IdentifiedObject `protobuf:"bytes,1,opt,name=identifiedObject,proto3" json:"identifiedObject,omitempty"`
	// MISSING DOCUMENTATION!!!
	GenerationCapabilityConfiguration *GenerationCapabilityConfiguration `protobuf:"bytes,2,opt,name=generationCapabilityConfiguration,proto3" json:"generationCapabilityConfiguration,omitempty"`
	// contains filtered or unexported fields
}

Generation capability

func (*GenerationCapabilityOverride) Descriptor deprecated added in v2.1.0

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

Deprecated: Use GenerationCapabilityOverride.ProtoReflect.Descriptor instead.

func (*GenerationCapabilityOverride) GetGenerationCapabilityConfiguration added in v2.1.0

func (x *GenerationCapabilityOverride) GetGenerationCapabilityConfiguration() *GenerationCapabilityConfiguration

func (*GenerationCapabilityOverride) GetIdentifiedObject added in v2.1.0

func (*GenerationCapabilityOverride) ProtoMessage added in v2.1.0

func (*GenerationCapabilityOverride) ProtoMessage()

func (*GenerationCapabilityOverride) ProtoReflect added in v2.1.0

func (*GenerationCapabilityOverride) Reset added in v2.1.0

func (x *GenerationCapabilityOverride) Reset()

func (*GenerationCapabilityOverride) String added in v2.1.0

type GenerationCapabilityOverrideProfile added in v2.1.0

type GenerationCapabilityOverrideProfile struct {

	// UML inherited base object
	CapabilityMessageInfo *commonmodule.CapabilityMessageInfo `protobuf:"bytes,1,opt,name=capabilityMessageInfo,proto3" json:"capabilityMessageInfo,omitempty"`
	// MISSING DOCUMENTATION!!!
	GenerationCapabilityOverride *GenerationCapabilityOverride `protobuf:"bytes,2,opt,name=generationCapabilityOverride,proto3" json:"generationCapabilityOverride,omitempty"`
	// MISSING DOCUMENTATION!!!
	GeneratingUnit *GeneratingUnit `protobuf:"bytes,3,opt,name=generatingUnit,proto3" json:"generatingUnit,omitempty"`
	// contains filtered or unexported fields
}

Generation capability profile

func (*GenerationCapabilityOverrideProfile) Descriptor deprecated added in v2.1.0

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

Deprecated: Use GenerationCapabilityOverrideProfile.ProtoReflect.Descriptor instead.

func (*GenerationCapabilityOverrideProfile) GetCapabilityMessageInfo added in v2.1.0

func (*GenerationCapabilityOverrideProfile) GetGeneratingUnit added in v2.1.0

func (x *GenerationCapabilityOverrideProfile) GetGeneratingUnit() *GeneratingUnit

func (*GenerationCapabilityOverrideProfile) GetGenerationCapabilityOverride added in v2.1.0

func (x *GenerationCapabilityOverrideProfile) GetGenerationCapabilityOverride() *GenerationCapabilityOverride

func (*GenerationCapabilityOverrideProfile) ProtoMessage added in v2.1.0

func (*GenerationCapabilityOverrideProfile) ProtoMessage()

func (*GenerationCapabilityOverrideProfile) ProtoReflect added in v2.1.0

func (*GenerationCapabilityOverrideProfile) Reset added in v2.1.0

func (*GenerationCapabilityOverrideProfile) String added in v2.1.0

type GenerationCapabilityProfile added in v2.1.0

type GenerationCapabilityProfile struct {

	// UML inherited base object
	CapabilityMessageInfo *commonmodule.CapabilityMessageInfo `protobuf:"bytes,1,opt,name=capabilityMessageInfo,proto3" json:"capabilityMessageInfo,omitempty"`
	// MISSING DOCUMENTATION!!!
	GenerationCapability *GenerationCapability `protobuf:"bytes,2,opt,name=generationCapability,proto3" json:"generationCapability,omitempty"`
	// MISSING DOCUMENTATION!!!
	GeneratingUnit *GeneratingUnit `protobuf:"bytes,3,opt,name=generatingUnit,proto3" json:"generatingUnit,omitempty"`
	// contains filtered or unexported fields
}

Generation capability profile

func (*GenerationCapabilityProfile) Descriptor deprecated added in v2.1.0

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

Deprecated: Use GenerationCapabilityProfile.ProtoReflect.Descriptor instead.

func (*GenerationCapabilityProfile) GetCapabilityMessageInfo added in v2.1.0

func (x *GenerationCapabilityProfile) GetCapabilityMessageInfo() *commonmodule.CapabilityMessageInfo

func (*GenerationCapabilityProfile) GetGeneratingUnit added in v2.1.0

func (x *GenerationCapabilityProfile) GetGeneratingUnit() *GeneratingUnit

func (*GenerationCapabilityProfile) GetGenerationCapability added in v2.1.0

func (x *GenerationCapabilityProfile) GetGenerationCapability() *GenerationCapability

func (*GenerationCapabilityProfile) ProtoMessage added in v2.1.0

func (*GenerationCapabilityProfile) ProtoMessage()

func (*GenerationCapabilityProfile) ProtoReflect added in v2.1.0

func (*GenerationCapabilityProfile) Reset added in v2.1.0

func (x *GenerationCapabilityProfile) Reset()

func (*GenerationCapabilityProfile) String added in v2.1.0

func (x *GenerationCapabilityProfile) String() string

type GenerationCapabilityRatings added in v2.1.0

type GenerationCapabilityRatings struct {

	// UML inherited base object
	SourceCapabilityRatings *commonmodule.SourceCapabilityRatings `protobuf:"bytes,1,opt,name=sourceCapabilityRatings,proto3" json:"sourceCapabilityRatings,omitempty"`
	// contains filtered or unexported fields
}

Capability ratings

func (*GenerationCapabilityRatings) Descriptor deprecated added in v2.1.0

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

Deprecated: Use GenerationCapabilityRatings.ProtoReflect.Descriptor instead.

func (*GenerationCapabilityRatings) GetSourceCapabilityRatings added in v2.1.0

func (x *GenerationCapabilityRatings) GetSourceCapabilityRatings() *commonmodule.SourceCapabilityRatings

func (*GenerationCapabilityRatings) ProtoMessage added in v2.1.0

func (*GenerationCapabilityRatings) ProtoMessage()

func (*GenerationCapabilityRatings) ProtoReflect added in v2.1.0

func (*GenerationCapabilityRatings) Reset added in v2.1.0

func (x *GenerationCapabilityRatings) Reset()

func (*GenerationCapabilityRatings) String added in v2.1.0

func (x *GenerationCapabilityRatings) String() string

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"`
	// contains filtered or unexported fields
}

Generation control

func (*GenerationControl) Descriptor deprecated

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

Deprecated: Use GenerationControl.ProtoReflect.Descriptor instead.

func (*GenerationControl) GetCheck

func (*GenerationControl) GetControlValue

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

func (*GenerationControl) GetGenerationControlFSCC

func (x *GenerationControl) GetGenerationControlFSCC() *GenerationControlFSCC

func (*GenerationControl) ProtoMessage

func (*GenerationControl) ProtoMessage()

func (*GenerationControl) ProtoReflect

func (x *GenerationControl) ProtoReflect() protoreflect.Message

func (*GenerationControl) Reset

func (x *GenerationControl) Reset()

func (*GenerationControl) String

func (x *GenerationControl) String() string

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"`
	// contains filtered or unexported fields
}

LN: Schedule controller Name: FSCC

func (*GenerationControlFSCC) Descriptor deprecated

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

Deprecated: Use GenerationControlFSCC.ProtoReflect.Descriptor instead.

func (*GenerationControlFSCC) GetControlFSCC

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

func (*GenerationControlFSCC) GetGenerationControlScheduleFSCH

func (x *GenerationControlFSCC) GetGenerationControlScheduleFSCH() *GenerationControlScheduleFSCH

func (*GenerationControlFSCC) ProtoMessage

func (*GenerationControlFSCC) ProtoMessage()

func (*GenerationControlFSCC) ProtoReflect

func (x *GenerationControlFSCC) ProtoReflect() protoreflect.Message

func (*GenerationControlFSCC) Reset

func (x *GenerationControlFSCC) Reset()

func (*GenerationControlFSCC) String

func (x *GenerationControlFSCC) String() string

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"`
	// contains filtered or unexported fields
}

Generation control profile

func (*GenerationControlProfile) Descriptor deprecated

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

Deprecated: Use GenerationControlProfile.ProtoReflect.Descriptor instead.

func (*GenerationControlProfile) GetControlMessageInfo

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

func (*GenerationControlProfile) GetGeneratingUnit

func (x *GenerationControlProfile) GetGeneratingUnit() *GeneratingUnit

func (*GenerationControlProfile) GetGenerationControl

func (x *GenerationControlProfile) GetGenerationControl() *GenerationControl

func (*GenerationControlProfile) ProtoMessage

func (*GenerationControlProfile) ProtoMessage()

func (*GenerationControlProfile) ProtoReflect

func (x *GenerationControlProfile) ProtoReflect() protoreflect.Message

func (*GenerationControlProfile) Reset

func (x *GenerationControlProfile) Reset()

func (*GenerationControlProfile) String

func (x *GenerationControlProfile) String() string

type GenerationControlScheduleFSCH

type GenerationControlScheduleFSCH struct {

	// Discrete value in GenerationCSG type
	ValDCSG *GenerationCSG `protobuf:"bytes,1,opt,name=ValDCSG,proto3" json:"ValDCSG,omitempty"`
	// contains filtered or unexported fields
}

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

func (*GenerationControlScheduleFSCH) Descriptor deprecated

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

Deprecated: Use GenerationControlScheduleFSCH.ProtoReflect.Descriptor instead.

func (*GenerationControlScheduleFSCH) GetValDCSG

func (*GenerationControlScheduleFSCH) ProtoMessage

func (*GenerationControlScheduleFSCH) ProtoMessage()

func (*GenerationControlScheduleFSCH) ProtoReflect

func (*GenerationControlScheduleFSCH) Reset

func (x *GenerationControlScheduleFSCH) Reset()

func (*GenerationControlScheduleFSCH) String

type GenerationDiscreteControl

type GenerationDiscreteControl 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!!!
	ReactivePowerControl *ReactivePowerControl `protobuf:"bytes,3,opt,name=ReactivePowerControl,proto3" json:"ReactivePowerControl,omitempty"`
	// MISSING DOCUMENTATION!!!
	RealPowerControl *RealPowerControl `protobuf:"bytes,4,opt,name=RealPowerControl,proto3" json:"RealPowerControl,omitempty"`
	// contains filtered or unexported fields
}

Generation discrete control

func (*GenerationDiscreteControl) Descriptor deprecated

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

Deprecated: Use GenerationDiscreteControl.ProtoReflect.Descriptor instead.

func (*GenerationDiscreteControl) GetCheck

func (*GenerationDiscreteControl) GetControlValue

func (x *GenerationDiscreteControl) GetControlValue() *commonmodule.ControlValue

func (*GenerationDiscreteControl) GetReactivePowerControl

func (x *GenerationDiscreteControl) GetReactivePowerControl() *ReactivePowerControl

func (*GenerationDiscreteControl) GetRealPowerControl

func (x *GenerationDiscreteControl) GetRealPowerControl() *RealPowerControl

func (*GenerationDiscreteControl) ProtoMessage

func (*GenerationDiscreteControl) ProtoMessage()

func (*GenerationDiscreteControl) ProtoReflect

func (*GenerationDiscreteControl) Reset

func (x *GenerationDiscreteControl) Reset()

func (*GenerationDiscreteControl) String

func (x *GenerationDiscreteControl) String() string

type GenerationDiscreteControlProfile

type GenerationDiscreteControlProfile 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!!!
	GenerationDiscreteControl *GenerationDiscreteControl `protobuf:"bytes,3,opt,name=generationDiscreteControl,proto3" json:"generationDiscreteControl,omitempty"`
	// contains filtered or unexported fields
}

Generation discrete control profile

func (*GenerationDiscreteControlProfile) Descriptor deprecated

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

Deprecated: Use GenerationDiscreteControlProfile.ProtoReflect.Descriptor instead.

func (*GenerationDiscreteControlProfile) GetControlMessageInfo

func (*GenerationDiscreteControlProfile) GetGeneratingUnit

func (x *GenerationDiscreteControlProfile) GetGeneratingUnit() *GeneratingUnit

func (*GenerationDiscreteControlProfile) GetGenerationDiscreteControl

func (x *GenerationDiscreteControlProfile) GetGenerationDiscreteControl() *GenerationDiscreteControl

func (*GenerationDiscreteControlProfile) ProtoMessage

func (*GenerationDiscreteControlProfile) ProtoMessage()

func (*GenerationDiscreteControlProfile) ProtoReflect

func (*GenerationDiscreteControlProfile) Reset

func (*GenerationDiscreteControlProfile) String

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"`
	// contains filtered or unexported fields
}

Generation event

func (*GenerationEvent) Descriptor deprecated

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

Deprecated: Use GenerationEvent.ProtoReflect.Descriptor instead.

func (*GenerationEvent) GetEventValue

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

func (*GenerationEvent) GetGenerationEventZGEN

func (x *GenerationEvent) GetGenerationEventZGEN() *GenerationEventZGEN

func (*GenerationEvent) ProtoMessage

func (*GenerationEvent) ProtoMessage()

func (*GenerationEvent) ProtoReflect

func (x *GenerationEvent) ProtoReflect() protoreflect.Message

func (*GenerationEvent) Reset

func (x *GenerationEvent) Reset()

func (*GenerationEvent) String

func (x *GenerationEvent) String() string

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"`
	// MISSING DOCUMENTATION!!!
	Alrm *commonmodule.Optional_AlrmKind `protobuf:"bytes,7,opt,name=Alrm,proto3" json:"Alrm,omitempty"`
	// MISSING DOCUMENTATION!!!
	GridConnectionState *commonmodule.Optional_GridConnectionStateKind `protobuf:"bytes,8,opt,name=GridConnectionState,proto3" json:"GridConnectionState,omitempty"`
	// MISSING DOCUMENTATION!!!
	ManAlrmInfo *wrapperspb.StringValue `protobuf:"bytes,9,opt,name=ManAlrmInfo,proto3" json:"ManAlrmInfo,omitempty"`
	// MISSING DOCUMENTATION!!!
	OperatingState *commonmodule.Optional_OperatingStateKind `protobuf:"bytes,10,opt,name=OperatingState,proto3" json:"OperatingState,omitempty"`
	// contains filtered or unexported fields
}

Specialized 61850 ZGEN class

func (*GenerationEventAndStatusZGEN) Descriptor deprecated

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

Deprecated: Use GenerationEventAndStatusZGEN.ProtoReflect.Descriptor instead.

func (*GenerationEventAndStatusZGEN) GetAlrm added in v2.1.0

func (*GenerationEventAndStatusZGEN) GetAuxPwrSt

func (*GenerationEventAndStatusZGEN) GetDynamicTest

func (*GenerationEventAndStatusZGEN) GetEmgStop

func (*GenerationEventAndStatusZGEN) GetGnSynSt

func (*GenerationEventAndStatusZGEN) GetGridConnectionState added in v2.1.0

func (*GenerationEventAndStatusZGEN) GetLogicalNodeForEventAndStatus

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

func (*GenerationEventAndStatusZGEN) GetManAlrmInfo added in v2.1.0

func (*GenerationEventAndStatusZGEN) GetOperatingState added in v2.1.0

func (*GenerationEventAndStatusZGEN) GetPointStatus

func (*GenerationEventAndStatusZGEN) ProtoMessage

func (*GenerationEventAndStatusZGEN) ProtoMessage()

func (*GenerationEventAndStatusZGEN) ProtoReflect

func (*GenerationEventAndStatusZGEN) Reset

func (x *GenerationEventAndStatusZGEN) Reset()

func (*GenerationEventAndStatusZGEN) String

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"`
	// contains filtered or unexported fields
}

Generation event profile

func (*GenerationEventProfile) Descriptor deprecated

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

Deprecated: Use GenerationEventProfile.ProtoReflect.Descriptor instead.

func (*GenerationEventProfile) GetEventMessageInfo

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

func (*GenerationEventProfile) GetGeneratingUnit

func (x *GenerationEventProfile) GetGeneratingUnit() *GeneratingUnit

func (*GenerationEventProfile) GetGenerationEvent

func (x *GenerationEventProfile) GetGenerationEvent() *GenerationEvent

func (*GenerationEventProfile) ProtoMessage

func (*GenerationEventProfile) ProtoMessage()

func (*GenerationEventProfile) ProtoReflect

func (x *GenerationEventProfile) ProtoReflect() protoreflect.Message

func (*GenerationEventProfile) Reset

func (x *GenerationEventProfile) Reset()

func (*GenerationEventProfile) String

func (x *GenerationEventProfile) String() string

type GenerationEventZGEN

type GenerationEventZGEN struct {

	// UML inherited base object
	GenerationEventAndStatusZGEN *GenerationEventAndStatusZGEN `protobuf:"bytes,1,opt,name=generationEventAndStatusZGEN,proto3" json:"generationEventAndStatusZGEN,omitempty"`
	// contains filtered or unexported fields
}

Specialized generation event ZGEN

func (*GenerationEventZGEN) Descriptor deprecated

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

Deprecated: Use GenerationEventZGEN.ProtoReflect.Descriptor instead.

func (*GenerationEventZGEN) GetGenerationEventAndStatusZGEN

func (x *GenerationEventZGEN) GetGenerationEventAndStatusZGEN() *GenerationEventAndStatusZGEN

func (*GenerationEventZGEN) ProtoMessage

func (*GenerationEventZGEN) ProtoMessage()

func (*GenerationEventZGEN) ProtoReflect

func (x *GenerationEventZGEN) ProtoReflect() protoreflect.Message

func (*GenerationEventZGEN) Reset

func (x *GenerationEventZGEN) Reset()

func (*GenerationEventZGEN) String

func (x *GenerationEventZGEN) String() string

type GenerationPoint

type GenerationPoint struct {

	// Black start enable
	BlackStartEnabled *commonmodule.ControlSPC `protobuf:"bytes,1,opt,name=blackStartEnabled,proto3" json:"blackStartEnabled,omitempty"`
	// Enable frequency set point
	FrequencySetPointEnabled *commonmodule.ControlSPC `protobuf:"bytes,2,opt,name=frequencySetPointEnabled,proto3" json:"frequencySetPointEnabled,omitempty"`
	// MISSING DOCUMENTATION!!!
	PctHzDroop *wrapperspb.FloatValue `protobuf:"bytes,3,opt,name=pctHzDroop,proto3" json:"pctHzDroop,omitempty"`
	// MISSING DOCUMENTATION!!!
	PctVDroop *wrapperspb.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.ControlSPC `protobuf:"bytes,6,opt,name=reactivePwrSetPointEnabled,proto3" json:"reactivePwrSetPointEnabled,omitempty"`
	// Enable joint real power set point
	RealPwrSetPointEnabled *commonmodule.ControlSPC `protobuf:"bytes,7,opt,name=realPwrSetPointEnabled,proto3" json:"realPwrSetPointEnabled,omitempty"`
	// Reset device
	Reset_ *commonmodule.ControlSPC `protobuf:"bytes,8,opt,name=reset,proto3" json:"reset,omitempty"`
	// MISSING DOCUMENTATION!!!
	State *commonmodule.Optional_StateKind `protobuf:"bytes,9,opt,name=state,proto3" json:"state,omitempty"`
	// Synchronize back to grid
	SyncBackToGrid *commonmodule.ControlSPC `protobuf:"bytes,10,opt,name=syncBackToGrid,proto3" json:"syncBackToGrid,omitempty"`
	// Transition to island on grid loss enable
	TransToIslndOnGridLossEnabled *commonmodule.ControlSPC `protobuf:"bytes,11,opt,name=transToIslndOnGridLossEnabled,proto3" json:"transToIslndOnGridLossEnabled,omitempty"`
	// Enable voltage set point
	VoltageSetPointEnabled *commonmodule.ControlSPC `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"`
	// MISSING DOCUMENTATION!!!
	EnterServiceOperation *commonmodule.EnterServiceAPC `protobuf:"bytes,14,opt,name=enterServiceOperation,proto3" json:"enterServiceOperation,omitempty"`
	// MISSING DOCUMENTATION!!!
	HzWOperation *commonmodule.HzWAPC `protobuf:"bytes,15,opt,name=hzWOperation,proto3" json:"hzWOperation,omitempty"`
	// MISSING DOCUMENTATION!!!
	LimitWOperation *commonmodule.LimitWAPC `protobuf:"bytes,16,opt,name=limitWOperation,proto3" json:"limitWOperation,omitempty"`
	// MISSING DOCUMENTATION!!!
	PFOperation *commonmodule.PFSPC `protobuf:"bytes,17,opt,name=pFOperation,proto3" json:"pFOperation,omitempty"`
	// MISSING DOCUMENTATION!!!
	TmHzTripOperation *commonmodule.TmHzCSG `protobuf:"bytes,18,opt,name=tmHzTripOperation,proto3" json:"tmHzTripOperation,omitempty"`
	// MISSING DOCUMENTATION!!!
	TmVoltTripOperation *commonmodule.TmVoltCSG `protobuf:"bytes,19,opt,name=tmVoltTripOperation,proto3" json:"tmVoltTripOperation,omitempty"`
	// MISSING DOCUMENTATION!!!
	VArOperation *commonmodule.VarSPC `protobuf:"bytes,20,opt,name=vArOperation,proto3" json:"vArOperation,omitempty"`
	// MISSING DOCUMENTATION!!!
	VoltVarOperation *commonmodule.VoltVarCSG `protobuf:"bytes,21,opt,name=voltVarOperation,proto3" json:"voltVarOperation,omitempty"`
	// MISSING DOCUMENTATION!!!
	VoltWOperation *commonmodule.VoltWCSG `protobuf:"bytes,22,opt,name=voltWOperation,proto3" json:"voltWOperation,omitempty"`
	// MISSING DOCUMENTATION!!!
	WVarOperation *commonmodule.WVarCSG `protobuf:"bytes,23,opt,name=wVarOperation,proto3" json:"wVarOperation,omitempty"`
	// contains filtered or unexported fields
}

Point definition (Point) Control modes: - ISO (constant F) - X axis not in Time but real power % - Droop (F vs. % power output) - X axis not in time but real power %! - Real power output (constant) Schedule (to Circuit Segment Management service) - Contains time Direct Control - No time, but only the objective sent to the Circuit Segment Management)

func (*GenerationPoint) Descriptor deprecated

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

Deprecated: Use GenerationPoint.ProtoReflect.Descriptor instead.

func (*GenerationPoint) GetBlackStartEnabled

func (x *GenerationPoint) GetBlackStartEnabled() *commonmodule.ControlSPC

func (*GenerationPoint) GetEnterServiceOperation added in v2.1.0

func (x *GenerationPoint) GetEnterServiceOperation() *commonmodule.EnterServiceAPC

func (*GenerationPoint) GetFrequencySetPointEnabled

func (x *GenerationPoint) GetFrequencySetPointEnabled() *commonmodule.ControlSPC

func (*GenerationPoint) GetHzWOperation added in v2.1.0

func (x *GenerationPoint) GetHzWOperation() *commonmodule.HzWAPC

func (*GenerationPoint) GetLimitWOperation added in v2.1.0

func (x *GenerationPoint) GetLimitWOperation() *commonmodule.LimitWAPC

func (*GenerationPoint) GetPFOperation added in v2.1.0

func (x *GenerationPoint) GetPFOperation() *commonmodule.PFSPC

func (*GenerationPoint) GetPctHzDroop

func (x *GenerationPoint) GetPctHzDroop() *wrapperspb.FloatValue

func (*GenerationPoint) GetPctVDroop

func (x *GenerationPoint) GetPctVDroop() *wrapperspb.FloatValue

func (*GenerationPoint) GetRampRates

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

func (*GenerationPoint) GetReactivePwrSetPointEnabled

func (x *GenerationPoint) GetReactivePwrSetPointEnabled() *commonmodule.ControlSPC

func (*GenerationPoint) GetRealPwrSetPointEnabled

func (x *GenerationPoint) GetRealPwrSetPointEnabled() *commonmodule.ControlSPC

func (*GenerationPoint) GetReset_

func (x *GenerationPoint) GetReset_() *commonmodule.ControlSPC

func (*GenerationPoint) GetStartTime

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

func (*GenerationPoint) GetState

func (*GenerationPoint) GetSyncBackToGrid

func (x *GenerationPoint) GetSyncBackToGrid() *commonmodule.ControlSPC

func (*GenerationPoint) GetTmHzTripOperation added in v2.1.0

func (x *GenerationPoint) GetTmHzTripOperation() *commonmodule.TmHzCSG

func (*GenerationPoint) GetTmVoltTripOperation added in v2.1.0

func (x *GenerationPoint) GetTmVoltTripOperation() *commonmodule.TmVoltCSG

func (*GenerationPoint) GetTransToIslndOnGridLossEnabled

func (x *GenerationPoint) GetTransToIslndOnGridLossEnabled() *commonmodule.ControlSPC

func (*GenerationPoint) GetVArOperation added in v2.1.0

func (x *GenerationPoint) GetVArOperation() *commonmodule.VarSPC

func (*GenerationPoint) GetVoltVarOperation added in v2.1.0

func (x *GenerationPoint) GetVoltVarOperation() *commonmodule.VoltVarCSG

func (*GenerationPoint) GetVoltWOperation added in v2.1.0

func (x *GenerationPoint) GetVoltWOperation() *commonmodule.VoltWCSG

func (*GenerationPoint) GetVoltageSetPointEnabled

func (x *GenerationPoint) GetVoltageSetPointEnabled() *commonmodule.ControlSPC

func (*GenerationPoint) GetWVarOperation added in v2.1.0

func (x *GenerationPoint) GetWVarOperation() *commonmodule.WVarCSG

func (*GenerationPoint) ProtoMessage

func (*GenerationPoint) ProtoMessage()

func (*GenerationPoint) ProtoReflect

func (x *GenerationPoint) ProtoReflect() protoreflect.Message

func (*GenerationPoint) Reset

func (x *GenerationPoint) Reset()

func (*GenerationPoint) String

func (x *GenerationPoint) String() string

type GenerationPointStatus

type GenerationPointStatus struct {

	// Black start enable
	BlackStartEnabled *commonmodule.StatusSPS `protobuf:"bytes,1,opt,name=blackStartEnabled,proto3" json:"blackStartEnabled,omitempty"`
	// Enable frequency set point
	FrequencySetPointEnabled *commonmodule.StatusSPS `protobuf:"bytes,2,opt,name=frequencySetPointEnabled,proto3" json:"frequencySetPointEnabled,omitempty"`
	// MISSING DOCUMENTATION!!!
	PctHzDroop *wrapperspb.FloatValue `protobuf:"bytes,3,opt,name=pctHzDroop,proto3" json:"pctHzDroop,omitempty"`
	// MISSING DOCUMENTATION!!!
	PctVDroop *wrapperspb.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.StatusSPS `protobuf:"bytes,6,opt,name=reactivePwrSetPointEnabled,proto3" json:"reactivePwrSetPointEnabled,omitempty"`
	// Enable real power set point
	RealPwrSetPointEnabled *commonmodule.StatusSPS `protobuf:"bytes,7,opt,name=realPwrSetPointEnabled,proto3" json:"realPwrSetPointEnabled,omitempty"`
	// MISSING DOCUMENTATION!!!
	State *commonmodule.Optional_StateKind `protobuf:"bytes,8,opt,name=state,proto3" json:"state,omitempty"`
	// Synchronize back to grid
	SyncBackToGrid *commonmodule.StatusSPS `protobuf:"bytes,9,opt,name=syncBackToGrid,proto3" json:"syncBackToGrid,omitempty"`
	// Transition to island on grid loss enable
	TransToIslndOnGridLossEnabled *commonmodule.StatusSPS `protobuf:"bytes,10,opt,name=transToIslndOnGridLossEnabled,proto3" json:"transToIslndOnGridLossEnabled,omitempty"`
	// Enable voltage set point
	VoltageSetPointEnabled *commonmodule.StatusSPS `protobuf:"bytes,11,opt,name=voltageSetPointEnabled,proto3" json:"voltageSetPointEnabled,omitempty"`
	// MISSING DOCUMENTATION!!!
	EnterServiceOperation *commonmodule.EnterServiceAPC `protobuf:"bytes,12,opt,name=enterServiceOperation,proto3" json:"enterServiceOperation,omitempty"`
	// MISSING DOCUMENTATION!!!
	HzWOperation *commonmodule.HzWAPC `protobuf:"bytes,13,opt,name=hzWOperation,proto3" json:"hzWOperation,omitempty"`
	// MISSING DOCUMENTATION!!!
	LimitWOperation *commonmodule.LimitWAPC `protobuf:"bytes,14,opt,name=limitWOperation,proto3" json:"limitWOperation,omitempty"`
	// MISSING DOCUMENTATION!!!
	PFOperation *commonmodule.PFSPC `protobuf:"bytes,15,opt,name=pFOperation,proto3" json:"pFOperation,omitempty"`
	// MISSING DOCUMENTATION!!!
	TmHzTripOperation *commonmodule.TmHzCSG `protobuf:"bytes,16,opt,name=tmHzTripOperation,proto3" json:"tmHzTripOperation,omitempty"`
	// MISSING DOCUMENTATION!!!
	TmVoltTripOperation *commonmodule.TmVoltCSG `protobuf:"bytes,17,opt,name=tmVoltTripOperation,proto3" json:"tmVoltTripOperation,omitempty"`
	// MISSING DOCUMENTATION!!!
	VArOperation *commonmodule.VarSPC `protobuf:"bytes,18,opt,name=vArOperation,proto3" json:"vArOperation,omitempty"`
	// MISSING DOCUMENTATION!!!
	VoltVarOperation *commonmodule.VoltVarCSG `protobuf:"bytes,19,opt,name=voltVarOperation,proto3" json:"voltVarOperation,omitempty"`
	// MISSING DOCUMENTATION!!!
	VoltWOperation *commonmodule.VoltWCSG `protobuf:"bytes,20,opt,name=voltWOperation,proto3" json:"voltWOperation,omitempty"`
	// MISSING DOCUMENTATION!!!
	WVarOperation *commonmodule.WVarCSG `protobuf:"bytes,21,opt,name=wVarOperation,proto3" json:"wVarOperation,omitempty"`
	// contains filtered or unexported fields
}

Point definition (Point)

func (*GenerationPointStatus) Descriptor deprecated

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

Deprecated: Use GenerationPointStatus.ProtoReflect.Descriptor instead.

func (*GenerationPointStatus) GetBlackStartEnabled

func (x *GenerationPointStatus) GetBlackStartEnabled() *commonmodule.StatusSPS

func (*GenerationPointStatus) GetEnterServiceOperation added in v2.1.0

func (x *GenerationPointStatus) GetEnterServiceOperation() *commonmodule.EnterServiceAPC

func (*GenerationPointStatus) GetFrequencySetPointEnabled

func (x *GenerationPointStatus) GetFrequencySetPointEnabled() *commonmodule.StatusSPS

func (*GenerationPointStatus) GetHzWOperation added in v2.1.0

func (x *GenerationPointStatus) GetHzWOperation() *commonmodule.HzWAPC

func (*GenerationPointStatus) GetLimitWOperation added in v2.1.0

func (x *GenerationPointStatus) GetLimitWOperation() *commonmodule.LimitWAPC

func (*GenerationPointStatus) GetPFOperation added in v2.1.0

func (x *GenerationPointStatus) GetPFOperation() *commonmodule.PFSPC

func (*GenerationPointStatus) GetPctHzDroop

func (x *GenerationPointStatus) GetPctHzDroop() *wrapperspb.FloatValue

func (*GenerationPointStatus) GetPctVDroop

func (x *GenerationPointStatus) GetPctVDroop() *wrapperspb.FloatValue

func (*GenerationPointStatus) GetRampRates

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

func (*GenerationPointStatus) GetReactivePwrSetPointEnabled

func (x *GenerationPointStatus) GetReactivePwrSetPointEnabled() *commonmodule.StatusSPS

func (*GenerationPointStatus) GetRealPwrSetPointEnabled

func (x *GenerationPointStatus) GetRealPwrSetPointEnabled() *commonmodule.StatusSPS

func (*GenerationPointStatus) GetState

func (*GenerationPointStatus) GetSyncBackToGrid

func (x *GenerationPointStatus) GetSyncBackToGrid() *commonmodule.StatusSPS

func (*GenerationPointStatus) GetTmHzTripOperation added in v2.1.0

func (x *GenerationPointStatus) GetTmHzTripOperation() *commonmodule.TmHzCSG

func (*GenerationPointStatus) GetTmVoltTripOperation added in v2.1.0

func (x *GenerationPointStatus) GetTmVoltTripOperation() *commonmodule.TmVoltCSG

func (*GenerationPointStatus) GetTransToIslndOnGridLossEnabled

func (x *GenerationPointStatus) GetTransToIslndOnGridLossEnabled() *commonmodule.StatusSPS

func (*GenerationPointStatus) GetVArOperation added in v2.1.0

func (x *GenerationPointStatus) GetVArOperation() *commonmodule.VarSPC

func (*GenerationPointStatus) GetVoltVarOperation added in v2.1.0

func (x *GenerationPointStatus) GetVoltVarOperation() *commonmodule.VoltVarCSG

func (*GenerationPointStatus) GetVoltWOperation added in v2.1.0

func (x *GenerationPointStatus) GetVoltWOperation() *commonmodule.VoltWCSG

func (*GenerationPointStatus) GetVoltageSetPointEnabled

func (x *GenerationPointStatus) GetVoltageSetPointEnabled() *commonmodule.StatusSPS

func (*GenerationPointStatus) GetWVarOperation added in v2.1.0

func (x *GenerationPointStatus) GetWVarOperation() *commonmodule.WVarCSG

func (*GenerationPointStatus) ProtoMessage

func (*GenerationPointStatus) ProtoMessage()

func (*GenerationPointStatus) ProtoReflect

func (x *GenerationPointStatus) ProtoReflect() protoreflect.Message

func (*GenerationPointStatus) Reset

func (x *GenerationPointStatus) Reset()

func (*GenerationPointStatus) String

func (x *GenerationPointStatus) String() string

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"`
	// contains filtered or unexported fields
}

Generation reading value

func (*GenerationReading) Descriptor deprecated

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

Deprecated: Use GenerationReading.ProtoReflect.Descriptor instead.

func (*GenerationReading) GetConductingEquipmentTerminalReading

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

func (*GenerationReading) GetPhaseMMTN

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

func (*GenerationReading) GetReadingMMTR

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

func (*GenerationReading) GetReadingMMXU

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

func (*GenerationReading) ProtoMessage

func (*GenerationReading) ProtoMessage()

func (*GenerationReading) ProtoReflect

func (x *GenerationReading) ProtoReflect() protoreflect.Message

func (*GenerationReading) Reset

func (x *GenerationReading) Reset()

func (*GenerationReading) String

func (x *GenerationReading) String() string

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"`
	// contains filtered or unexported fields
}

Generation reading profile

func (*GenerationReadingProfile) Descriptor deprecated

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

Deprecated: Use GenerationReadingProfile.ProtoReflect.Descriptor instead.

func (*GenerationReadingProfile) GetGeneratingUnit

func (x *GenerationReadingProfile) GetGeneratingUnit() *GeneratingUnit

func (*GenerationReadingProfile) GetGenerationReading

func (x *GenerationReadingProfile) GetGenerationReading() *GenerationReading

func (*GenerationReadingProfile) GetReadingMessageInfo

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

func (*GenerationReadingProfile) ProtoMessage

func (*GenerationReadingProfile) ProtoMessage()

func (*GenerationReadingProfile) ProtoReflect

func (x *GenerationReadingProfile) ProtoReflect() protoreflect.Message

func (*GenerationReadingProfile) Reset

func (x *GenerationReadingProfile) Reset()

func (*GenerationReadingProfile) String

func (x *GenerationReadingProfile) String() string

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"`
	// contains filtered or unexported fields
}

Generation status

func (*GenerationStatus) Descriptor deprecated

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

Deprecated: Use GenerationStatus.ProtoReflect.Descriptor instead.

func (*GenerationStatus) GetGenerationStatusZGEN

func (x *GenerationStatus) GetGenerationStatusZGEN() *GenerationStatusZGEN

func (*GenerationStatus) GetStatusValue

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

func (*GenerationStatus) ProtoMessage

func (*GenerationStatus) ProtoMessage()

func (*GenerationStatus) ProtoReflect

func (x *GenerationStatus) ProtoReflect() protoreflect.Message

func (*GenerationStatus) Reset

func (x *GenerationStatus) Reset()

func (*GenerationStatus) String

func (x *GenerationStatus) String() string

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"`
	// contains filtered or unexported fields
}

Generation status profile

func (*GenerationStatusProfile) Descriptor deprecated

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

Deprecated: Use GenerationStatusProfile.ProtoReflect.Descriptor instead.

func (*GenerationStatusProfile) GetGeneratingUnit

func (x *GenerationStatusProfile) GetGeneratingUnit() *GeneratingUnit

func (*GenerationStatusProfile) GetGenerationStatus

func (x *GenerationStatusProfile) GetGenerationStatus() *GenerationStatus

func (*GenerationStatusProfile) GetStatusMessageInfo

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

func (*GenerationStatusProfile) ProtoMessage

func (*GenerationStatusProfile) ProtoMessage()

func (*GenerationStatusProfile) ProtoReflect

func (x *GenerationStatusProfile) ProtoReflect() protoreflect.Message

func (*GenerationStatusProfile) Reset

func (x *GenerationStatusProfile) Reset()

func (*GenerationStatusProfile) String

func (x *GenerationStatusProfile) String() string

type GenerationStatusZGEN

type GenerationStatusZGEN struct {

	// UML inherited base object
	GenerationEventAndStatusZGEN *GenerationEventAndStatusZGEN `protobuf:"bytes,1,opt,name=generationEventAndStatusZGEN,proto3" json:"generationEventAndStatusZGEN,omitempty"`
	// contains filtered or unexported fields
}

Specialized 61850 ZGEN class

func (*GenerationStatusZGEN) Descriptor deprecated

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

Deprecated: Use GenerationStatusZGEN.ProtoReflect.Descriptor instead.

func (*GenerationStatusZGEN) GetGenerationEventAndStatusZGEN

func (x *GenerationStatusZGEN) GetGenerationEventAndStatusZGEN() *GenerationEventAndStatusZGEN

func (*GenerationStatusZGEN) ProtoMessage

func (*GenerationStatusZGEN) ProtoMessage()

func (*GenerationStatusZGEN) ProtoReflect

func (x *GenerationStatusZGEN) ProtoReflect() protoreflect.Message

func (*GenerationStatusZGEN) Reset

func (x *GenerationStatusZGEN) Reset()

func (*GenerationStatusZGEN) String

func (x *GenerationStatusZGEN) String() string

type ReactivePowerControl

type ReactivePowerControl struct {

	// MISSING DOCUMENTATION!!!
	DroopSetpoint *DroopParameter `protobuf:"bytes,1,opt,name=droopSetpoint,proto3" json:"droopSetpoint,omitempty"`
	// MISSING DOCUMENTATION!!!
	PowerFactorSetpoint *wrapperspb.FloatValue `protobuf:"bytes,2,opt,name=powerFactorSetpoint,proto3" json:"powerFactorSetpoint,omitempty"`
	// MISSING DOCUMENTATION!!!
	ReactivePowerControlMode *commonmodule.Optional_ReactivePowerControlKind `protobuf:"bytes,3,opt,name=reactivePowerControlMode,proto3" json:"reactivePowerControlMode,omitempty"`
	// MISSING DOCUMENTATION!!!
	ReactivePowerSetpoint *wrapperspb.FloatValue `protobuf:"bytes,4,opt,name=reactivePowerSetpoint,proto3" json:"reactivePowerSetpoint,omitempty"`
	// MISSING DOCUMENTATION!!!
	VoltageSetpoint *wrapperspb.FloatValue `protobuf:"bytes,5,opt,name=voltageSetpoint,proto3" json:"voltageSetpoint,omitempty"`
	// contains filtered or unexported fields
}

Generation real power control

func (*ReactivePowerControl) Descriptor deprecated

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

Deprecated: Use ReactivePowerControl.ProtoReflect.Descriptor instead.

func (*ReactivePowerControl) GetDroopSetpoint

func (x *ReactivePowerControl) GetDroopSetpoint() *DroopParameter

func (*ReactivePowerControl) GetPowerFactorSetpoint

func (x *ReactivePowerControl) GetPowerFactorSetpoint() *wrapperspb.FloatValue

func (*ReactivePowerControl) GetReactivePowerControlMode

func (x *ReactivePowerControl) GetReactivePowerControlMode() *commonmodule.Optional_ReactivePowerControlKind

func (*ReactivePowerControl) GetReactivePowerSetpoint

func (x *ReactivePowerControl) GetReactivePowerSetpoint() *wrapperspb.FloatValue

func (*ReactivePowerControl) GetVoltageSetpoint

func (x *ReactivePowerControl) GetVoltageSetpoint() *wrapperspb.FloatValue

func (*ReactivePowerControl) ProtoMessage

func (*ReactivePowerControl) ProtoMessage()

func (*ReactivePowerControl) ProtoReflect

func (x *ReactivePowerControl) ProtoReflect() protoreflect.Message

func (*ReactivePowerControl) Reset

func (x *ReactivePowerControl) Reset()

func (*ReactivePowerControl) String

func (x *ReactivePowerControl) String() string

type RealPowerControl

type RealPowerControl struct {

	// MISSING DOCUMENTATION!!!
	DroopSetpoint *DroopParameter `protobuf:"bytes,1,opt,name=droopSetpoint,proto3" json:"droopSetpoint,omitempty"`
	// MISSING DOCUMENTATION!!!
	IsochronousSetpoint *wrapperspb.FloatValue `protobuf:"bytes,2,opt,name=isochronousSetpoint,proto3" json:"isochronousSetpoint,omitempty"`
	// MISSING DOCUMENTATION!!!
	RealPowerControlMode *commonmodule.Optional_RealPowerControlKind `protobuf:"bytes,3,opt,name=realPowerControlMode,proto3" json:"realPowerControlMode,omitempty"`
	// MISSING DOCUMENTATION!!!
	RealPowerSetpoint *wrapperspb.FloatValue `protobuf:"bytes,4,opt,name=realPowerSetpoint,proto3" json:"realPowerSetpoint,omitempty"`
	// contains filtered or unexported fields
}

Generation real power control

func (*RealPowerControl) Descriptor deprecated

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

Deprecated: Use RealPowerControl.ProtoReflect.Descriptor instead.

func (*RealPowerControl) GetDroopSetpoint

func (x *RealPowerControl) GetDroopSetpoint() *DroopParameter

func (*RealPowerControl) GetIsochronousSetpoint

func (x *RealPowerControl) GetIsochronousSetpoint() *wrapperspb.FloatValue

func (*RealPowerControl) GetRealPowerControlMode

func (x *RealPowerControl) GetRealPowerControlMode() *commonmodule.Optional_RealPowerControlKind

func (*RealPowerControl) GetRealPowerSetpoint

func (x *RealPowerControl) GetRealPowerSetpoint() *wrapperspb.FloatValue

func (*RealPowerControl) ProtoMessage

func (*RealPowerControl) ProtoMessage()

func (*RealPowerControl) ProtoReflect

func (x *RealPowerControl) ProtoReflect() protoreflect.Message

func (*RealPowerControl) Reset

func (x *RealPowerControl) Reset()

func (*RealPowerControl) String

func (x *RealPowerControl) String() string

Jump to

Keyboard shortcuts

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