What are you looking for?

StatisticsSamplingSelector

Feature Info

Module Category Path Type Access
Data Stream Root / StreamStatistics Enumeration RW

Description

Selects the stream statistics sampling method.

Default value: LastSecond.

Enumeration Values

  • LastSecond: During the last second.
  • LastTenSeconds: During the last 10 seconds.
  • Last2Buffers: For the last 2 buffers.
  • Last10Buffers: For the last 10 buffers.
  • Last100Buffers: For the last 100 buffers.
  • Last1000Buffers: For the last 1000 buffers.
  • LastAcquisition: During the last acquisition activity period. Namely since the last DSStartAcquisition() function call until now, if the acquisition is still active otherwise until the last DSStopAcquisition() function call.
  • Custom: Custom sampling using StatisticsStartSampling and StatisticsStopSampling commands.