|
DynamicCalculatorCalculationInterval Property
|
Gets or sets the interval at which the adapter should calculate values.
Namespace: DynamicCalculatorAssembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.207-beta
Syntax function get_CalculationInterval();
function set_CalculationInterval(value);
View SourceProperty Value
DoubleRemarks
Set to zero to disable the timer and calculate values upon receipt of input data.
See Also