Write/Read |
About SA Application |
Description |
Sets and returns the number of test signal harmonics you want to be protected against. This adds constraints to the list of LOs used to cover the span. |
VB Syntax |
sa.coherence.MultiToneHarmonicRejection = value |
Variable |
(Type) - Description |
sa.coherence |
A SpectrumAnalyzerCoherence (object) |
value |
(Long) Number of test signal harmonics to be protected. The more this number is increased, the more constraints are added on the span LOs setting. |
Return Type |
Long |
Default |
0 |
Examples |
sa.coherence.MultiToneHarmonicRejection = 0 'Write |
value = sa.coherence.MultiToneHarmonicRejection 'Read |
|
C++ Syntax |
HRESULT put_MultiToneHarmonicRejection(long value); HRESULT get_MultiToneHarmonicRejection(long* value); |
Interface |
ICoherenceSA |