Read-only
About PNA-X Pulsed Capabilities

Stage3FilterTypes Property


Description

Returns a list of strings for the currently supported filter types that can be used for the stage 3 filter. This command is only used when FilterMode is set to False (Manual). See  Stage3FilterType for a list of currently supported filter types.

 VB Syntax

values= spm4.Stage3FilterTypes

Variable

(Type) - Description

value

(Variant) Variable to store the returned filter types.

spm4

A SignalProcessingModuleFour (object)

Return Type

Variant Array

Default

Not Applicable

Examples

mode = spm4.Stage3FilterTypes 'Read

C++ Syntax

HRESULT get_Stage3FilterTypes(VARIANT* pTypes);

Interface

ISignalProcessingModuleFour