generationmodule

package
v2.0.0 Latest Latest
Warning

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

Go to latest
Published: Aug 21, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RealPowerControlKind_name = map[int32]string{
		0: "RealPowerControlKind_UNDEFINED",
		1: "RealPowerControlKind_advanced",
		2: "RealPowerControlKind_droop",
		3: "RealPowerControlKind_isochronous",
		4: "RealPowerControlKind_realPower",
	}
	RealPowerControlKind_value = map[string]int32{
		"RealPowerControlKind_UNDEFINED":   0,
		"RealPowerControlKind_advanced":    1,
		"RealPowerControlKind_droop":       2,
		"RealPowerControlKind_isochronous": 3,
		"RealPowerControlKind_realPower":   4,
	}
)

Enum value maps for RealPowerControlKind.

View Source
var (
	ReactivePowerControlKind_name = map[int32]string{
		0: "ReactivePowerControlKind_UNDEFINED",
		1: "ReactivePowerControlKind_advanced",
		2: "ReactivePowerControlKind_droop",
		3: "ReactivePowerControlKind_voltage",
		4: "ReactivePowerControlKind_reactivePower",
		5: "ReactivePowerControlKind_powerFactor",
	}
	ReactivePowerControlKind_value = map[string]int32{
		"ReactivePowerControlKind_UNDEFINED":     0,
		"ReactivePowerControlKind_advanced":      1,
		"ReactivePowerControlKind_droop":         2,
		"ReactivePowerControlKind_voltage":       3,
		"ReactivePowerControlKind_reactivePower": 4,
		"ReactivePowerControlKind_powerFactor":   5,
	}
)

Enum value maps for ReactivePowerControlKind.

View Source
var File_generationmodule_generationmodule_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type DroopParameter

type DroopParameter struct {

	// MISSING DOCUMENTATION!!!
	Slope *wrappers.FloatValue `protobuf:"bytes,1,opt,name=slope,proto3" json:"slope,omitempty"`
	// MISSING DOCUMENTATION!!!
	UnloadedOffset *wrappers.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() *wrappers.FloatValue

func (*DroopParameter) GetUnloadedOffset

func (x *DroopParameter) GetUnloadedOffset() *wrappers.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 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"`
	// MISSING DOCUMENTATION!!!
	Ied *commonmodule.IED `protobuf:"bytes,4,opt,name=ied,proto3" json:"ied,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) GetIed

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"`
	// MISSING DOCUMENTATION!!!
	Ied *commonmodule.IED `protobuf:"bytes,4,opt,name=ied,proto3" json:"ied,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) GetIed

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"`
	// 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) GetAuxPwrSt

func (*GenerationEventAndStatusZGEN) GetDynamicTest

func (*GenerationEventAndStatusZGEN) GetEmgStop

func (*GenerationEventAndStatusZGEN) GetGnSynSt

func (*GenerationEventAndStatusZGEN) GetLogicalNodeForEventAndStatus

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

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"`
	// MISSING DOCUMENTATION!!!
	Ied *commonmodule.IED `protobuf:"bytes,4,opt,name=ied,proto3" json:"ied,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) GetIed

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

Point definition (Point)

func (*GenerationPoint) Descriptor deprecated

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

Deprecated: Use GenerationPoint.ProtoReflect.Descriptor instead.

func (*GenerationPoint) GetBlackStartEnabled

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

func (*GenerationPoint) GetFrequencySetPointEnabled

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

func (*GenerationPoint) GetPctHzDroop

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

func (*GenerationPoint) GetPctVDroop

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

func (*GenerationPoint) GetRampRates

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

func (*GenerationPoint) GetReactivePwrSetPointEnabled

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

func (*GenerationPoint) GetRealPwrSetPointEnabled

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

func (*GenerationPoint) GetReset_

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

func (*GenerationPoint) GetStartTime

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

func (*GenerationPoint) GetState

func (*GenerationPoint) GetSyncBackToGrid

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

func (*GenerationPoint) GetTransToIslndOnGridLossEnabled

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

func (*GenerationPoint) GetVoltageSetPointEnabled

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

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.StatusDPS `protobuf:"bytes,1,opt,name=blackStartEnabled,proto3" json:"blackStartEnabled,omitempty"`
	// Enable frequency set point
	FrequencySetPointEnabled *commonmodule.StatusDPS `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.StatusDPS `protobuf:"bytes,6,opt,name=reactivePwrSetPointEnabled,proto3" json:"reactivePwrSetPointEnabled,omitempty"`
	// Enable real power set point
	RealPwrSetPointEnabled *commonmodule.StatusDPS `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.StatusDPS `protobuf:"bytes,9,opt,name=syncBackToGrid,proto3" json:"syncBackToGrid,omitempty"`
	// Transition to island on grid loss enable
	TransToIslndOnGridLossEnabled *commonmodule.StatusDPS `protobuf:"bytes,10,opt,name=transToIslndOnGridLossEnabled,proto3" json:"transToIslndOnGridLossEnabled,omitempty"`
	// Enable voltage set point
	VoltageSetPointEnabled *commonmodule.StatusDPS `protobuf:"bytes,11,opt,name=voltageSetPointEnabled,proto3" json:"voltageSetPointEnabled,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.StatusDPS

func (*GenerationPointStatus) GetFrequencySetPointEnabled

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

func (*GenerationPointStatus) GetPctHzDroop

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

func (*GenerationPointStatus) GetPctVDroop

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

func (*GenerationPointStatus) GetRampRates

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

func (*GenerationPointStatus) GetReactivePwrSetPointEnabled

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

func (*GenerationPointStatus) GetRealPwrSetPointEnabled

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

func (*GenerationPointStatus) GetState

func (*GenerationPointStatus) GetSyncBackToGrid

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

func (*GenerationPointStatus) GetTransToIslndOnGridLossEnabled

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

func (*GenerationPointStatus) GetVoltageSetPointEnabled

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

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"`
	// MISSING DOCUMENTATION!!!
	Ied *commonmodule.IED `protobuf:"bytes,4,opt,name=ied,proto3" json:"ied,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) GetIed

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"`
	// MISSING DOCUMENTATION!!!
	Ied *commonmodule.IED `protobuf:"bytes,4,opt,name=ied,proto3" json:"ied,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) GetIed

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 Optional_ReactivePowerControlKind

type Optional_ReactivePowerControlKind struct {
	Value ReactivePowerControlKind `protobuf:"varint,1,opt,name=value,proto3,enum=generationmodule.ReactivePowerControlKind" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Optional_ReactivePowerControlKind) Descriptor deprecated

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

