Coverage for klayout_pex_protobuf/kpex/pex25d/pex25d_resistance_pb2.py: 59%

22 statements  

« prev     ^ index     » next       coverage.py v7.16.1, created at 2026-09-17 19:08 +0000

1# -*- coding: utf-8 -*- 

2# Generated by the protocol buffer compiler. DO NOT EDIT! 

3# NO CHECKED-IN PROTOBUF GENCODE 

4# source: kpex/pex25d/pex25d_resistance.proto 

5# Protobuf Python Version: 6.33.5 

6"""Generated protocol buffer code.""" 

7from google.protobuf import descriptor as _descriptor 

8from google.protobuf import descriptor_pool as _descriptor_pool 

9from google.protobuf import runtime_version as _runtime_version 

10from google.protobuf import symbol_database as _symbol_database 

11from google.protobuf.internal import builder as _builder 

12_runtime_version.ValidateProtobufRuntimeVersion( 

13 _runtime_version.Domain.PUBLIC, 

14 6, 

15 33, 

16 5, 

17 '', 

18 'kpex/pex25d/pex25d_resistance.proto' 

19) 

20# @@protoc_insertion_point(imports) 

21 

22_sym_db = _symbol_database.Default() 

23 

24 

25from kpex.pex25d import pex25d_source_ref_pb2 as kpex_dot_pex25d_dot_pex25d__source__ref__pb2 

26 

27 

28DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n#kpex/pex25d/pex25d_resistance.proto\x12\x0bkpex.pex25d\x1a#kpex/pex25d/pex25d_source_ref.proto\"P\n\x15ResistanceTemperature\x12\x0f\n\x07\x63\x65lsius\x18\x01 \x01(\x01\x12&\n\x06source\x18\x64 \x01(\x0b\x32\x16.kpex.pex25d.SourceRef\"3\n\x17TemperatureCoefficients\x12\x0b\n\x03tc1\x18\x01 \x01(\x01\x12\x0b\n\x03tc2\x18\x02 \x01(\x01\"\x98\x01\n\x0fMetalResistance\x12\r\n\x05metal\x18\x01 \x01(\t\x12\x12\n\x05sheet\x18\x02 \x01(\x01H\x00\x88\x01\x01\x12\x30\n\x02tc\x18\x03 \x01(\x0b\x32$.kpex.pex25d.TemperatureCoefficients\x12&\n\x06source\x18\x64 \x01(\x0b\x32\x16.kpex.pex25d.SourceRefB\x08\n\x06_sheet\"\x98\x01\n\rViaResistance\x12\x0b\n\x03via\x18\x01 \x01(\t\x12\x14\n\x07per_cut\x18\x02 \x01(\x01H\x00\x88\x01\x01\x12\x30\n\x02tc\x18\x03 \x01(\x0b\x32$.kpex.pex25d.TemperatureCoefficients\x12&\n\x06source\x18\x64 \x01(\x0b\x32\x16.kpex.pex25d.SourceRefB\n\n\x08_per_cutb\x06proto3') 

29 

30_globals = globals() 

31_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) 

32_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'kpex.pex25d.pex25d_resistance_pb2', _globals) 

33if not _descriptor._USE_C_DESCRIPTORS: 

34 DESCRIPTOR._loaded_options = None 

35 _globals['_RESISTANCETEMPERATURE']._serialized_start=89 

36 _globals['_RESISTANCETEMPERATURE']._serialized_end=169 

37 _globals['_TEMPERATURECOEFFICIENTS']._serialized_start=171 

38 _globals['_TEMPERATURECOEFFICIENTS']._serialized_end=222 

39 _globals['_METALRESISTANCE']._serialized_start=225 

40 _globals['_METALRESISTANCE']._serialized_end=377 

41 _globals['_VIARESISTANCE']._serialized_start=380 

42 _globals['_VIARESISTANCE']._serialized_end=532 

43# @@protoc_insertion_point(module_scope)