Read-only |
About PNA-X Pulsed Capabilities |
Description |
Returns the minimum number of coefficients for Stage2. Note: Stage2 settings are ignored when using DSP Version 5. Learn more. |
VB Syntax |
value = spm4.Stage2MinimumCoefficientCount |
Variable |
(Type) - Description |
value |
(Long) Variable to store the returned Min coefficient count. |
spm4 |
A SignalProcessingModuleFour (object) |
Default |
Not Applicable |
Examples |
mode = spm4.Stage2MinimumCoefficientCount 'Read |
C++ Syntax |
HRESULT get_Stage2MinimumCoefficientCount(long* val); |
Interface |
ISignalProcessingModuleFour |