Recipe MinumumPrescaleValue FieldThe Dynaview Modbus .dll API documentation

[This is preliminary documentation and is subject to change.]

Set the Minimum Prescale Value parameter

Namespace: DynaviewModbus
Assembly: DynaviewModbus (in DynaviewModbus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public int MinumumPrescaleValue
Dim instance As Recipe 
Dim value As Integer 

value = instance.MinumumPrescaleValue 

instance.MinumumPrescaleValue = value
Remarks

This variable is used in two ways depending on the state of the FixedAvgEna bit. If not set Dynaview will always average over at least "x" eyemarks and reports the average length between eyemarks. If the FixedAvgEna bit is set Dynaview will always accumulate the length of x eyemarks, reporting the total length.
See Also