Read-only |
About PNA-X Pulsed Capabilities |
Description |
Returns the minimum number of coefficients for Stage3 (2). |
VB Syntax |
value = spm4.Stage3MinimumCoefficientCount |
Variable |
(Type) - Description |
value |
(Long) Variable to store the returned Min coefficient count. |
spm4 |
A SignalProcessingModuleFour (object) |
Default |
Not Applicable |
Examples |
mode = spm4.Stage3MinimumCoefficientCount 'Read |
C++ Syntax |
HRESULT get_Stage3MinimumCoefficientCount(long* val); |
Interface |
ISignalProcessingModuleFour2 |