Write-Read
About PNA-X Pulsed Capabilities

Stage3FilterType Property


Description

Sets and returns the Stage 3 filter type.  This command is only used when FilterMode is set to Manual.

 VB Syntax

spm4.Stage3FilterType = value

Variable

(Type) - Description

spm4

A SignalProcessingModuleFour (object)

value

(String) Filter type. Chose from:

  • "RECT" Rectangular Window Filter

  • "TUKEY" Tukey Filter

  • "PWIN" Pulse window filter

Default

TUKEY

Examples

spm4.Stage3FilterType = "PWIN"

mode = spm4.Stage3FilterType 'Read

C++ Syntax

HRESULT get_Stage3FilterType(BSTR* pFType);

HRESULT put_Stage3FilterType(BSTR GType);

Interface

ISignalProcessingModuleFour