Read-only
About PNA-X Pulsed Capabilities

Stage2MaximumCoefficientCount Property


Description

Returns the maximum number of coefficients for Stage2.

Note: Stage2 settings are ignored when using DSP Version 5. Learn more.

 VB Syntax

value = spm4.Stage2MaximumCoefficientCount

Variable

(Type) - Description

value

(Long) Variable to store the returned Max coefficient count.

spm4

A SignalProcessingModuleFour (object)

Default

Not Applicable

Examples

mode = spm4.Stage2MaximumCoefficientCount 'Read

C++ Syntax

HRESULT get_Stage2MaximumCoefficientCount(long* val);

Interface

ISignalProcessingModuleFour