Skip to content

grid_pb2

frequenz.api.common.v1.microgrid.components.grid_pb2 ¤

Generated protocol buffer code.

Classes¤

frequenz.api.common.v1.microgrid.components.grid_pb2.GridConnectionPoint ¤

Bases: Message

A representation of a grid connection point. This is the point where a microgrid connects to the grid.

The terms "Grid Connection Point" and "Point of Common Coupling" (PCC) are commonly used in the context.

While both terms describe a connection point to the grid, the GridConnectionPoint is specifically the physical connection point of the generation facility to the grid, often concerned with the technical and ownership aspects of the connection.

In contrast, the PCC is is more specific in terms of electrical engineering. It refers to the point where a customer's local electrical system (such as a microgrid) connects to the utility distribution grid in such a way that it can affect other customers’ systems connected to the same network. It is the point where the grid and customer's electrical systems interface and where issues like power quality and supply regulations are assessed.

The term GridConnectionPoint is used to make it clear that what is referred to here is the physical connection point of the local facility to the grid. Note that this may also be the PCC in some cases.

Source code in frequenz/api/common/v1/microgrid/components/grid_pb2.py
# @@protoc_insertion_point(imports)

_sym_db = _symbol_database.Default()




DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6frequenz/api/common/v1/microgrid/components/grid.proto\x12+frequenz.api.common.v1.microgrid.components\"1\n\x13GridConnectionPoint\x12\x1a\n\x12rated_fuse_current\x18\x01 \x01(\rb\x06proto3')

_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'frequenz.api.common.v1.microgrid.components.grid_pb2', _globals)
if not _descriptor._USE_C_DESCRIPTORS:
  DESCRIPTOR._loaded_options = None
  _globals['_GRIDCONNECTIONPOINT']._serialized_start=103
  _globals['_GRIDCONNECTIONPOINT']._serialized_end=152
# @@protoc_insertion_point(module_scope)
Attributes¤
rated_fuse_current: builtins.int instance-attribute ¤

This refers to the maximum amount of electrical current, in amperes, that a fuse at the grid connection point is designed to safely carry under normal operating conditions.

This limit applies to currents both flowing in or out of each of the 3 phases individually.

In other words, a current i A at one of the phases of the grid connection point must comply with the following constraint: -rated_fuse_current <= i <= rated_fuse_current