Read-only |
About PNA-X Pulsed Capabilities |
Description |
Returns the maximum sum of all Stage2 coefficients. Note: Stage2 settings are ignored when using DSP Version 5. Learn more. |
VB Syntax |
value = spm4.Stage2MaximumCoefficientSum |
Variable |
(Type) - Description |
value |
(__int64* val) Variable to store the returned Max sum of all coefficients. |
spm4 |
A SignalProcessingModuleFour (object) |
Default |
Not Applicable |
Examples |
mode = spm4.Stage2MaximumCoefficientSum 'Read |
C++ Syntax |
HRESULT get_Stage2MaximumCoefficientSum(__int64* val); |
Interface |
ISignalProcessingModuleFour |