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