当前位置: 首页>>代码示例>>Python>>正文


Python standard.add函数代码示例

本文整理汇总了Python中pylon.resources.standard.standard.add函数的典型用法代码示例。如果您正苦于以下问题:Python add函数的具体用法?Python add怎么用?Python add使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。


在下文中一共展示了add函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Python代码示例。

示例1: __init__

 def __init__(self):
     super().__init__(
     )
     self._default_bytes = b'\x01'
     self._original_name = 'SCPTnwrkCnfg'
     self._property_scope, self._property_key = 0, 25
     self._definition = standard.add(self)
开发者ID:lcoppa,项目名称:fiat-lux,代码行数:7,代码来源:nwrkCnfg.py

示例2: __init__

 def __init__(self):
     super().__init__(
     )
     self._default_bytes = b'\x00\x00\x00\x00'
     self._original_name = 'SCPToffsetFlow'
     self._property_scope, self._property_key = 0, 265
     self._definition = standard.add(self)
开发者ID:lcoppa,项目名称:fiat-lux,代码行数:7,代码来源:offsetFlow.py

示例3: __init__

 def __init__(self):
     super().__init__(
     )
     self._default_bytes = b'\x00\x00'
     self._original_name = 'SCPTenergyCntInit'
     self._property_scope, self._property_key = 0, 137
     self._definition = standard.add(self)
开发者ID:lcoppa,项目名称:fiat-lux,代码行数:7,代码来源:energyCntInit.py

示例4: __init__

 def __init__(self):
     super().__init__(
     )
     self._default_bytes = b'\x00\x00'
     self._original_name = 'SCPTminDefrostTime'
     self._property_scope, self._property_key = 0, 220
     self._definition = standard.add(self)
开发者ID:lcoppa,项目名称:fiat-lux,代码行数:7,代码来源:minDefrostTime.py

示例5: __init__

 def __init__(self):
     super().__init__(
     )
     self._default_bytes = b'\x00\x00'
     self._original_name = 'SCPTsecondVal'
     self._property_scope, self._property_key = 0, 156
     self._definition = standard.add(self)
开发者ID:lcoppa,项目名称:fiat-lux,代码行数:7,代码来源:secondVal.py

示例6: __init__

    def __init__(self):
        super().__init__(
            key=89,
            scope=0
        )

        self.__currency = pylon.resources.enumerations.currency_t.currency_t(
        )
        self._register(('currency', self.__currency))

        self.__power_of_10 = pylon.resources.base.Scaled(
            size=1,
            signed=True,
            minimum=-128,
            maximum=127
        )
        self._register(('power_of_10', self.__power_of_10))

        self.__value = pylon.resources.base.Scaled(
            size=4,
            signed=True,
            minimum=-2147483648,
            maximum=2147483647
        )
        self._register(('value', self.__value))
        self._original_name = 'SNVT_currency'
        self._definition = standard.add(self)
开发者ID:lcoppa,项目名称:fiat-lux,代码行数:27,代码来源:currency.py

示例7: __init__

 def __init__(self):
     super().__init__(
     )
     self._default_bytes = b'\x00\x00'
     self._original_name = 'SCPTbrightness'
     self._property_scope, self._property_key = 0, 230
     self._definition = standard.add(self)
开发者ID:lcoppa,项目名称:fiat-lux,代码行数:7,代码来源:brightness.py

示例8: __init__

 def __init__(self):
     super().__init__(
     )
     self._default_bytes = b'\x00\x19'
     self._original_name = 'SCPTbuildingStaticPressureSetpoint'
     self._property_scope, self._property_key = 0, 193
     self._definition = standard.add(self)
开发者ID:lcoppa,项目名称:fiat-lux,代码行数:7,代码来源:buildingStaticPressureSetpoint.py

示例9: __init__

 def __init__(self):
     super().__init__(
     )
     self._default_bytes = b'\x13\x88'
     self._original_name = 'SCPTexhaustEnablePosition'
     self._property_scope, self._property_key = 0, 202
     self._definition = standard.add(self)
开发者ID:lcoppa,项目名称:fiat-lux,代码行数:7,代码来源:exhaustEnablePosition.py

示例10: __init__

 def __init__(self):
     super().__init__(
     )
     self._default_bytes = b'\x00\x00'
     self._original_name = 'SCPTminFlowUnitStby'
     self._property_scope, self._property_key = 0, 264
     self._definition = standard.add(self)
