Skip to content

fuse_pb2

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

Generated protocol buffer code.

Classes¤

frequenz.api.common.v1.microgrid.components.fuse_pb2.Fuse ¤

Bases: Message

A representation of a fuse. The fuse component represents a fuse in the microgrid. It is used to protect components from overcurrents.

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

_sym_db = _symbol_database.Default()




DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n6frequenz/api/common/v1/microgrid/components/fuse.proto\x12+frequenz.api.common.v1.microgrid.components\"\x1d\n\x04\x46use\x12\x15\n\rrated_current\x18\x01 \x01(\rb\x06proto3')

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

The rated current of the fuse in amperes. This is the maximum current that the fuse can withstand for a long time. 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 node must comply with the following constraint: -rated_fuse_current <= i <= rated_fuse_current