Write/Read |
About Multiple Recordings |
Description |
Set and read the period to wait between ADC record chunks. |
VB Syntax |
sa.ADCMultRecPeriod = value |
Variable |
(Type) - Description |
sa |
A SpectrumAnalyzer (object) |
value |
(Long) Choose a value between 64 and 33554432. |
Return Type |
Long |
Default |
64 |
Examples |
sa.ADCMultRecPeriod = 256 'Write |
value = sa.ADCMultRecPeriod 'Read |
|
C++ Syntax |
HRESULT put_ADCMultRecPeriod(long val); HRESULT get_ADCMultRecPeriod(long* val); |
Interface |
ISpectrumAnalyzer |