solarmodule

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 File_solarmodule_solarmodule_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type SolarCSG

type SolarCSG struct {

	// The array with the points specifying a curve shape.
	CrvPts []*SolarPoint `protobuf:"bytes,1,rep,name=crvPts,proto3" json:"crvPts,omitempty"`
	// contains filtered or unexported fields
}

Curve shape setting (FC=SP) (CSG_SP)

func (*SolarCSG) Descriptor deprecated

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

Deprecated: Use SolarCSG.ProtoReflect.Descriptor instead.

func (*SolarCSG) GetCrvPts

func (x *SolarCSG) GetCrvPts() []*SolarPoint

func (*SolarCSG) ProtoMessage

func (*SolarCSG) ProtoMessage()

func (*SolarCSG) ProtoReflect

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

func (*SolarCSG) Reset

func (x *SolarCSG) Reset()

func (*SolarCSG) String

func (x *SolarCSG) String() string

type SolarControl

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

Solar control

func (*SolarControl) Descriptor deprecated

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

Deprecated: Use SolarControl.ProtoReflect.Descriptor instead.

func (*SolarControl) GetCheck

func (x *SolarControl) GetCheck() *commonmodule.CheckConditions

func (*SolarControl) GetControlValue

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

func (*SolarControl) GetSolarControlFSCC

func (x *SolarControl) GetSolarControlFSCC() *SolarControlFSCC

func (*SolarControl) ProtoMessage

func (*SolarControl) ProtoMessage()

func (*SolarControl) ProtoReflect

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

func (*SolarControl) Reset

func (x *SolarControl) Reset()

func (*SolarControl) String

func (x *SolarControl) String() string

type SolarControlFSCC

