Read-only |
About PNA-X Pulsed Capabilities |
Description |
Returns the maximum value of the stage 3coefficients. |
VB Syntax |
value = spm4.Stage3MaximumCoefficient |
Variable |
(Type) - Description |
value |
(Float) Variable to store the returned Max coefficient. |
spm4 |
A SignalProcessingModuleFour (object) |
Default |
Not Applicable |
Examples |
mode = spm4.Stage3MaximumCoefficient 'Read |
C++ Syntax |
HRESULT get_Stage3MaximumCoefficient(float* val); |
Interface |
ISignalProcessingModuleFour2 |