Read-only |
About PNA-X Pulsed Capabilities |
Description |
Returns the names of parameters for the current filter type. Use Stage3FilterType Property to set the filter type. |
VB Syntax |
values= spm4.Stage3Parameters |
Variable |
(Type) - Description |
value |
(Variant) Variable to store the returned parameter names. |
spm4 |
A SignalProcessingModuleFour (object) |
Return Type |
Variant |
Default |
Not Applicable |
Examples |
mode = spm4.Stage3Parameters 'Read |
C++ Syntax |
HRESULT get_Stage3Parameters(VARIANT* pNames); |
Interface |
ISignalProcessingModuleFour |