type SolarControlFSCC struct {

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

Specialized 61850 FSCC class. LN: Schedule controller   Name: FSCC

func (*SolarControlFSCC) Descriptor deprecated

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

Deprecated: Use SolarControlFSCC.ProtoReflect.Descriptor instead.

func (*SolarControlFSCC) GetControlFSCC

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

func (*SolarControlFSCC) GetSolarControlScheduleFSCH

func (x *SolarControlFSCC) GetSolarControlScheduleFSCH() *SolarControlScheduleFSCH

func (*SolarControlFSCC) ProtoMessage

func (*SolarControlFSCC) ProtoMessage()

func (*SolarControlFSCC) ProtoReflect

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

func (*SolarControlFSCC) Reset

func (x *SolarControlFSCC) Reset()

func (*SolarControlFSCC) String

func (x *SolarControlFSCC) String() string

type SolarControlProfile

type SolarControlProfile struct {

	// UML inherited base object
	ControlMessageInfo *commonmodule.ControlMessageInfo `protobuf:"bytes,1,opt,name=controlMessageInfo,proto3" json:"controlMessageInfo,omitempty"`
	// MISSING DOCUMENTATION!!!
	Ied *commonmodule.IED `protobuf:"bytes,2,opt,name=ied,proto3" json:"ied,omitempty"`
	// MISSING DOCUMENTATION!!!
	SolarControl *SolarControl `protobuf:"bytes,3,opt,name=solarControl,proto3" json:"solarControl,omitempty"`
	// MISSING DOCUMENTATION!!!
	SolarInverter *SolarInverter `protobuf:"bytes,4,opt,name=solarInverter,proto3" json:"solarInverter,omitempty"`
	// contains filtered or unexported fields
}

Solar control profile

func (*SolarControlProfile) Descriptor deprecated

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

Deprecated: Use SolarControlProfile.ProtoReflect.Descriptor instead.

func (*SolarControlProfile) GetControlMessageInfo

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

func (*SolarControlProfile) GetIed

func (x *SolarControlProfile) GetIed() *commonmodule.IED

func (*SolarControlProfile) GetSolarControl

func (x *SolarControlProfile) GetSolarControl() *SolarControl

func (*SolarControlProfile) GetSolarInverter

func (x *SolarControlProfile) GetSolarInverter() *SolarInverter

func (*SolarControlProfile) ProtoMessage

func (*SolarControlProfile) ProtoMessage()

func (*SolarControlProfile) ProtoReflect

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

func (*SolarControlProfile) Reset

func (x *SolarControlProfile) Reset()

func (*SolarControlProfile) String

func (x *SolarControlProfile) String() string

type SolarControlScheduleFSCH

type SolarControlScheduleFSCH struct {

	// Discrete value in SolarCSG type
	ValDCSG *SolarCSG `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 (*SolarControlScheduleFSCH) Descriptor deprecated

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

Deprecated: Use SolarControlScheduleFSCH.ProtoReflect.Descriptor instead.

func (*SolarControlScheduleFSCH) GetValDCSG

func (x *SolarControlScheduleFSCH) GetValDCSG() *SolarCSG

func (*SolarControlScheduleFSCH) ProtoMessage

func (*SolarControlScheduleFSCH) ProtoMessage()

func (*SolarControlScheduleFSCH) ProtoReflect

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

func (*SolarControlScheduleFSCH) Reset

func (x *SolarControlScheduleFSCH) Reset()

func (*SolarControlScheduleFSCH) String

func (x *SolarControlScheduleFSCH) String() string

type SolarEvent

type SolarEvent struct {

	// UML inherited base object
	EventValue *commonmodule.EventValue `protobuf:"bytes,1,opt,name=eventValue,proto3" json:"eventValue,omitempty"`
	// MISSING DOCUMENTATION!!!
	SolarEventZGEN *SolarEventZGEN `protobuf:"bytes,2,opt,name=solarEventZGEN,proto3" json:"solarEventZGEN,omitempty"`
	// contains filtered or unexported fields
}

Solar event

func (*SolarEvent) Descriptor deprecated

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

Deprecated: Use SolarEvent.ProtoReflect.Descriptor instead.

func (*SolarEvent) GetEventValue

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

func (*SolarEvent) GetSolarEventZGEN

func (x *SolarEvent) GetSolarEventZGEN() *SolarEventZGEN

func (*SolarEvent) ProtoMessage

func (*SolarEvent) ProtoMessage()

func (*SolarEvent) ProtoReflect

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

func (*SolarEvent) Reset

func (x *SolarEvent) Reset()

func (*SolarEvent) String

func (x *SolarEvent) String() string

type SolarEventAndStatusZGEN

type SolarEventAndStatusZGEN struct {

	// UML inherited base object
	LogicalNodeForEventAndStatus *commonmodule.LogicalNodeForEventAndStatus `protobuf:"bytes,1,opt,name=logicalNodeForEventAndStatus,proto3" json:"logicalNodeForEventAndStatus,omitempty"`
	// DC Power On/Off Status; True = DC power on
	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"`
	// MISSING DOCUMENTATION!!!
	PointStatus *SolarPointStatus `protobuf:"bytes,5,opt,name=PointStatus,proto3" json:"PointStatus,omitempty"`
	// contains filtered or unexported fields
}

Specialized 61850 ZGEN class

func (*SolarEventAndStatusZGEN) Descriptor deprecated

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

Deprecated: Use SolarEventAndStatusZGEN.ProtoReflect.Descriptor instead.

func (*SolarEventAndStatusZGEN) GetAuxPwrSt

func (*SolarEventAndStatusZGEN) GetDynamicTest

func (*SolarEventAndStatusZGEN) GetEmgStop

func (*SolarEventAndStatusZGEN) GetLogicalNodeForEventAndStatus

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

func (*SolarEventAndStatusZGEN) GetPointStatus

func (x *SolarEventAndStatusZGEN) GetPointStatus() *SolarPointStatus

func (*SolarEventAndStatusZGEN) ProtoMessage

func (*SolarEventAndStatusZGEN) ProtoMessage()

func (*SolarEventAndStatusZGEN) ProtoReflect

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

func (*SolarEventAndStatusZGEN) Reset

func (x *SolarEventAndStatusZGEN) Reset()

func (*SolarEventAndStatusZGEN) String

func (x *SolarEventAndStatusZGEN) String() string

type SolarEventProfile

type SolarEventProfile struct {

	// UML inherited base object
	EventMessageInfo *commonmodule.EventMessageInfo `protobuf:"bytes,1,opt,name=eventMessageInfo,proto3" json:"eventMessageInfo,omitempty"`
	// MISSING DOCUMENTATION!!!
	Ied *commonmodule.IED `protobuf:"bytes,2,opt,name=ied,proto3" json:"ied,omitempty"`
	// MISSING DOCUMENTATION!!!
	SolarEvent *SolarEvent `protobuf:"bytes,3,opt,name=solarEvent,proto3" json:"solarEvent,omitempty"`
	// MISSING DOCUMENTATION!!!
	SolarInverter *SolarInverter `protobuf:"bytes,4,opt,name=solarInverter,proto3" json:"solarInverter,omitempty"`
	// contains filtered or unexported fields
}

Solar event profile

func (*SolarEventProfile) Descriptor deprecated

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

Deprecated: Use SolarEventProfile.ProtoReflect.Descriptor instead.

func (*SolarEventProfile) GetEventMessageInfo

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

func (*SolarEventProfile) GetIed

func (x *SolarEventProfile) GetIed() *commonmodule.IED

func (*SolarEventProfile) GetSolarEvent

func (x *SolarEventProfile) GetSolarEvent() *SolarEvent

func (*SolarEventProfile) GetSolarInverter

func (x *SolarEventProfile) GetSolarInverter() *SolarInverter

func (*SolarEventProfile) ProtoMessage

func (*SolarEventProfile) ProtoMessage()

func (*SolarEventProfile) ProtoReflect

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

func (*SolarEventProfile) Reset

func (x *SolarEventProfile) Reset()

func (*SolarEventProfile) String

func (x *SolarEventProfile) String() string

type SolarEventZGEN

type SolarEventZGEN struct {

	// UML inherited base object
	SolarEventAndStatusZGEN *SolarEventAndStatusZGEN `protobuf:"bytes,1,opt,name=solarEventAndStatusZGEN,proto3" json:"solarEventAndStatusZGEN,omitempty"`
	// MISSING DOCUMENTATION!!!
	GriMod *commonmodule.ENG_GridConnectModeKind `protobuf:"bytes,2,opt,name=GriMod,proto3" json:"GriMod,omitempty"`
	// contains filtered or unexported fields
}

Specialized 61850 ZGEN class

func (*SolarEventZGEN) Descriptor deprecated

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

Deprecated: Use SolarEventZGEN.ProtoReflect.Descriptor instead.

func (*SolarEventZGEN) GetGriMod

func (*SolarEventZGEN) GetSolarEventAndStatusZGEN

func (x *SolarEventZGEN) GetSolarEventAndStatusZGEN() *SolarEventAndStatusZGEN

func (*SolarEventZGEN) ProtoMessage

func (*SolarEventZGEN) ProtoMessage()

func (*SolarEventZGEN) ProtoReflect

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

func (*SolarEventZGEN) Reset

func (x *SolarEventZGEN) Reset()

func (*SolarEventZGEN) String

func (x *SolarEventZGEN) String() string

type SolarInverter

type SolarInverter struct {

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

MISSING DOCUMENTATION!!!

func (*SolarInverter) Descriptor deprecated

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

Deprecated: Use SolarInverter.ProtoReflect.Descriptor instead.

func (*SolarInverter) GetConductingEquipment

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

func (*SolarInverter) ProtoMessage

func (*SolarInverter) ProtoMessage()

func (*SolarInverter) ProtoReflect

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

func (*SolarInverter) Reset

func (x *SolarInverter) Reset()

func (*SolarInverter) String

func (x *SolarInverter) String() string

type SolarPoint

type SolarPoint struct {

	// Enable frequency set point
	FrequencySetPointEnabled *commonmodule.ControlDPC `protobuf:"bytes,1,opt,name=frequencySetPointEnabled,proto3" json:"frequencySetPointEnabled,omitempty"`
	// Grid connect mode
	Mode *commonmodule.ENG_GridConnectModeKind `protobuf:"bytes,2,opt,name=mode,proto3" json:"mode,omitempty"`
	// Black start enable
	PctHzDroop *wrappers.FloatValue `protobuf:"bytes,3,opt,name=pctHzDroop,proto3" json:"pctHzDroop,omitempty"`
	// Black start enable
	PctVDroop *wrappers.FloatValue `protobuf:"bytes,4,opt,name=pctVDroop,proto3" json:"pctVDroop,omitempty"`
	// Ramp rates
	RampRates *commonmodule.RampRate `protobuf:"bytes,5,opt,name=rampRates,proto3" json:"rampRates,omitempty"`
	// Enable reactive power set point
	ReactivePwrSetPointEnabled *commonmodule.ControlDPC `protobuf:"bytes,6,opt,name=reactivePwrSetPointEnabled,proto3" json:"reactivePwrSetPointEnabled,omitempty"`
	// Enable real power set point
	RealPwrSetPointEnabled *commonmodule.ControlDPC `protobuf:"bytes,7,opt,name=realPwrSetPointEnabled,proto3" json:"realPwrSetPointEnabled,omitempty"`
	// 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"`
	// Enable voltage set point
	VoltageSetPointEnabled *commonmodule.ControlDPC `protobuf:"bytes,10,opt,name=voltageSetPointEnabled,proto3" json:"voltageSetPointEnabled,omitempty"`
	// X-axis value (Unix time).
	StartTime *commonmodule.ControlTimestamp `protobuf:"bytes,11,opt,name=startTime,proto3" json:"startTime,omitempty"`
	// contains filtered or unexported fields
}

Point definition (Point)

func (*SolarPoint) Descriptor deprecated

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

Deprecated: Use SolarPoint.ProtoReflect.Descriptor instead.

func (*SolarPoint) GetFrequencySetPointEnabled

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

func (*SolarPoint) GetMode

func (*SolarPoint) GetPctHzDroop

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

func (*SolarPoint) GetPctVDroop

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

func (*SolarPoint) GetRampRates

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

func (*SolarPoint) GetReactivePwrSetPointEnabled

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

func (*SolarPoint) GetRealPwrSetPointEnabled

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

func (*SolarPoint) GetReset_

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

func (*SolarPoint) GetStartTime

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

func (*SolarPoint) GetState

func (*SolarPoint) GetVoltageSetPointEnabled

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

func (*SolarPoint) ProtoMessage

func (*SolarPoint) ProtoMessage()

func (*SolarPoint) ProtoReflect

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

func (*SolarPoint) Reset

func (x *SolarPoint) Reset()

func (*SolarPoint) String

func (x *SolarPoint) String() string

type SolarPointStatus

type SolarPointStatus struct {

	// Enable frequency set point
	FrequencySetPointEnabled *commonmodule.StatusDPS `protobuf:"bytes,1,opt,name=frequencySetPointEnabled,proto3" json:"frequencySetPointEnabled,omitempty"`
	// Grid connect mode
	Mode *commonmodule.ENG_GridConnectModeKind `protobuf:"bytes,2,opt,name=mode,proto3" json:"mode,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"`
	// Enable voltage set point
	VoltageSetPointEnabled *commonmodule.StatusDPS `protobuf:"bytes,9,opt,name=voltageSetPointEnabled,proto3" json:"voltageSetPointEnabled,omitempty"`
	// contains filtered or unexported fields
}

Point definition (Point)

func (*SolarPointStatus) Descriptor deprecated

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

Deprecated: Use SolarPointStatus.ProtoReflect.Descriptor instead.

func (*SolarPointStatus) GetFrequencySetPointEnabled

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

func (*SolarPointStatus) GetMode

func (*SolarPointStatus) GetPctHzDroop

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

func (*SolarPointStatus) GetPctVDroop

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

func (*SolarPointStatus) GetRampRates

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

func (*SolarPointStatus) GetReactivePwrSetPointEnabled

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

func (*SolarPointStatus) GetRealPwrSetPointEnabled

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

func (*SolarPointStatus) GetState

func (*SolarPointStatus) GetVoltageSetPointEnabled

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

func (*SolarPointStatus) ProtoMessage

func (*SolarPointStatus) ProtoMessage()

func (*SolarPointStatus) ProtoReflect

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

func (*SolarPointStatus) Reset

func (x *SolarPointStatus) Reset()

func (*SolarPointStatus) String

func (x *SolarPointStatus) String() string

type SolarReading

type SolarReading 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
}

Solar reading value

func (*SolarReading) Descriptor deprecated

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

Deprecated: Use SolarReading.ProtoReflect.Descriptor instead.

func (*SolarReading) GetConductingEquipmentTerminalReading

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

func (*SolarReading) GetPhaseMMTN

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

func (*SolarReading) GetReadingMMTR

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

func (*SolarReading) GetReadingMMXU

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

func (*SolarReading) ProtoMessage

func (*SolarReading) ProtoMessage()

func (*SolarReading) ProtoReflect

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

func (*SolarReading) Reset

func (x *SolarReading) Reset()

func (*SolarReading) String

func (x *SolarReading) String() string

type SolarReadingProfile

type SolarReadingProfile struct {

	// UML inherited base object
	ReadingMessageInfo *commonmodule.ReadingMessageInfo `protobuf:"bytes,1,opt,name=readingMessageInfo,proto3" json:"readingMessageInfo,omitempty"`
	// MISSING DOCUMENTATION!!!
	Ied *commonmodule.IED `protobuf:"bytes,2,opt,name=ied,proto3" json:"ied,omitempty"`
	// MISSING DOCUMENTATION!!!
	SolarInverter *SolarInverter `protobuf:"bytes,3,opt,name=solarInverter,proto3" json:"solarInverter,omitempty"`
	// MISSING DOCUMENTATION!!!
	SolarReading *SolarReading `protobuf:"bytes,4,opt,name=solarReading,proto3" json:"solarReading,omitempty"`
	// contains filtered or unexported fields
}

Solar reading profile

func (*SolarReadingProfile) Descriptor deprecated

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

Deprecated: Use SolarReadingProfile.ProtoReflect.Descriptor instead.

func (*SolarReadingProfile) GetIed

func (x *SolarReadingProfile) GetIed() *commonmodule.IED

func (*SolarReadingProfile) GetReadingMessageInfo

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

func (*SolarReadingProfile) GetSolarInverter

func (x *SolarReadingProfile) GetSolarInverter() *SolarInverter

func (*SolarReadingProfile) GetSolarReading

func (x *SolarReadingProfile) GetSolarReading() *SolarReading

func (*SolarReadingProfile) ProtoMessage

func (*SolarReadingProfile) ProtoMessage()

func (*SolarReadingProfile) ProtoReflect

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

func (*SolarReadingProfile) Reset

func (x *SolarReadingProfile) Reset()

func (*SolarReadingProfile) String

func (x *SolarReadingProfile) String() string

type SolarStatus

type SolarStatus struct {

	// UML inherited base object
	StatusValue *commonmodule.StatusValue `protobuf:"bytes,1,opt,name=statusValue,proto3" json:"statusValue,omitempty"`
	// MISSING DOCUMENTATION!!!
	SolarStatusZGEN *SolarStatusZGEN `protobuf:"bytes,2,opt,name=solarStatusZGEN,proto3" json:"solarStatusZGEN,omitempty"`
	// contains filtered or unexported fields
}

Solar status

func (*SolarStatus) Descriptor deprecated

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

Deprecated: Use SolarStatus.ProtoReflect.Descriptor instead.

func (*SolarStatus) GetSolarStatusZGEN

func (x *SolarStatus) GetSolarStatusZGEN() *SolarStatusZGEN

func (*SolarStatus) GetStatusValue

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

func (*SolarStatus) ProtoMessage

func (*SolarStatus) ProtoMessage()

func (*SolarStatus) ProtoReflect

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

func (*SolarStatus) Reset

func (x *SolarStatus) Reset()

func (*SolarStatus) String

func (x *SolarStatus) String() string

type SolarStatusProfile

type SolarStatusProfile struct {

	// UML inherited base object
	StatusMessageInfo *commonmodule.StatusMessageInfo `protobuf:"bytes,1,opt,name=statusMessageInfo,proto3" json:"statusMessageInfo,omitempty"`
	// MISSING DOCUMENTATION!!!
	Ied *commonmodule.IED `protobuf:"bytes,2,opt,name=ied,proto3" json:"ied,omitempty"`
	// MISSING DOCUMENTATION!!!
	SolarInverter *SolarInverter `protobuf:"bytes,3,opt,name=solarInverter,proto3" json:"solarInverter,omitempty"`
	// MISSING DOCUMENTATION!!!
	SolarStatus *SolarStatus `protobuf:"bytes,4,opt,name=solarStatus,proto3" json:"solarStatus,omitempty"`
	// contains filtered or unexported fields
}

Solar status profile

func (*SolarStatusProfile) Descriptor deprecated

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

Deprecated: Use SolarStatusProfile.ProtoReflect.Descriptor instead.

func (*SolarStatusProfile) GetIed

func (x *SolarStatusProfile) GetIed() *commonmodule.IED

func (*SolarStatusProfile) GetSolarInverter

func (x *SolarStatusProfile) GetSolarInverter() *SolarInverter

func (*SolarStatusProfile) GetSolarStatus

func (x *SolarStatusProfile) GetSolarStatus() *SolarStatus

func (*SolarStatusProfile) GetStatusMessageInfo

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

func (*SolarStatusProfile) ProtoMessage

func (*SolarStatusProfile) ProtoMessage()

func (*SolarStatusProfile) ProtoReflect

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

func (*SolarStatusProfile) Reset

func (x *SolarStatusProfile) Reset()

func (*SolarStatusProfile) String

func (x *SolarStatusProfile) String() string

type SolarStatusZGEN

type SolarStatusZGEN struct {

	// UML inherited base object
	SolarEventAndStatusZGEN *SolarEventAndStatusZGEN `protobuf:"bytes,1,opt,name=solarEventAndStatusZGEN,proto3" json:"solarEventAndStatusZGEN,omitempty"`
	// MISSING DOCUMENTATION!!!
	GriMod *commonmodule.ENG_GridConnectModeKind `protobuf:"bytes,2,opt,name=GriMod,proto3" json:"GriMod,omitempty"`
	// contains filtered or unexported fields
}

Specialized 61850 ZGEN LN class

func (*SolarStatusZGEN) Descriptor deprecated

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

Deprecated: Use SolarStatusZGEN.ProtoReflect.Descriptor instead.

func (*SolarStatusZGEN) GetGriMod

func (*SolarStatusZGEN) GetSolarEventAndStatusZGEN

func (x *SolarStatusZGEN) GetSolarEventAndStatusZGEN() *SolarEventAndStatusZGEN

func (*SolarStatusZGEN) ProtoMessage

func (*SolarStatusZGEN) ProtoMessage()

func (*SolarStatusZGEN) ProtoReflect

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

func (*SolarStatusZGEN) Reset

func (x *SolarStatusZGEN) Reset()

func (*SolarStatusZGEN) String

func (x *SolarStatusZGEN) String() string

Jump to

Keyboard shortcuts

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