QuickOPC User's Guide and Reference
UpdateRatePositiveHysteresis Property (DAAutoSubscribingParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Optimization Namespace > DAAutoSubscribingParameters Class : UpdateRatePositiveHysteresis Property
Hysteresis for positive update rate changes. In percent, between 0.0 and 100.0. Requests to make the update rate of OPC item slower (i.e. higher value) will be ignored if the percentual change in update rate value is lower than the value of this property.
Syntax
'Declaration
 
<DataMemberAttribute()>
<DefaultValueAttribute(67)>
Public Property UpdateRatePositiveHysteresis As Single
'Usage
 
Dim instance As DAAutoSubscribingParameters
Dim value As Single
 
instance.UpdateRatePositiveHysteresis = value
 
value = instance.UpdateRatePositiveHysteresis
[DataMember()]
[DefaultValue(67)]
public float UpdateRatePositiveHysteresis {get; set;}
[DataMember()]
[DefaultValue(67)]
public:
property float UpdateRatePositiveHysteresis {
   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