OPC Studio User's Guide and Reference
PercentDeadband Property (DASubscriptionAttribute)



View with Navigation Tools
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
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