Deprecated: Use Optional_ReactivePowerControlKind.ProtoReflect.Descriptor instead.

func (*Optional_ReactivePowerControlKind) GetValue

func (*Optional_ReactivePowerControlKind) ProtoMessage

func (*Optional_ReactivePowerControlKind) ProtoMessage()

func (*Optional_ReactivePowerControlKind) ProtoReflect

func (*Optional_ReactivePowerControlKind) Reset

func (*Optional_ReactivePowerControlKind) String

type Optional_RealPowerControlKind

type Optional_RealPowerControlKind struct {
	Value RealPowerControlKind `protobuf:"varint,1,opt,name=value,proto3,enum=generationmodule.RealPowerControlKind" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Optional_RealPowerControlKind) Descriptor deprecated

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

Deprecated: Use Optional_RealPowerControlKind.ProtoReflect.Descriptor instead.

func (*Optional_RealPowerControlKind) GetValue

func (*Optional_RealPowerControlKind) ProtoMessage

func (*Optional_RealPowerControlKind) ProtoMessage()

func (*Optional_RealPowerControlKind) ProtoReflect

func (*Optional_RealPowerControlKind) Reset

func (x *Optional_RealPowerControlKind) Reset()

func (*Optional_RealPowerControlKind) String

type ReactivePowerControl

type ReactivePowerControl struct {

	// MISSING DOCUMENTATION!!!
	DroopSetpoint *DroopParameter `protobuf:"bytes,1,opt,name=droopSetpoint,proto3" json:"droopSetpoint,omitempty"`
	// MISSING DOCUMENTATION!!!
	PowerFactorSetpoint *wrappers.FloatValue `protobuf:"bytes,2,opt,name=powerFactorSetpoint,proto3" json:"powerFactorSetpoint,omitempty"`
	// MISSING DOCUMENTATION!!!
	ReactivePowerControlMode *Optional_ReactivePowerControlKind `protobuf:"bytes,3,opt,name=reactivePowerControlMode,proto3" json:"reactivePowerControlMode,omitempty"`
	// MISSING DOCUMENTATION!!!
	ReactivePowerSetpoint *wrappers.FloatValue `protobuf:"bytes,4,opt,name=reactivePowerSetpoint,proto3" json:"reactivePowerSetpoint,omitempty"`
	// MISSING DOCUMENTATION!!!
	VoltageSetpoint *wrappers.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() *wrappers.FloatValue

func (*ReactivePowerControl) GetReactivePowerControlMode

func (x *ReactivePowerControl) GetReactivePowerControlMode() *Optional_ReactivePowerControlKind

func (*ReactivePowerControl) GetReactivePowerSetpoint

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

func (*ReactivePowerControl) GetVoltageSetpoint

func (x *ReactivePowerControl) GetVoltageSetpoint() *wrappers.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 ReactivePowerControlKind

type ReactivePowerControlKind int32

Real power control kind

const (
	// MISSING DOCUMENTATION!!!
	ReactivePowerControlKind_ReactivePowerControlKind_UNDEFINED ReactivePowerControlKind = 0
	// MISSING DOCUMENTATION!!!
	ReactivePowerControlKind_ReactivePowerControlKind_advanced ReactivePowerControlKind = 1
	// MISSING DOCUMENTATION!!!
	ReactivePowerControlKind_ReactivePowerControlKind_droop ReactivePowerControlKind = 2
	// Voltage setpoint
	ReactivePowerControlKind_ReactivePowerControlKind_voltage ReactivePowerControlKind = 3
	// Reactive power setpoint
	ReactivePowerControlKind_ReactivePowerControlKind_reactivePower ReactivePowerControlKind = 4
	// MISSING DOCUMENTATION!!!
	ReactivePowerControlKind_ReactivePowerControlKind_powerFactor ReactivePowerControlKind = 5
)

func (ReactivePowerControlKind) Descriptor

func (ReactivePowerControlKind) Enum

func (ReactivePowerControlKind) EnumDescriptor deprecated

func (ReactivePowerControlKind) EnumDescriptor() ([]byte, []int)

Deprecated: Use ReactivePowerControlKind.Descriptor instead.

func (ReactivePowerControlKind) Number

func (ReactivePowerControlKind) String

func (x ReactivePowerControlKind) String() string

func (ReactivePowerControlKind) Type

type RealPowerControl

type RealPowerControl struct {

	// MISSING DOCUMENTATION!!!
	DroopSetpoint *DroopParameter `protobuf:"bytes,1,opt,name=droopSetpoint,proto3" json:"droopSetpoint,omitempty"`
	// MISSING DOCUMENTATION!!!
	IsochronousSetpoint *wrappers.FloatValue `protobuf:"bytes,2,opt,name=isochronousSetpoint,proto3" json:"isochronousSetpoint,omitempty"`
	// MISSING DOCUMENTATION!!!
	RealPowerControlMode *Optional_RealPowerControlKind `protobuf:"bytes,3,opt,name=realPowerControlMode,proto3" json:"realPowerControlMode,omitempty"`
	// MISSING DOCUMENTATION!!!
	RealPowerSetpoint *wrappers.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() *wrappers.FloatValue

func (*RealPowerControl) GetRealPowerControlMode

func (x *RealPowerControl) GetRealPowerControlMode() *Optional_RealPowerControlKind

func (*RealPowerControl) GetRealPowerSetpoint

func (x *RealPowerControl) GetRealPowerSetpoint() *wrappers.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

type RealPowerControlKind

type RealPowerControlKind int32

Real power control kind

const (
	// MISSING DOCUMENTATION!!!
	RealPowerControlKind_RealPowerControlKind_UNDEFINED RealPowerControlKind = 0
	// MISSING DOCUMENTATION!!!
	RealPowerControlKind_RealPowerControlKind_advanced RealPowerControlKind = 1
	// MISSING DOCUMENTATION!!!
	RealPowerControlKind_RealPowerControlKind_droop RealPowerControlKind = 2
	// MISSING DOCUMENTATION!!!
	RealPowerControlKind_RealPowerControlKind_isochronous RealPowerControlKind = 3
	// Real power setpoint
	RealPowerControlKind_RealPowerControlKind_realPower RealPowerControlKind = 4
)

func (RealPowerControlKind) Descriptor

func (RealPowerControlKind) Enum

func (RealPowerControlKind) EnumDescriptor deprecated

func (RealPowerControlKind) EnumDescriptor() ([]byte, []int)

Deprecated: Use RealPowerControlKind.Descriptor instead.

func (RealPowerControlKind) Number

func (RealPowerControlKind) String

func (x RealPowerControlKind) String() string

func (RealPowerControlKind) Type

Jump to

Keyboard shortcuts

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