BACnetObjectBase.GetBACnetBitStringProperty (METH) ¶ METHOD GetBACnetBitStringProperty : STRING Returns the BACnet-BitString-Value of the specified Property (propID) of this BACnet-Object as 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 Return GetBACnetBitStringProperty STRING Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to get.
BACnetObjectBase.GetBACnetBooleanProperty (METH) ¶ METHOD GetBACnetBooleanProperty : BOOL Returns the BACnet-Boolean-Value of the specified Property (propID) of this BACnet-Object as a BOOL. 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 GetBACnetBooleanProperty BOOL 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.SetBACnetDateRangeProperty (METH) ¶ METHOD SetBACnetDateRangeProperty Sets the BACnet-DateRange-Value of the specified Property (propID) of this BACnet-Object using a BACnetDateRange 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. datRng BACnetDateRange The BACnet range 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.
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.GetBACnetSignedProperty (METH) ¶ METHOD GetBACnetSignedProperty : DINT Returns the BACnet-Signed-Value of the specified Property (propID) of this BACnet-Object as a DINT. 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 GetBACnetSignedProperty DINT Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to get.
BACnetObjectBase.GetBACnetObjectIDProperty (METH) ¶ METHOD GetBACnetObjectIDProperty : CmpBACnet.IEC_BACNET_OBJECT_ID Returns the BACnet-ObjectID-Value of the specified Property (propID) of this BACnet-Object as a IEC_BACNET_OBJECT_ID 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 GetBACnetObjectIDProperty CmpBACnet.IEC_BACNET_OBJECT_ID Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to get.
BACnetObjectBase.GetBACnetRealProperty (METH) ¶ METHOD GetBACnetRealProperty : CmpBACnet.IEC_BACNET_REAL Returns the BACnet-Real-Value of the specified Property (propID) of this BACnet-Object as a LREAL. 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 GetBACnetRealProperty CmpBACnet.IEC_BACNET_REAL Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to get.