BACnetAveraging.Description (PROP) ¶ PROPERTY Description : WSTRING(255)
BACnetAveraging.MaximumValueTimestamp (PROP) ¶ PROPERTY MaximumValueTimestamp : BACnetDateTime
BACnetAveraging.MinimumValue (PROP) ¶ PROPERTY MinimumValue : CmpBACnet.IEC_BACNET_REAL
BACnetAveraging.MaximumValue (PROP) ¶ PROPERTY MaximumValue : CmpBACnet.IEC_BACNET_REAL
BACnetAveraging.ProfileName (PROP) ¶ PROPERTY ProfileName : WSTRING(255)
BACnetObjectBase.SetBACnetAccumulatorRecordProperty (METH) ¶ METHOD SetBACnetAccumulatorRecordProperty Sets the BACnet-Accumulator-Record of the specified Property (propID) of this BACnet-Object using a IEC_BACNET_ACCUMULATOR_RECORD struct. The used functions are no client, meaning, that the access of the property is not restricted by write or read access restrictions. InOut: Scope Name Type Comment Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to set. accRec CmpBACnet.IEC_BACNET_ACCUMULATOR_RECORD The accumulator record to set.
BACnetObjectBase.SetBACnetBitStringProperty (METH) ¶ METHOD SetBACnetBitStringProperty Sets the BACnet-BitString-Value of the specified Property (propID) of this BACnet-Object using a STRING (in form of i.e. ‘1010111’). The used functions are no client, meaning, that the access of the property is not restricted by write or read access restrictions. InOut: Scope Name Type Comment Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to set. stBitStr STRING The bit string to set. uiBitCount CmpBACnet.IEC_BACNET_UNSIGNED The length of the bit string to set (has to match the string).
BACnetObjectBase.SetBACnetDevObjPropReferenceProperty (METH) ¶ METHOD SetBACnetDevObjPropReferenceProperty Sets the BACnet-DevObjPropReference-Value of the specified Property (propID) of this BACnet-Object using a BACnetDevObjPropReference struct. The used functions are no client, meaning, that the access of the property is not restricted by write or read access restrictions. InOut: Scope Name Type Comment Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to set. devObjRef BACnetDevObjPropReference The device object property reference to set for the property.
BACnetObjectBase.SetBACnetDoubleProperty (METH) ¶ METHOD SetBACnetDoubleProperty Sets the BACnet-Double-Value of the specified Property (propID) of this BACnet-Object using a DOUBLE. The used functions are no client, meaning, that the access of the property is not restricted by write or read access restrictions. InOut: Scope Name Type Comment Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to set. rVal CmpBACnet.IEC_BACNET_DOUBLE The DOUBLE value to set for the property.
BACnetObjectBase.GetBACnetScaleProperty (METH) ¶ METHOD GetBACnetScaleProperty : CmpBACnet.IEC_BACNET_SCALE Returns the BACnet-Scale-Value of the specified Property (propID) of this BACnet-Object as a IEC_BACNET_SCALE struct. The used functions are no client, meaning, that the access of the property is not restricted by write or read access restrictions. InOut: Scope Name Type Comment Return GetBACnetScaleProperty CmpBACnet.IEC_BACNET_SCALE Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to get.