Read-only |
About PNA-X Pulsed Capabilities |
Description |
Returns the maximum sum of all Stage1 coefficients. |
VB Syntax |
value = spm4.Stage1MaximumCoefficientSum |
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.Stage1MaximumCoefficientSum 'Read |
C++ Syntax |
HRESULT get_Stage1MaximumCoefficientSum(__int64* val); |
Interface |
ISignalProcessingModuleFour |