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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Optimization.ComTypes Namespace > _DAAutoSubscribingParameters Interface : 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
 
Property UpdateRatePositiveHysteresis As Single
'Usage
 
Dim instance As _DAAutoSubscribingParameters
Dim value As Single
 
instance.UpdateRatePositiveHysteresis = value
 
value = instance.UpdateRatePositiveHysteresis
float UpdateRatePositiveHysteresis {get; set;}
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