sv
¶
The sv commands module.
These commands are used in the following models: DPO7AX
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- SV:WINDOW {KAISerbessel|RECTangular|HAMMing|HANNing|BLACkmanharris|FLATtop2}
- SV:WINDOW?
Sv
¶
Bases: SCPICmdRead
The SV command tree.
Usage
- Using the
.query()method will send theSV?query. - Using the
.verify(value)method will send theSV?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.window: TheSV:WINDOWcommand.
window
property
¶
window: SvWindow
Return the SV:WINDOW command.
Description
- This command sets or queries the window type used by the windowing function of the Spectrum View. The windowing function is a Fast Fourier Transform (FFT) technique used to minimize the discontinuities between successive frames of an RF time domain signal. The default window type is Blackman-Harris.
Usage
- Using the
.query()method will send theSV:WINDOW?query. - Using the
.verify(value)method will send theSV:WINDOW?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:WINDOW valuecommand.
SCPI Syntax
- SV:WINDOW {KAISerbessel|RECTangular|HAMMing|HANNing|BLACkmanharris|FLATtop2}
- SV:WINDOW?
Info
KAISerbesselspecifies the Kaiser-Bessel window type (a high or moderate resolution window).RECTangularspecifies the Rectangular window type (a window function is equivalent to multiplying all gate data by one).HAMMingspecifies the Hamming window type (a high or moderate resolution window based on a cosine series).HANNingspecifies the Hanning window type (a high or moderate resolution window based on a cosine series).BLACkmanharrisspecifies the Blackman-Harris window type (a low-resolution (high dynamic range) window based on a cosine series).FLATtop2specifies the Flattop2 window type (a low-resolution (high dynamic range) window).
SvWindow
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:WINDOW command.
Description
- This command sets or queries the window type used by the windowing function of the Spectrum View. The windowing function is a Fast Fourier Transform (FFT) technique used to minimize the discontinuities between successive frames of an RF time domain signal. The default window type is Blackman-Harris.
Usage
- Using the
.query()method will send theSV:WINDOW?query. - Using the
.verify(value)method will send theSV:WINDOW?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:WINDOW valuecommand.
SCPI Syntax
- SV:WINDOW {KAISerbessel|RECTangular|HAMMing|HANNing|BLACkmanharris|FLATtop2}
- SV:WINDOW?
Info
KAISerbesselspecifies the Kaiser-Bessel window type (a high or moderate resolution window).RECTangularspecifies the Rectangular window type (a window function is equivalent to multiplying all gate data by one).HAMMingspecifies the Hamming window type (a high or moderate resolution window based on a cosine series).HANNingspecifies the Hanning window type (a high or moderate resolution window based on a cosine series).BLACkmanharrisspecifies the Blackman-Harris window type (a low-resolution (high dynamic range) window based on a cosine series).FLATtop2specifies the Flattop2 window type (a low-resolution (high dynamic range) window).