Read-Only |
About LO Count |
Description |
Returns the number of LO acquisitions determined by the Image Reject selection and the span. |
VB Syntax |
value = sa.LOCount |
Variable |
(Type) - Description |
sa |
A SpectrumAnalyzer (object) |
value |
(Long) Variable to store the returned number of LOs. |
Return Type |
Long |
Default |
N/A |
Examples |
value = sa.LOCount 'Read |
C++ Syntax |
HRESULT get_LOCount(long* val); |
Interface |
ISpectrumAnalyzer |