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.
BACnetObjectBase.GetBACnetSetpointReferenceProperty (METH) ¶ METHOD GetBACnetSetpointReferenceProperty : CmpBACnet.IEC_BACNET_SETPOINT_REFERENCE Returns the BACnet-Setpoint-Reference-Value of the specified Property (propID) of this BACnet-Object as a IEC_BACNET_SETPOINT_REFERENCE 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 GetBACnetSetpointReferenceProperty CmpBACnet.IEC_BACNET_SETPOINT_REFERENCE Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to get.
BACnetObjectBase.SetBACnetDateTimeProperty (METH) ¶ METHOD SetBACnetDateTimeProperty Sets the BACnet-DateTime-Value of the specified Property (propID) of this BACnet-Object using a BACnetDateTime 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. datTim BACnetDateTime The BACnet time to set for the property.
BACnetObjectBase.SetBACnetDateTimePropertyToUnspecified (METH) ¶ METHOD SetBACnetDateTimePropertyToUnspecified : CmpBACnet.IEC_BACNET_STATUS Sets the specified IEC_BACNET_DATE_TIME-property (propID) of this BACnet-Object to unspecified. InOut: Scope Name Type Comment Return SetBACnetDateTimePropertyToUnspecified CmpBACnet.IEC_BACNET_STATUS Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to set.