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