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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Optimization.ComTypes Namespace > _DAParameterRestrictingParameters Interface : LowestPercentDeadband Property
If your application specifies a percent deadband that is lower than the value of this property, the value of this property will be used instead.
Syntax
'Declaration
 
Property LowestPercentDeadband As Single
'Usage
 
Dim instance As _DAParameterRestrictingParameters
Dim value As Single
 
instance.LowestPercentDeadband = value
 
value = instance.LowestPercentDeadband
float LowestPercentDeadband {get; set;}
property float LowestPercentDeadband {
   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