:FUNCtion:PARameters:DEConvolve:BLIMit
Command Syntax
:FUNCtionN:PARameters:DEConvolve:BLIMit {NONE | BRICkwall | BESSel | BUTTerworth | BANDpass}
Where N identifies one of up to 64 possible operators {1:64} that can be defined as part of a math function. The operators are numbered in the order that they were originally added to the function.
Query Syntax
:FUNCtionN:PARameters:DEConvolve:BLIMit?
Description
Specifies the type of bandwidth filter used in a Remove s2p operator (:FUNCtion:FOPerator). Use the :FUNCtion:PARameters:DEConvolve:BANDwidth command to specify the function's bandwidth. Use the :FUNCtion:PARameters:DEConvolve:FNAMe command to open an existing network file that models your test setup.
- NONE
- No filter is applied.
- BRICkwall
- Specifies a Brick-Wall response for the bandwidth limit filter. This response has a sharp roll-off.
- BESSel
- Specifies a 4th order Bessel response for the bandwidth limit filter. This response has a more gradual roll-off.
-
To achieve the 4th order Bessel response, the maximum bandwidth you can specify is about 2/3 of the maximum bandwidth you could specify with the Brick-Wall filter. Also with the Bessel filter, the brick-wall response takes over at what would be the brick-wall filter's maximum bandwidth. Therefore, you can have a combination of roll-off responses with this selection.
- BUTTerworth
- Specifies a 4th order Butterworth response for the bandwidth limit filter. This response has a roll-off that is between the Brick Wall and Bessel responses.
-
To achieve the 4th order Butterworth response, the maximum bandwidth you can specify is about 80% of the maximum bandwidth you could specify with the Brick-Wall filter. Also with the Butterworth filter, the brick-wall response takes over at what would be the brick-wall filter's maximum bandwidth. Therefore, you can have a combination of roll-off responses with this selection.
- BANDpass
- This option is used with the Phase Noise analysis application. Because you do not have control over the slope of the transition from the pass band to the rejected bands, this option has limited usefulness as a general-purpose bandpass filter.
Example Command Sequence
:FUNCtion2:FOPerator DEConvolve :FUNCtion2:PARameters:DEConvolve:FNAMe "C:\Users<user_name>\Documents\Keysight\Infiniium\S-Parameter Data\DUT_4.s2p" :FUNCtion2:PARameters:DEConvolve:FMODel ON // Flips S-parameters ports :FUNCtion2:PARameters:DEConvolve:BANDwidth:AUTO OFF :FUNCtion2:PARameters:DEConvolve:BLIMit BRICkwall :FUNCtion2:PARameters:DEConvolve:BANDwidth 7.5E9 :FUNCtion2:COLor TCOLor4 :FUNCtion2:DISPlay ON *OPC? … // Your code to synchronize execution timing.