Read-only |
About PNA-X Pulsed Capabilities |
Description |
Returns the maximum value of stage 2 coefficients. |
VB Syntax |
value = spm4.Stage2MaximumCoefficient |
Variable |
(Type) - Description |
value |
(Long) Variable to store the returned Max coefficient. |
spm4 |
A SignalProcessingModuleFour (object) |
Default |
Not Applicable |
Examples |
mode = spm4.Stage2MaximumCoefficient 'Read |
C++ Syntax |
HRESULT get_Stage2MaximumCoefficient(long* val); |
Interface |
ISignalProcessingModuleFour |