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.SetBACnetBooleanProperty (METH) ¶ METHOD SetBACnetBooleanProperty Sets the BACnet-Boolean-Value of the specified Property (propID) of this BACnet-Object using 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 Input propID CmpBACnet.IEC_BACNET_PROPERTY_ID The ID of the property to set. xVal BOOL The BOOL value to set for the property.
BACnetObjectBase.SetBACnetClientCOVProperty (METH) ¶ METHOD SetBACnetClientCOVProperty Sets the BACnet-ClientCOV-Value of the specified Property (propID) of this BACnet-Object using a IEC_BACNET_CLIENT_COV 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. clientCOV CmpBACnet.IEC_BACNET_CLIENT_COV The client COV 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.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.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.SetBACnetEnumeratedProperty (METH) ¶ METHOD SetBACnetEnumeratedProperty Sets the BACnet-Enumerated-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 DINT The enumeration value to set for the property.
BACnetObjectBase.SetBACnetDateProperty (METH) ¶ METHOD SetBACnetDateProperty Sets the Date-Value of the specified Property (propID) of this BACnet-Object using a DATE. 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. dat DATE The DATE 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.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.