BACnetObjectBase.SetBACnetSetpointReferenceProperty (METH) ¶ METHOD SetBACnetSetpointReferenceProperty Sets the BACnet-Setpoint-Reference-Value of the specified Property (propID) of this BACnet-Object using 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 Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to set. setpointRef CmpBACnet.IEC_BACNET_SETPOINT_REFERENCE The BACnet setpoint reference to set for the property.
BACnetObjectBase.SetBACnetSignedProperty (METH) ¶ METHOD SetBACnetSignedProperty Sets the BACnet-Signed-Value of the specified Property (propID) of this BACnet-Object using 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 Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to set. iVal CmpBACnet.IEC_BACNET_SIGNED The DINT value to set for the property.
BACnetObjectBase.SetBACnetObjectIDProperty (METH) ¶ METHOD SetBACnetObjectIDProperty Sets the BACnet-ObjectID-Value of the specified Property (propID) of this BACnet-Object using 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 Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to set. objID CmpBACnet.IEC_BACNET_OBJECT_ID The BACnet object ID to set for the property.
BACnetObjectBase.SetBACnetPrescaleProperty (METH) ¶ METHOD SetBACnetPrescaleProperty Sets the BACnet-Prescale-Value of the specified Property (propID) of this BACnet-Object using a IEC_BACNET_PRESCALE 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. prescale CmpBACnet.IEC_BACNET_PRESCALE The BACnet prescale to set for the property.
BACnetObjectBase.SetBACnetStringProperty (METH) ¶ METHOD SetBACnetStringProperty Sets the BACnet-String-Value of the specified Property (propID) of this BACnet-Object using a WSTRING. 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. wStrInput WSTRING(255) The WSTRING value to set for the property. strType CmpBACnet.IEC_BACNET_STRING_TYPE The BACnet string type the WSTRING value is converted to when setting the property.
BACnetObjectBase.SetBACnetTimeProperty (METH) ¶ METHOD SetBACnetTimeProperty Sets the Time-Value of the specified Property (propID) of this BACnet-Object using a TIME. 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. tim TIME The TIME value to set for the property.
BACnetObjectBase.SetBACnetTimeStampProperty (METH) ¶ METHOD SetBACnetTimeStampProperty Sets the BACnet-TimeStamp-Value of the specified Property (propID) of this BACnet-Object using a BACnetTimeStamp 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. timeStamp BACnetTimeStamp The BACnet time stamp value to set for the property.
BACnetObjectBase.SetBACnetUnsignedProperty (METH) ¶ METHOD SetBACnetUnsignedProperty Sets the BACnet-Unsigned-Value of the specified Property (propID) of this BACnet-Object using a UDINT. 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. uiVal CmpBACnet.IEC_BACNET_UNSIGNED The UINT value to set for the property.
BACnetObjectBase.SetBACnetRealProperty (METH) ¶ METHOD SetBACnetRealProperty Sets the BACnet-Real-Value of the specified Property (propID) of this BACnet-Object using 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 Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to set. rVal CmpBACnet.IEC_BACNET_REAL The LREAL value to set for the property.
BACnetObjectBase.SetBACnetScaleProperty (METH) ¶ METHOD SetBACnetScaleProperty Sets the BACnet-Scale-Value of the specified Property (propID) of this BACnet-Object using 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 Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to set. scale CmpBACnet.IEC_BACNET_SCALE The BACnet scale to set for the property.