QuickOPC User's Guide and Reference
HighestPercentDeadband Property (_DAParameterRestrictingParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Optimization.ComTypes Namespace > _DAParameterRestrictingParameters Interface : HighestPercentDeadband Property
If your application specifies a percent deadband that is higher than the value of this property, the value of this property will be used instead.
Syntax
'Declaration
 
Property HighestPercentDeadband As Single
'Usage
 
Dim instance As _DAParameterRestrictingParameters
Dim value As Single
 
instance.HighestPercentDeadband = value
 
value = instance.HighestPercentDeadband
float HighestPercentDeadband {get; set;}
property float HighestPercentDeadband {
   float get();
   void set (    float value);
}
Remarks

The value must be greater than or equal to zero, and less than or equal to 100.

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