Read-only
About PNA-X Pulsed Capabilities

Stage1MaximumCoefficientCount Property


Description

Returns the maximum number of coefficients for Stage1.

 VB Syntax

value = spm4.Stage1MaximumCoefficientCount

Variable

(Type) - Description

value

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

spm4

A SignalProcessingModuleFour (object)

Default

Not Applicable

Examples

mode = spm4.Stage1MaximumCoefficientCount 'Read

C++ Syntax

HRESULT get_Stage1MaximumCoefficientCount(long* val);

Interface

ISignalProcessingModuleFour