nn::nex::DataSet::SetLoopbackSamplingInterval Member Function

Syntax

void SetLoopbackSamplingInterval(
     TimeInterval tiSamplingInterval
);

Parameters

Name Description
in tiSamplingInterval Sets the sampling interval, in milliseconds. The default value is 50 ms, which samples 20 times per second.

Return Values

None.

Description

Sets a loopback sampling interval.

To loop back all values, only the sampled values are stored in a queue rather than all values. The stored values are applied after SetLoopbackDelay.

See Also

GetLoopbackSamplingInterval()

Revision History

2012/07/19
Initial version.

CONFIDENTIAL