Read-only |
About Averaging |
Description |
Returns the number of sweeps that have been acquired and averaged into the measurements on this channel. AveragingFactor specifies the number of sweeps to average. AveragingCount indicates the progress toward that goal. |
VB Syntax |
value = chan.AveragingCount |
Variable |
(Type) - Description |
chan |
A Channel (object) |
value |
(Long Integer) - Variable to store the returned count |
Return Type |
Long Integer |
Default |
Not Applicable |
Example |
avgcount = chan.AveragingCount |
C++ Syntax |
HRESULT get_AveragingCount(long* count) |
Interface |
IChannel |