开发者ID:lcoppa,项目名称:fiat-lux,代码行数:7,代码来源:minFlowUnitStby.py

示例11: __init__

 def __init__(self):
     super().__init__(
     )
     self._default_bytes = b'\x00\x0a'
     self._original_name = 'SCPTminDeltaCO2'
     self._property_scope, self._property_key = 0, 63
     self._definition = standard.add(self)
开发者ID:lcoppa,项目名称:fiat-lux,代码行数:7,代码来源:minDeltaCO2.py

示例12: __init__

    def __init__(self):
        super().__init__(
            key=338,
            scope=0
        )

        self.__file_type = pylon.resources.base.Scaled(
            size=2,
            signed=False,
            minimum=2049,
            maximum=2049
        )
        self._register(('file_type', self.__file_type))

        self.__major_version_number = pylon.resources.base.Scaled(
            size=1,
            signed=False,
            minimum=1,
            maximum=1
        )
        self._register(('major_version_number', self.__major_version_number))

        self.__minor_version_number = pylon.resources.base.Scaled(
            size=1,
            signed=False,
            minimum=0,
            maximum=0
        )
        self._register(('minor_version_number', self.__minor_version_number))

        self.__log_number = pylon.resources.base.Scaled(
            size=2,
            signed=False,
            invalid=65535,
            minimum=0,
            maximum=65534
        )
        self._register(('log_number', self.__log_number))

        self.__record_count = pylon.resources.base.Scaled(
            size=4,
            signed=True,
            invalid=2147483647,
            minimum=0,
            maximum=2147483646
        )
        self._register(('record_count', self.__record_count))

        self.__start_time = pylon.resources.datapoints.time_stamp_p.time_stamp_p(
        )
        self._register(('start_time', self.__start_time))

        self.__end_time = pylon.resources.datapoints.time_stamp_p.time_stamp_p(
        )
        self._register(('end_time', self.__end_time))
        self._default_bytes = b'\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00' \
            b'\x00\x00\x00\x00\x00\x00\x00\x00\x00'
        self._original_name = 'SCPTlogFileHeader'
        self._property_scope, self._property_key = 0, 338
        self._definition = standard.add(self)
开发者ID:lcoppa,项目名称:fiat-lux,代码行数:60,代码来源:logFileHeader.py

示例13: __init__

 def __init__(self):
     super().__init__(
     )
     self._default_bytes = b'\x07\xd0'
     self._original_name = 'SCPTmaxDischargeAirCoolingSetpoint'
     self._property_scope, self._property_key = 0, 205
     self._definition = standard.add(self)
开发者ID:lcoppa,项目名称:fiat-lux,代码行数:7,代码来源:maxDischargeAirCoolingSetpoint.py

示例14: __init__

 def __init__(self):
     super().__init__(
     )
     self._default_bytes = b'\x07\xd0'
     self._original_name = 'SCPTheatingLockout'
     self._property_scope, self._property_key = 0, 210
     self._definition = standard.add(self)
开发者ID:lcoppa,项目名称:fiat-lux,代码行数:7,代码来源:heatingLockout.py

示例15: __init__

    def __init__(self):
        super().__init__(
            key=245,
            scope=0
        )

        self.__x1Value = pylon.resources.datapoints.lev_percent.lev_percent(
        )
        self._register(('x1Value', self.__x1Value))

        self.__y1Value = pylon.resources.datapoints.lev_percent.lev_percent(
        )
        self._register(('y1Value', self.__y1Value))

        self.__x2Value = pylon.resources.datapoints.lev_percent.lev_percent(
        )
        self._register(('x2Value', self.__x2Value))

        self.__y2Value = pylon.resources.datapoints.lev_percent.lev_percent(
        )
        self._register(('y2Value', self.__y2Value))
        self._minimum_bytes = b'\x00\x00\x00\x00\x00\x00\x00\x00'
        self._default_bytes = b'\x00\x00\x00\x00\x00\x00\x00\x00'
        self._original_name = 'SCPTcontrolSignal'
        self._property_scope, self._property_key = 0, 245
        self._definition = standard.add(self)
开发者ID:lcoppa,项目名称:fiat-lux,代码行数:26,代码来源:controlSignal.py


注:本文中的pylon.resources.standard.standard.add函数示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。