• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

Python standard.add函数代码示例

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

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



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


示例16: __init__

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


示例17: __init__

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


示例18: __init__

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


示例19: __init__

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

        self.__year = pylon.resources.base.Scaled(
            size=2,
            signed=False,
            invalid=65535,
            minimum=0,
            maximum=3000
        )
        self._register(('year', self.__year))

        self.__month = pylon.resources.base.Scaled(
            size=1,
            signed=False,
            minimum=0,
            maximum=12
        )
        self._register(('month', self.__month))

        self.__day = pylon.resources.base.Scaled(
            size=1,
            signed=False,
            minimum=0,
            maximum=31
        )
        self._register(('day', self.__day))
        self._original_name = 'SNVT_date_cal'
        self._mark_obsolete()
        self._definition = standard.add(self)
开发者ID:lcoppa,项目名称:fiat-lux,代码行数:33,代码来源:date_cal.py


示例20: __init__

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



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


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
Python pylons.url函数代码示例发布时间:2022-05-25
下一篇:
Python webui.PYLOAD类代码示例发布时间:2022-05-25
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap