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