QuickOPC User's Guide and Reference
UpdateRateBucketsPerDecade Property (_DAParameterBucketingParameters)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Optimization.ComTypes Namespace > _DAParameterBucketingParameters Interface : UpdateRateBucketsPerDecade Property
Number of buckets per decade of update rate.
Syntax
'Declaration
 
Property UpdateRateBucketsPerDecade As Single
'Usage
 
Dim instance As _DAParameterBucketingParameters
Dim value As Single
 
instance.UpdateRateBucketsPerDecade = value
 
value = instance.UpdateRateBucketsPerDecade
float UpdateRateBucketsPerDecade {get; set;}
property float UpdateRateBucketsPerDecade {
   float get();
   void set (    float value);
}

Property Value

The update rate values are divided into "buckets", using a logarithmic scale. This number specifies how many buckets will exist between values 100.0 - 1000.0, 10.0 - 100.0, 1.0 - 10.0, 0.1 - 1.0, and so forth, in both directions. Update rates requested will be adjusted so that the nearest bucket that fully satisfies the update rate requirement is used (i.e. the system may choose an update rate that is faster than requested, but not slower).
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