Write/Read |
About SA Application |
Description |
Set and read the number of steps the source will make across the specified source power range. This setting is common to all sources. |
VB Syntax |
sa.SourcePowerPointCount = value |
Variable |
(Type) - Description |
sa |
A SpectrumAnalyzer (object) |
value |
(Long) Point count. Choose an integer value of 1 or higher. |
Return Type |
Long |
Default |
1 |
Examples |
sa.SourcePowerPointCount = 10 'Write |
value = sa.SourcePowerPointCount 'Read |
|
C++ Syntax |
HRESULT put_SourcePowerPointCount(long points); HRESULT get_SourcePowerPointCount(long* points); |
Interface |
ISpectrumAnalyzer |