Read-only |
About PNA-X Pulsed Capabilities |
Description |
Returns the maximum number of coefficients for Stage3 (102400). |
VB Syntax |
value = spm4.Stage3MaximumCoefficientCount |
Variable |
(Type) - Description |
value |
(Long) Variable to store the returned Max coefficient count. |
spm4 |
A SignalProcessingModuleFour (object) |
Default |
Not Applicable |
Examples |
mode = spm4.Stage3MaximumCoefficientCount 'Read |
C++ Syntax |
HRESULT get_Stage3MaximumCoefficientCount(long* val); |
Interface |
ISignalProcessingModuleFour2 |