interconnectionmodule

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: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_interconnectionmodule_interconnectionmodule_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type InterconnectionCSG

type InterconnectionCSG struct {

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

Curve shape setting (FC=SP) (CSG_SP)

func (*InterconnectionCSG) Descriptor deprecated

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

Deprecated: Use InterconnectionCSG.ProtoReflect.Descriptor instead.

func (*InterconnectionCSG) GetCrvPts

func (x *InterconnectionCSG) GetCrvPts() []*InterconnectionPoint

func (*InterconnectionCSG) ProtoMessage

func (*InterconnectionCSG) ProtoMessage()

func (*InterconnectionCSG) ProtoReflect

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

func (*InterconnectionCSG) Reset

func (x *InterconnectionCSG) Reset()

func (*InterconnectionCSG) String

func (x *InterconnectionCSG) String() string

type InterconnectionControlScheduleFSCH

type InterconnectionControlScheduleFSCH struct {

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

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

Deprecated: Use InterconnectionControlScheduleFSCH.ProtoReflect.Descriptor instead.

func (*InterconnectionControlScheduleFSCH) GetValDCSG

func (*InterconnectionControlScheduleFSCH) ProtoMessage

func (*InterconnectionControlScheduleFSCH) ProtoMessage()

func (*InterconnectionControlScheduleFSCH) ProtoReflect

func (*InterconnectionControlScheduleFSCH) Reset

func (*InterconnectionControlScheduleFSCH) String

type InterconnectionPlannedScheduleProfile added in v2.1.0

type InterconnectionPlannedScheduleProfile struct {

	// UML inherited base object
	ControlMessageInfo *commonmodule.ControlMessageInfo `protobuf:"bytes,1,opt,name=controlMessageInfo,proto3" json:"controlMessageInfo,omitempty"`
	// MISSING DOCUMENTATION!!!
	RequesterCircuitSegmentService *commonmodule.ApplicationSystem `protobuf:"bytes,2,opt,name=requesterCircuitSegmentService,proto3" json:"requesterCircuitSegmentService,omitempty"`
	// MISSING DOCUMENTATION!!!
	InterconnectionSchedule *InterconnectionSchedule `protobuf:"bytes,3,opt,name=interconnectionSchedule,proto3" json:"interconnectionSchedule,omitempty"`
	// MISSING DOCUMENTATION!!!
	TiePoint *commonmodule.ConductingEquipment `protobuf:"bytes,4,opt,name=tiePoint,proto3" json:"tiePoint,omitempty"`
	// MISSING DOCUMENTATION!!!
	ResponderCircuitSegmentService *commonmodule.ApplicationSystem `protobuf:"bytes,5,opt,name=responderCircuitSegmentService,proto3" json:"responderCircuitSegmentService,omitempty"`
	// contains filtered or unexported fields
}

Planned interconnection schedule profile

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

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

Deprecated: Use InterconnectionPlannedScheduleProfile.ProtoReflect.Descriptor instead.

func (*InterconnectionPlannedScheduleProfile) GetControlMessageInfo added in v2.1.0

func (*InterconnectionPlannedScheduleProfile) GetInterconnectionSchedule added in v2.1.0

func (x *InterconnectionPlannedScheduleProfile) GetInterconnectionSchedule() *InterconnectionSchedule

func (*InterconnectionPlannedScheduleProfile) GetRequesterCircuitSegmentService added in v2.1.0

func (x *InterconnectionPlannedScheduleProfile) GetRequesterCircuitSegmentService() *commonmodule.ApplicationSystem

func (*InterconnectionPlannedScheduleProfile) GetResponderCircuitSegmentService added in v2.1.0

func (x *InterconnectionPlannedScheduleProfile) GetResponderCircuitSegmentService() *commonmodule.ApplicationSystem

func (*InterconnectionPlannedScheduleProfile) GetTiePoint added in v2.1.0

func (*InterconnectionPlannedScheduleProfile) ProtoMessage added in v2.1.0

func (*InterconnectionPlannedScheduleProfile) ProtoMessage()

func (*InterconnectionPlannedScheduleProfile) ProtoReflect added in v2.1.0

func (*InterconnectionPlannedScheduleProfile) Reset added in v2.1.0

func (*InterconnectionPlannedScheduleProfile) String added in v2.1.0

type InterconnectionPoint

type InterconnectionPoint 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"`
	// Island control
	Island *commonmodule.ControlSPC `protobuf:"bytes,3,opt,name=island,proto3" json:"island,omitempty"`
	// Black start enable
	PctHzDroop *wrapperspb.FloatValue `protobuf:"bytes,4,opt,name=pctHzDroop,proto3" json:"pctHzDroop,omitempty"`
	// Black start enable
	PctVDroop *wrapperspb.FloatValue `protobuf:"bytes,5,opt,name=pctVDroop,proto3" json:"pctVDroop,omitempty"`
	// Ramp rates
	RampRates *commonmodule.RampRate `protobuf:"bytes,6,opt,name=rampRates,proto3" json:"rampRates,omitempty"`
	// Enable reactive power set point
	ReactivePwrSetPointEnabled *commonmodule.ControlSPC `protobuf:"bytes,7,opt,name=reactivePwrSetPointEnabled,proto3" json:"reactivePwrSetPointEnabled,omitempty"`
	// Enable real power set point
	RealPwrSetPointEnabled *commonmodule.ControlSPC `protobuf:"bytes,8,opt,name=realPwrSetPointEnabled,proto3" json:"realPwrSetPointEnabled,omitempty"`
	// Enable voltage set point
	VoltageSetPointEnabled *commonmodule.ControlSPC `protobuf:"bytes,9,opt,name=voltageSetPointEnabled,proto3" json:"voltageSetPointEnabled,omitempty"`
	// Start time
	StartTime *commonmodule.Timestamp `protobuf:"bytes,10,opt,name=startTime,proto3" json:"startTime,omitempty"`
	// contains filtered or unexported fields
}

Point definition (Point)

func (*InterconnectionPoint) Descriptor deprecated

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

Deprecated: Use InterconnectionPoint.ProtoReflect.Descriptor instead.

func (*InterconnectionPoint) GetBlackStartEnabled

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

func (*InterconnectionPoint) GetFrequencySetPointEnabled

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

func (*InterconnectionPoint) GetIsland

func (*InterconnectionPoint) GetPctHzDroop

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

func (*InterconnectionPoint) GetPctVDroop

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

func (*InterconnectionPoint) GetRampRates

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

func (*InterconnectionPoint) GetReactivePwrSetPointEnabled

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

func (*InterconnectionPoint) GetRealPwrSetPointEnabled

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

func (*InterconnectionPoint) GetStartTime

func (x *InterconnectionPoint) GetStartTime() *commonmodule.Timestamp

func (*InterconnectionPoint) GetVoltageSetPointEnabled

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

func (*InterconnectionPoint) ProtoMessage

func (*InterconnectionPoint) ProtoMessage()

func (*InterconnectionPoint) ProtoReflect

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

func (*InterconnectionPoint) Reset

func (x *InterconnectionPoint) Reset()

func (*InterconnectionPoint) String

func (x *InterconnectionPoint) String() string

type InterconnectionRequestedScheduleProfile added in v2.1.0

type InterconnectionRequestedScheduleProfile struct {

	// UML inherited base object
	ControlMessageInfo *commonmodule.ControlMessageInfo `protobuf:"bytes,1,opt,name=controlMessageInfo,proto3" json:"controlMessageInfo,omitempty"`
	// MISSING DOCUMENTATION!!!
	RequesterCircuitSegmentService *commonmodule.ApplicationSystem `protobuf:"bytes,2,opt,name=requesterCircuitSegmentService,proto3" json:"requesterCircuitSegmentService,omitempty"`
	// MISSING DOCUMENTATION!!!
	InterconnectionSchedule *InterconnectionSchedule `protobuf:"bytes,3,opt,name=interconnectionSchedule,proto3" json:"interconnectionSchedule,omitempty"`
	// MISSING DOCUMENTATION!!!
	TiePoint *commonmodule.ConductingEquipment `protobuf:"bytes,4,opt,name=tiePoint,proto3" json:"tiePoint,omitempty"`
	// MISSING DOCUMENTATION!!!
	ResponderCircuitSegmentService *commonmodule.ApplicationSystem `protobuf:"bytes,5,opt,name=responderCircuitSegmentService,proto3" json:"responderCircuitSegmentService,omitempty"`
	// contains filtered or unexported fields
}

Requested interconnection schedule profile

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

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

Deprecated: Use InterconnectionRequestedScheduleProfile.ProtoReflect.Descriptor instead.

func (*InterconnectionRequestedScheduleProfile) GetControlMessageInfo added in v2.1.0

func (*InterconnectionRequestedScheduleProfile) GetInterconnectionSchedule added in v2.1.0

func (x *InterconnectionRequestedScheduleProfile) GetInterconnectionSchedule() *InterconnectionSchedule

func (*InterconnectionRequestedScheduleProfile) GetRequesterCircuitSegmentService added in v2.1.0

func (x *InterconnectionRequestedScheduleProfile) GetRequesterCircuitSegmentService() *commonmodule.ApplicationSystem

func (*InterconnectionRequestedScheduleProfile) GetResponderCircuitSegmentService added in v2.1.0

func (x *InterconnectionRequestedScheduleProfile) GetResponderCircuitSegmentService() *commonmodule.ApplicationSystem

func (*InterconnectionRequestedScheduleProfile) GetTiePoint added in v2.1.0

func (*InterconnectionRequestedScheduleProfile) ProtoMessage added in v2.1.0

func (*InterconnectionRequestedScheduleProfile) ProtoReflect added in v2.1.0

func (*InterconnectionRequestedScheduleProfile) Reset added in v2.1.0

func (*InterconnectionRequestedScheduleProfile) String added in v2.1.0

type InterconnectionSchedule

type InterconnectionSchedule struct {

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

Interconnection schedule

func (*InterconnectionSchedule) Descriptor deprecated

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

Deprecated: Use InterconnectionSchedule.ProtoReflect.Descriptor instead.

func (*InterconnectionSchedule) GetCheck

func (*InterconnectionSchedule) GetIdentifiedObject

func (x *InterconnectionSchedule) GetIdentifiedObject() *commonmodule.IdentifiedObject

func (*InterconnectionSchedule) GetInterconnectionScheduleFSCC

func (x *InterconnectionSchedule) GetInterconnectionScheduleFSCC() *InterconnectionScheduleFSCC

func (*InterconnectionSchedule) ProtoMessage

func (*InterconnectionSchedule) ProtoMessage()

func (*InterconnectionSchedule) ProtoReflect

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

func (*InterconnectionSchedule) Reset

func (x *InterconnectionSchedule) Reset()

func (*InterconnectionSchedule) String

func (x *InterconnectionSchedule) String() string

type InterconnectionScheduleFSCC

type InterconnectionScheduleFSCC struct {

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

Specialized 61850 FSCC class for interconnection schedule

func (*InterconnectionScheduleFSCC) Descriptor deprecated

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

Deprecated: Use InterconnectionScheduleFSCC.ProtoReflect.Descriptor instead.

func (*InterconnectionScheduleFSCC) GetControlFSCC

func (*InterconnectionScheduleFSCC) GetInterconnectionControlScheduleFSCH

func (x *InterconnectionScheduleFSCC) GetInterconnectionControlScheduleFSCH() []*InterconnectionControlScheduleFSCH

func (*InterconnectionScheduleFSCC) ProtoMessage

func (*InterconnectionScheduleFSCC) ProtoMessage()

func (*InterconnectionScheduleFSCC) ProtoReflect

func (*InterconnectionScheduleFSCC) Reset

func (x *InterconnectionScheduleFSCC) Reset()

func (*InterconnectionScheduleFSCC) String

func (x *InterconnectionScheduleFSCC) String() string

Jump to

Keyboard shortcuts

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