Write/Read |
About SA Application |
Description |
Set and read the number of SA (receiver) sweeps for each Source Step. This setting is common to all sources. |
VB Syntax |
sa.SourcePowerRepeatCount = value |
Variable |
(Type) - Description |
sa |
A SpectrumAnalyzer (object) |
value |
(Long) Repeat count. Choose an integer value of 1 or higher. |
Return Type |
Long |
Default |
1 |
Examples |
sa.SourcePowerRepeatCount = 10 'Write |
value = sa.SourcePowerRepeatCount 'Read |
|
C++ Syntax |
HRESULT put_SourcePowerRepeatCount(long count); HRESULT get_SourcePowerRepeatCount(long* count); |
Interface |
ISpectrumAnalyzer |