QuickOPC User's Guide and Reference
PercentDeadband Property (DASubscriptionAttribute)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DASubscriptionAttribute Class : PercentDeadband Property
Gets or sets the percent change in an item value that will cause an update.
Syntax
'Declaration
 
Public Property PercentDeadband As Single
'Usage
 
Dim instance As DASubscriptionAttribute
Dim value As Single
 
instance.PercentDeadband = value
 
value = instance.PercentDeadband
public float PercentDeadband {get; set;}
public:
property float PercentDeadband {
   float get();
   void set (    float value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also