Read-only
About PNA-X Pulsed Capabilities

Stage3ParameterMaximum Property


Description

Returns maximum parameter value for the current filter type.

 VB Syntax

value= spm4.Stage3ParameterMaximum (parameter)

Variable

(Type) - Description

value

(Variant) Variable to store the maximum parameter value.

spm4

A SignalProcessingModuleFour (object)

parameter

(String) Parameter name. See Stage3Parameter Property for a list of parameters.

Return Type

Double

Default

Not Applicable

Examples

mode = spm4.Stage3ParameterMaximum ("c") 'Read

C++ Syntax

HRESULT get_Stage3ParameterMaximum(BSTR pName, double* pVal);

Interface

ISignalProcessingModuleFour