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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Optimization Namespace > DAParameterRestrictingParameters Class : 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
 
<DataMemberAttribute()>
<DefaultValueAttribute(100)>
Public Property HighestPercentDeadband As Single
'Usage
 
Dim instance As DAParameterRestrictingParameters
Dim value As Single
 
instance.HighestPercentDeadband = value
 
value = instance.HighestPercentDeadband
[DataMember()]
[DefaultValue(100)]
public float HighestPercentDeadband {get; set;}
[DataMember()]
[DefaultValue(100)]
public:
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