Write/Read |
About Multiple Recordings |
Description |
Set and read the size of the ADC record chunks. |
VB Syntax |
sa.ADCMultRecSize = value |
Variable |
(Type) - Description |
sa |
A SpectrumAnalyzer (object) |
value |
(Long) Choose a value between 1 and (ADC record size / 2). |
Return Type |
Long |
Default |
32 |
Examples |
sa.ADCMultRecSize = 256 'Write |
value = sa.ADCMultRecSize 'Read |
|
C++ Syntax |
HRESULT put_ADCMultRecSize(long val); HRESULT get_ADCMultRecSize(long* val); |
Interface |
ISpectrumAnalyzer |