Write/Read |
About SA Application |
Description |
Set and read the number of steps the source will make across the specified source frequency range. |
VB Syntax |
sa.SourcePointCount = value |
Variable |
(Type) - Description |
sa |
A SpectrumAnalyzer (object) |
value |
(Long) Point count. Choose a value between 1 and 2e9. |
Return Type |
Long |
Default |
1 |
Examples |
sa.SourcePointCount = 10 'Write |
value = sa.SourcePointCount 'Read |
|
C++ Syntax |
HRESULT put_SourcePointCount(long points); HRESULT get_SourcePointCount(long* points); |
Interface |
ISpectrumAnalyzer |