sv
¶
The sv commands module.
These commands are used in the following models: LPD6, MSO4, MSO4B, MSO5, MSO5B, MSO5LP, MSO6, MSO6B
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- SV:CH<x>:RF_AVErage:NUMAVg <NR1>
- SV:CH<x>:RF_AVErage:NUMAVg?
- SV:CH<x>:RF_MAGnitude:FORMat {AMPLINear|POWLINear|POWLOG}
- SV:CH<x>:RF_MAGnitude:FORMat?
- SV:CH<x>:RF_PHASe:REFerence:DEGrees <NR3>
- SV:CH<x>:RF_PHASe:REFerence:DEGrees?
- SV:CH<x>:RF_PHASe:REFerence:POSition {TRIGger|CURSor}
- SV:CH<x>:RF_PHASe:REFerence:POSition?
- SV:CH<x>:RF_PHASe:REFerence:TIMe <NR3>
- SV:CH<x>:RF_PHASe:REFerence:TIMe?
- SV:CH<x>:RF_PHASe:WRAP:DEGrees <NR3>
- SV:CH<x>:RF_PHASe:WRAP:DEGrees?
- SV:CH<x>:RF_PHASe:WRAP:STATE {ON|OFF}
- SV:CH<x>:RF_PHASe:WRAP:STATE?
- SV:CH<x>:SELTrace {NORMal|MAXHold|MINHold|AVErage}
- SV:CH<x>:SELTrace?
- SV:CH<x>:SELect:RF_AVErage {ON|OFF|1|0}
- SV:CH<x>:SELect:RF_AVErage?
- SV:CH<x>:SELect:RF_FREQuency {ON|OFF}
- SV:CH<x>:SELect:RF_FREQuency?
- SV:CH<x>:SELect:RF_MAGnitude {ON|OFF}
- SV:CH<x>:SELect:RF_MAGnitude?
- SV:CH<x>:SELect:RF_MAXHold {ON|OFF|1|0}
- SV:CH<x>:SELect:RF_MAXHold?
- SV:CH<x>:SELect:RF_MINHold {ON|OFF|1|0}
- SV:CH<x>:SELect:RF_MINHold?
- SV:CH<x>:SELect:RF_NORMal {ON|OFF|1|0}
- SV:CH<x>:SELect:RF_NORMal?
- SV:CH<x>:SELect:RF_PHASe {ON|OFF}
- SV:CH<x>:SELect:RF_PHASe?
- SV:CH<x>:SELect:SPECtrogram {ON|OFF}
- SV:CH<x>:SELect:SPECtrogram?
- SV:CH<x>:SQUELCH:STATE {ON|OFF}
- SV:CH<x>:SQUELCH:STATE?
- SV:CH<x>:SQUELCH:THReshold <NR3>
- SV:CH<x>:SQUELCH:THReshold?
- SV:CH<x>:UNIts {DBM|DBUW|DBMV|DBUV|DBMA|DBUA}
- SV:CH<x>:UNIts?
- SV:LOCKCenter {ON|OFF|1|0}
- SV:LOCKCenter?
- SV:LOCKSpectrum {ON|OFF|1|0}
- SV:LOCKSpectrum?
- SV:MARKER:PEAK:EXCURsion <NR3>
- SV:MARKER:PEAK:EXCURsion?
- SV:MARKER:PEAK:MAXimum <NR1>
- SV:MARKER:PEAK:MAXimum?
- SV:MARKER:PEAK:STATE {ON|OFF|1|0}
- SV:MARKER:PEAK:STATE?
- SV:MARKER:PEAK:THReshold <NR3>
- SV:MARKER:PEAK:THReshold?
- SV:MARKER:PEAKS:AMPLITUDE?
- SV:MARKER:PEAKS:FREQuency?
- SV:MARKER:REFERence
- SV:MARKER:REFERence:AMPLITUDE?
- SV:MARKER:REFERence:FREQuency?
- SV:MARKER:TYPe {DELta|ABSolute}
- SV:MARKER:TYPe?
- SV:RBW <NR3>
- SV:RBW?
- SV:RBWMode {AUTOmatic|MANual}
- SV:RBWMode?
- SV:RF_PHASe:REFerence:MASTer {CH<x>|NONE}
- SV:RF_PHASe:REFerence:MASTer?
- SV:SPAN <NR3>
- SV:SPAN?
- SV:SPANRBWRatio <NR3>
- SV:SPANRBWRatio?
- SV:SPECtrogram:CSCale:MAX <NR3>
- SV:SPECtrogram:CSCale:MAX?
- SV:SPECtrogram:CSCale:MIN <NR3>
- SV:SPECtrogram:CSCale:MIN?
- SV:SPECtrogram:CURSor:A {ON|OFF|1|0}
- SV:SPECtrogram:CURSor:A?
- SV:SPECtrogram:CURSor:B {ON|OFF|1|0}
- SV:SPECtrogram:CURSor:B?
- 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
.ch: TheSV:CH<x>command tree..lockcenter: TheSV:LOCKCentercommand..lockspectrum: TheSV:LOCKSpectrumcommand..marker: TheSV:MARKERcommand tree..rbw: TheSV:RBWcommand..rbwmode: TheSV:RBWModecommand..rf_phase: TheSV:RF_PHASecommand tree..span: TheSV:SPANcommand..spanrbwratio: TheSV:SPANRBWRatiocommand..spectrogram: TheSV:SPECtrogramcommand tree..window: TheSV:WINDOWcommand.
ch
property
¶
Return the SV:CH<x> command tree.
Usage
- Using the
.query()method will send theSV:CH<x>?query. - Using the
.verify(value)method will send theSV:CH<x>?query and raise an AssertionError if the returned value does not matchvalue.
Info
CH<x>specifies the spectrum trace channel source.
Sub-properties
.rf_average: TheSV:CH<x>:RF_AVEragecommand tree..rf_magnitude: TheSV:CH<x>:RF_MAGnitudecommand tree..rf_phase: TheSV:CH<x>:RF_PHASecommand tree..seltrace: TheSV:CH<x>:SELTracecommand..select: TheSV:CH<x>:SELectcommand tree..squelch: TheSV:CH<x>:SQUELCHcommand tree..units: TheSV:CH<x>:UNItscommand.
lockcenter
property
¶
lockcenter: SvLockcenter
Return the SV:LOCKCenter command.
Description
- This command sets or queries whether the Center Frequency setting is locked across all channels in the Spectrum View.
Usage
- Using the
.query()method will send theSV:LOCKCenter?query. - Using the
.verify(value)method will send theSV:LOCKCenter?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:LOCKCenter valuecommand.
SCPI Syntax
- SV:LOCKCenter {ON|OFF|1|0}
- SV:LOCKCenter?
Info
ONsets all spectrum traces channels in the Spectrum View window to use the same center frequency value. When the center frequency of any channel is changed, the center frequency of all other channels is automatically changed tomatch that value.1sets all spectrum traces channels in the Spectrum View window to use the same center frequency value. When the center frequency of any channel is changed, the center frequency of all other channels is automatically changed to match that value.0enables use of different center frequency values for each spectrum trace channel. The center frequencies of all channels are independent.OFFenables use of different center frequency values for each spectrum trace channel. The center frequencies of all channels are independent.
lockspectrum
property
¶
lockspectrum: SvLockspectrum
Return the SV:LOCKSpectrum command.
Description
- This command sets or queries whether the Spectrum Time value is locked across all spectrum trace channels in the Spectrum View.
Usage
- Using the
.query()method will send theSV:LOCKSpectrum?query. - Using the
.verify(value)method will send theSV:LOCKSpectrum?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:LOCKSpectrum valuecommand.
SCPI Syntax
- SV:LOCKSpectrum {ON|OFF|1|0}
- SV:LOCKSpectrum?
Info
ONsets all spectrum traces channels in the Spectrum View window to use the same Spectrum Time value. When the Spectrum Time of any channel is changed, the Spectrum Time of all other channels is automatically changed to match that value.1sets all spectrum traces channels in the Spectrum View window to use the same Spectrum Time value. When the Spectrum Time of any channel is changed, the Spectrum Time of all other channels is automatically changed to match that value.0enables use of different Spectrum Time values for each spectrum trace channel. The Spectrum Time of all channels are independent.OFFenables use of different Spectrum Time values for each spectrum trace channel. The Spectrum Time of all channels are independent.
marker
property
¶
marker: SvMarker
Return the SV:MARKER command tree.
Usage
- Using the
.query()method will send theSV:MARKER?query. - Using the
.verify(value)method will send theSV:MARKER?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.peak: TheSV:MARKER:PEAKcommand tree..peaks: TheSV:MARKER:PEAKScommand tree..reference: TheSV:MARKER:REFERencecommand..type: TheSV:MARKER:TYPecommand.
rbw
property
¶
rbw: SvRbw
Return the SV:RBW command.
Description
- This command sets or queries the resolution bandwidth (RBW) when the RBW mode has been
set to MANUAL (using the command
SV:RBWMode). The resolution bandwidth is the width of the narrowest measurable band of frequencies in a Spectrum View trace. By default, the RBW tracks the span value in a1000:1ratio. The RBW determines the level to which the instrument can resolve individual frequencies in the frequency domain. For example, if the input signal contains two carriers separated by 1 kHz, you will not be able to discriminate between them unless the RBW is less than 1 kHz.
Usage
- Using the
.query()method will send theSV:RBW?query. - Using the
.verify(value)method will send theSV:RBW?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:RBW valuecommand.
SCPI Syntax
- SV:RBW <NR3>
- SV:RBW?
Info
<NR3>specifies the width of the narrowest measurable band of frequencies in a Spectrum View trace, in Hz.
rbwmode
property
¶
rbwmode: SvRbwmode
Return the SV:RBWMode command.
Description
- This command sets or queries the resolution bandwidth (RBW) mode, either Automatic or Manual.
Usage
- Using the
.query()method will send theSV:RBWMode?query. - Using the
.verify(value)method will send theSV:RBWMode?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:RBWMode valuecommand.
SCPI Syntax
- SV:RBWMode {AUTOmatic|MANual}
- SV:RBWMode?
Info
AUTOmaticspecifies the resolution bandwidth automatically as the span is changed. The default behavior is1000:1, but you can set it to other values in a 1-2-5 sequence (e.g. 10000, 20000, 50000). To specify the RBW ratio that will be used when the mode is set to automatic, use the commandSV:SPANRBWRatio.MANualspecifies to set the resolution bandwidth, independently from the span, using the commandSV:RBW.
rf_phase
property
¶
rf_phase: SvRfPhase
Return the SV:RF_PHASe command tree.
Usage
- Using the
.query()method will send theSV:RF_PHASe?query. - Using the
.verify(value)method will send theSV:RF_PHASe?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.reference: TheSV:RF_PHASe:REFerencecommand tree.
span
property
¶
span: SvSpan
Return the SV:SPAN command.
Description
- This command sets or queries the span setting for all channels in the Spectrum View. The span is the range of frequencies that can be observed centered on the center frequency. This is the width of the frequency domain trace, which is from the center frequency - ½span to the center frequency + ½ span.
Usage
- Using the
.query()method will send theSV:SPAN?query. - Using the
.verify(value)method will send theSV:SPAN?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:SPAN valuecommand.
SCPI Syntax
- SV:SPAN <NR3>
- SV:SPAN?
Info
<NR3>specifies the span value in Hz.
spanrbwratio
property
¶
spanrbwratio: SvSpanrbwratio
Return the SV:SPANRBWRatio command.
Description
- This command sets or queries the ratio of the span to the resolution bandwidth (RBW)
that will be used when the RBW Mode is set to AUTO. The span is the width of the
frequency domain trace in Hz, which is equal to the stop frequency minus the start
frequency. The RBW is the width of the narrowest measurable band of frequencies in a
frequency domain trace. The default RBW ratio is 1000 : 1. Use the command
SV:RBWModeto set the RBW Mode to Automatic.
Usage
- Using the
.query()method will send theSV:SPANRBWRatio?query. - Using the
.verify(value)method will send theSV:SPANRBWRatio?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:SPANRBWRatio valuecommand.
SCPI Syntax
- SV:SPANRBWRatio <NR3>
- SV:SPANRBWRatio?
Info
<NR3>specifies the span-to-RBW ratio.
spectrogram
property
¶
spectrogram: SvSpectrogram
Return the SV:SPECtrogram command tree.
Usage
- Using the
.query()method will send theSV:SPECtrogram?query. - Using the
.verify(value)method will send theSV:SPECtrogram?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.cscale: TheSV:SPECtrogram:CSCalecommand tree..cursor: TheSV:SPECtrogram:CURSorcommand tree.
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).
SvChannel
¶
Bases: ValidatedChannel, SCPICmdRead
The SV:CH<x> command tree.
Usage
- Using the
.query()method will send theSV:CH<x>?query. - Using the
.verify(value)method will send theSV:CH<x>?query and raise an AssertionError if the returned value does not matchvalue.
Info
CH<x>specifies the spectrum trace channel source.
Properties
.rf_average: TheSV:CH<x>:RF_AVEragecommand tree..rf_magnitude: TheSV:CH<x>:RF_MAGnitudecommand tree..rf_phase: TheSV:CH<x>:RF_PHASecommand tree..seltrace: TheSV:CH<x>:SELTracecommand..select: TheSV:CH<x>:SELectcommand tree..squelch: TheSV:CH<x>:SQUELCHcommand tree..units: TheSV:CH<x>:UNItscommand.
rf_average
property
¶
rf_average: SvChannelRfAverage
Return the SV:CH<x>:RF_AVErage command tree.
Usage
- Using the
.query()method will send theSV:CH<x>:RF_AVErage?query. - Using the
.verify(value)method will send theSV:CH<x>:RF_AVErage?query and raise an AssertionError if the returned value does not matchvalue.
Info
CH<x>specifies the spectrum trace channel source.
Sub-properties
.numavg: TheSV:CH<x>:RF_AVErage:NUMAVgcommand.
rf_magnitude
property
¶
rf_magnitude: SvChannelRfMagnitude
Return the SV:CH<x>:RF_MAGnitude command tree.
Usage
- Using the
.query()method will send theSV:CH<x>:RF_MAGnitude?query. - Using the
.verify(value)method will send theSV:CH<x>:RF_MAGnitude?query and raise an AssertionError if the returned value does not matchvalue.
Info
CH<x>is the channel number of the Magnitude vs. Time trace.
Sub-properties
.format: TheSV:CH<x>:RF_MAGnitude:FORMatcommand.
rf_phase
property
¶
rf_phase: SvChannelRfPhase
Return the SV:CH<x>:RF_PHASe command tree.
Usage
- Using the
.query()method will send theSV:CH<x>:RF_PHASe?query. - Using the
.verify(value)method will send theSV:CH<x>:RF_PHASe?query and raise an AssertionError if the returned value does not matchvalue.
Info
CH<x>is the channel number of the Phase vs. Time trace.
Sub-properties
.reference: TheSV:CH<x>:RF_PHASe:REFerencecommand tree..wrap: TheSV:CH<x>:RF_PHASe:WRAPcommand tree.
select
property
¶
select: SvChannelSelect
Return the SV:CH<x>:SELect command tree.
Usage
- Using the
.query()method will send theSV:CH<x>:SELect?query. - Using the
.verify(value)method will send theSV:CH<x>:SELect?query and raise an AssertionError if the returned value does not matchvalue.
Info
CH<x>specifies the spectrum trace channel source.
Sub-properties
.rf_average: TheSV:CH<x>:SELect:RF_AVEragecommand..rf_frequency: TheSV:CH<x>:SELect:RF_FREQuencycommand..rf_magnitude: TheSV:CH<x>:SELect:RF_MAGnitudecommand..rf_maxhold: TheSV:CH<x>:SELect:RF_MAXHoldcommand..rf_minhold: TheSV:CH<x>:SELect:RF_MINHoldcommand..rf_normal: TheSV:CH<x>:SELect:RF_NORMalcommand..rf_phase: TheSV:CH<x>:SELect:RF_PHASecommand..spectrogram: TheSV:CH<x>:SELect:SPECtrogramcommand.
seltrace
property
¶
seltrace: SvChannelSeltrace
Return the SV:CH<x>:SELTrace command.
Description
- This command sets or queries the spectrum trace type to show for the specified channel in the Spectrum View. Each channel’s spectrum trace can display up to four traces; a Normal trace (default), a Max Hold trace, a Min Hold trace and an Average trace.
Usage
- Using the
.query()method will send theSV:CH<x>:SELTrace?query. - Using the
.verify(value)method will send theSV:CH<x>:SELTrace?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:SELTrace valuecommand.
SCPI Syntax
- SV:CH<x>:SELTrace {NORMal|MAXHold|MINHold|AVErage}
- SV:CH<x>:SELTrace?
Info
CH<x>specifies the analog channel to use as the Spectrum View source.NORMalselects the Normal trace for the specified spectrum trace channel. If the specified spectrum trace channel does not have a Normal trace, this command is ignored.MAXHoldselects the Max Hold trace for the specified spectrum trace channel. If the specified spectrum trace channel does not have a Max Hold trace, this command is ignored.MINHoldselects the Min Hold trace for the specified spectrum trace channel. If the specified spectrum trace channel does not have a Min Hold trace, this command is ignored.AVErageselects the Average trace for the specified spectrum trace channel. If the specified spectrum trace channel does not have an Average trace, this command is ignored.
squelch
property
¶
squelch: SvChannelSquelch
Return the SV:CH<x>:SQUELCH command tree.
Usage
- Using the
.query()method will send theSV:CH<x>:SQUELCH?query. - Using the
.verify(value)method will send theSV:CH<x>:SQUELCH?query and raise an AssertionError if the returned value does not matchvalue.
Info
CH<x>is the channel number of the Frequency or Phase versus Time trace.
Sub-properties
.state: TheSV:CH<x>:SQUELCH:STATEcommand..threshold: TheSV:CH<x>:SQUELCH:THResholdcommand.
units
property
¶
units: SvChannelUnits
Return the SV:CH<x>:UNIts command.
Description
- This command sets or queries the absolute logarithmic amplitude vertical scale units to show in the specified spectrum trace channel of the Spectrum View.
Usage
- Using the
.query()method will send theSV:CH<x>:UNIts?query. - Using the
.verify(value)method will send theSV:CH<x>:UNIts?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:UNIts valuecommand.
SCPI Syntax
- SV:CH<x>:UNIts {DBM|DBUW|DBMV|DBUV|DBMA|DBUA}
- SV:CH<x>:UNIts?
Info
CH<x>specifies the analog channel to use as the Spectrum View source.DBMspecifies Decibel milliwatts (dBm).DBUWspecifies Decibel microwatts (dBμW).DBMVspecifies Decibel millivolts (dBmV).DBUVspecifies Decibel microvolts (dBμV).DBMAspecifies Decibel milliamperes (dBmA).DBUAspecifies Decibel microamperes (dBμA).
SvChannelRfAverage
¶
Bases: SCPICmdRead
The SV:CH<x>:RF_AVErage command tree.
Usage
- Using the
.query()method will send theSV:CH<x>:RF_AVErage?query. - Using the
.verify(value)method will send theSV:CH<x>:RF_AVErage?query and raise an AssertionError if the returned value does not matchvalue.
Info
CH<x>specifies the spectrum trace channel source.
Properties
.numavg: TheSV:CH<x>:RF_AVErage:NUMAVgcommand.
numavg
property
¶
numavg: SvChannelRfAverageNumavg
Return the SV:CH<x>:RF_AVErage:NUMAVg command.
Description
- This command sets or queries the number of acquisitions to be used when creating the Average trace for the specified spectrum trace channel in the Spectrum View. The Average spectrum trace shows the average of values from multiple acquisitions at each trace point.
Usage
- Using the
.query()method will send theSV:CH<x>:RF_AVErage:NUMAVg?query. - Using the
.verify(value)method will send theSV:CH<x>:RF_AVErage:NUMAVg?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:RF_AVErage:NUMAVg valuecommand.
SCPI Syntax
- SV:CH<x>:RF_AVErage:NUMAVg <NR1>
- SV:CH<x>:RF_AVErage:NUMAVg?
Info
CH<x>specifies the spectrum trace channel source.<NR1>specifies the number of acquisitions to average. The range is 2 - 512, in exponential increments.
SvChannelRfAverageNumavg
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:CH<x>:RF_AVErage:NUMAVg command.
Description
- This command sets or queries the number of acquisitions to be used when creating the Average trace for the specified spectrum trace channel in the Spectrum View. The Average spectrum trace shows the average of values from multiple acquisitions at each trace point.
Usage
- Using the
.query()method will send theSV:CH<x>:RF_AVErage:NUMAVg?query. - Using the
.verify(value)method will send theSV:CH<x>:RF_AVErage:NUMAVg?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:RF_AVErage:NUMAVg valuecommand.
SCPI Syntax
- SV:CH<x>:RF_AVErage:NUMAVg <NR1>
- SV:CH<x>:RF_AVErage:NUMAVg?
Info
CH<x>specifies the spectrum trace channel source.<NR1>specifies the number of acquisitions to average. The range is 2 - 512, in exponential increments.
SvChannelRfMagnitude
¶
Bases: SCPICmdRead
The SV:CH<x>:RF_MAGnitude command tree.
Usage
- Using the
.query()method will send theSV:CH<x>:RF_MAGnitude?query. - Using the
.verify(value)method will send theSV:CH<x>:RF_MAGnitude?query and raise an AssertionError if the returned value does not matchvalue.
Info
CH<x>is the channel number of the Magnitude vs. Time trace.
Properties
.format: TheSV:CH<x>:RF_MAGnitude:FORMatcommand.
format
property
¶
format: SvChannelRfMagnitudeFormat
Return the SV:CH<x>:RF_MAGnitude:FORMat command.
Description
- This command sets or queries the format of the Magnitude vs. Time trace for the specified channel.
Usage
- Using the
.query()method will send theSV:CH<x>:RF_MAGnitude:FORMat?query. - Using the
.verify(value)method will send theSV:CH<x>:RF_MAGnitude:FORMat?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:RF_MAGnitude:FORMat valuecommand.
SCPI Syntax
- SV:CH<x>:RF_MAGnitude:FORMat {AMPLINear|POWLINear|POWLOG}
- SV:CH<x>:RF_MAGnitude:FORMat?
Info
CH<x>is the channel number of the Magnitude vs. Time trace.AMPLINear(Amplitude (linear)) sets the magnitude in Volts with square root conversion of linear power values.POWLINear(Power (linear) sets the magnitude in Watts with direct use of linear power values.POWLOG(Power (log) sets the magnitude in dB using log conversion of linear power values.
SvChannelRfMagnitudeFormat
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:CH<x>:RF_MAGnitude:FORMat command.
Description
- This command sets or queries the format of the Magnitude vs. Time trace for the specified channel.
Usage
- Using the
.query()method will send theSV:CH<x>:RF_MAGnitude:FORMat?query. - Using the
.verify(value)method will send theSV:CH<x>:RF_MAGnitude:FORMat?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:RF_MAGnitude:FORMat valuecommand.
SCPI Syntax
- SV:CH<x>:RF_MAGnitude:FORMat {AMPLINear|POWLINear|POWLOG}
- SV:CH<x>:RF_MAGnitude:FORMat?
Info
CH<x>is the channel number of the Magnitude vs. Time trace.AMPLINear(Amplitude (linear)) sets the magnitude in Volts with square root conversion of linear power values.POWLINear(Power (linear) sets the magnitude in Watts with direct use of linear power values.POWLOG(Power (log) sets the magnitude in dB using log conversion of linear power values.
SvChannelRfPhase
¶
Bases: SCPICmdRead
The SV:CH<x>:RF_PHASe command tree.
Usage
- Using the
.query()method will send theSV:CH<x>:RF_PHASe?query. - Using the
.verify(value)method will send theSV:CH<x>:RF_PHASe?query and raise an AssertionError if the returned value does not matchvalue.
Info
CH<x>is the channel number of the Phase vs. Time trace.
Properties
.reference: TheSV:CH<x>:RF_PHASe:REFerencecommand tree..wrap: TheSV:CH<x>:RF_PHASe:WRAPcommand tree.
reference
property
¶
reference: SvChannelRfPhaseReference
Return the SV:CH<x>:RF_PHASe:REFerence command tree.
Usage
- Using the
.query()method will send theSV:CH<x>:RF_PHASe:REFerence?query. - Using the
.verify(value)method will send theSV:CH<x>:RF_PHASe:REFerence?query and raise an AssertionError if the returned value does not matchvalue.
Info
CH<x>is the channel number of the Phase vs. Time trace.
Sub-properties
.degrees: TheSV:CH<x>:RF_PHASe:REFerence:DEGreescommand..position: TheSV:CH<x>:RF_PHASe:REFerence:POSitioncommand..time: TheSV:CH<x>:RF_PHASe:REFerence:TIMecommand.
wrap
property
¶
wrap: SvChannelRfPhaseWrap
Return the SV:CH<x>:RF_PHASe:WRAP command tree.
Usage
- Using the
.query()method will send theSV:CH<x>:RF_PHASe:WRAP?query. - Using the
.verify(value)method will send theSV:CH<x>:RF_PHASe:WRAP?query and raise an AssertionError if the returned value does not matchvalue.
Info
CH<x>is the channel number of the Phase vs. Time trace.
Sub-properties
.degrees: TheSV:CH<x>:RF_PHASe:WRAP:DEGreescommand..state: TheSV:CH<x>:RF_PHASe:WRAP:STATEcommand.
SvChannelRfPhaseReference
¶
Bases: SCPICmdRead
The SV:CH<x>:RF_PHASe:REFerence command tree.
Usage
- Using the
.query()method will send theSV:CH<x>:RF_PHASe:REFerence?query. - Using the
.verify(value)method will send theSV:CH<x>:RF_PHASe:REFerence?query and raise an AssertionError if the returned value does not matchvalue.
Info
CH<x>is the channel number of the Phase vs. Time trace.
Properties
.degrees: TheSV:CH<x>:RF_PHASe:REFerence:DEGreescommand..position: TheSV:CH<x>:RF_PHASe:REFerence:POSitioncommand..time: TheSV:CH<x>:RF_PHASe:REFerence:TIMecommand.
degrees
property
¶
degrees: SvChannelRfPhaseReferenceDegrees
Return the SV:CH<x>:RF_PHASe:REFerence:DEGrees command.
Description
- This command sets or queries the channel Phase Reference value in degrees.
Usage
- Using the
.query()method will send theSV:CH<x>:RF_PHASe:REFerence:DEGrees?query. - Using the
.verify(value)method will send theSV:CH<x>:RF_PHASe:REFerence:DEGrees?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:RF_PHASe:REFerence:DEGrees valuecommand.
SCPI Syntax
- SV:CH<x>:RF_PHASe:REFerence:DEGrees <NR3>
- SV:CH<x>:RF_PHASe:REFerence:DEGrees?
Info
CH<x>is the channel number of the Phase vs. Time trace.SV:CH<x>:RF_PHASe:REFerence:TIMe. If CH<x>is the master phase reference, then the value is used to calculate the phase values of all other channels.
position
property
¶
position: SvChannelRfPhaseReferencePosition
Return the SV:CH<x>:RF_PHASe:REFerence:POSition command.
Description
- This command sets or queries whether the channel Phase Reference is located at the Trigger position or at the Cursor A position.
Usage
- Using the
.query()method will send theSV:CH<x>:RF_PHASe:REFerence:POSition?query. - Using the
.verify(value)method will send theSV:CH<x>:RF_PHASe:REFerence:POSition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:RF_PHASe:REFerence:POSition valuecommand.
SCPI Syntax
- SV:CH<x>:RF_PHASe:REFerence:POSition {TRIGger|CURSor}
- SV:CH<x>:RF_PHASe:REFerence:POSition?
Info
CH<x>is the channel number of the Phase vs. Time trace.TRIGgersets the Phase Reference location to the Trigger position.CURSorsets the channel Phase Reference location to the phase time set bySV:CH<x>:RF_PHASe:REFerence:TIMe, which defaults to the Cursor A position.
time
property
¶
Return the SV:CH<x>:RF_PHASe:REFerence:TIMe command.
Description
- This command sets or queries the channel Phase Reference time in seconds.
Usage
- Using the
.query()method will send theSV:CH<x>:RF_PHASe:REFerence:TIMe?query. - Using the
.verify(value)method will send theSV:CH<x>:RF_PHASe:REFerence:TIMe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:RF_PHASe:REFerence:TIMe valuecommand.
SCPI Syntax
- SV:CH<x>:RF_PHASe:REFerence:TIMe <NR3>
- SV:CH<x>:RF_PHASe:REFerence:TIMe?
Info
CH<x>is the channel number of the Phase vs. Time trace.NR3is the Phase Reference time, in seconds. This indicates the time at which the phase value set bySV:CH<x>:RF_PHASe:REFerence:DEGreesis applied. If the phase position set bySV:CH<x>:RF_PHASe:REFerence:POSitionis TRIGger, then the phase time is fixed at 0 seconds and cannot be changed. If the phase position is CURSor, then the phase time may be set to any value, and is initialized to the position of Cursor A. If CHis the master phase reference, then the time is used to calculate the phase values of all other channels.
SvChannelRfPhaseReferenceDegrees
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:CH<x>:RF_PHASe:REFerence:DEGrees command.
Description
- This command sets or queries the channel Phase Reference value in degrees.
Usage
- Using the
.query()method will send theSV:CH<x>:RF_PHASe:REFerence:DEGrees?query. - Using the
.verify(value)method will send theSV:CH<x>:RF_PHASe:REFerence:DEGrees?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:RF_PHASe:REFerence:DEGrees valuecommand.
SCPI Syntax
- SV:CH<x>:RF_PHASe:REFerence:DEGrees <NR3>
- SV:CH<x>:RF_PHASe:REFerence:DEGrees?
Info
CH<x>is the channel number of the Phase vs. Time trace.SV:CH<x>:RF_PHASe:REFerence:TIMe. If CH<x>is the master phase reference, then the value is used to calculate the phase values of all other channels.
SvChannelRfPhaseReferencePosition
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:CH<x>:RF_PHASe:REFerence:POSition command.
Description
- This command sets or queries whether the channel Phase Reference is located at the Trigger position or at the Cursor A position.
Usage
- Using the
.query()method will send theSV:CH<x>:RF_PHASe:REFerence:POSition?query. - Using the
.verify(value)method will send theSV:CH<x>:RF_PHASe:REFerence:POSition?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:RF_PHASe:REFerence:POSition valuecommand.
SCPI Syntax
- SV:CH<x>:RF_PHASe:REFerence:POSition {TRIGger|CURSor}
- SV:CH<x>:RF_PHASe:REFerence:POSition?
Info
CH<x>is the channel number of the Phase vs. Time trace.TRIGgersets the Phase Reference location to the Trigger position.CURSorsets the channel Phase Reference location to the phase time set bySV:CH<x>:RF_PHASe:REFerence:TIMe, which defaults to the Cursor A position.
SvChannelRfPhaseReferenceTime
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:CH<x>:RF_PHASe:REFerence:TIMe command.
Description
- This command sets or queries the channel Phase Reference time in seconds.
Usage
- Using the
.query()method will send theSV:CH<x>:RF_PHASe:REFerence:TIMe?query. - Using the
.verify(value)method will send theSV:CH<x>:RF_PHASe:REFerence:TIMe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:RF_PHASe:REFerence:TIMe valuecommand.
SCPI Syntax
- SV:CH<x>:RF_PHASe:REFerence:TIMe <NR3>
- SV:CH<x>:RF_PHASe:REFerence:TIMe?
Info
CH<x>is the channel number of the Phase vs. Time trace.NR3is the Phase Reference time, in seconds. This indicates the time at which the phase value set bySV:CH<x>:RF_PHASe:REFerence:DEGreesis applied. If the phase position set bySV:CH<x>:RF_PHASe:REFerence:POSitionis TRIGger, then the phase time is fixed at 0 seconds and cannot be changed. If the phase position is CURSor, then the phase time may be set to any value, and is initialized to the position of Cursor A. If CHis the master phase reference, then the time is used to calculate the phase values of all other channels.
SvChannelRfPhaseWrap
¶
Bases: SCPICmdRead
The SV:CH<x>:RF_PHASe:WRAP command tree.
Usage
- Using the
.query()method will send theSV:CH<x>:RF_PHASe:WRAP?query. - Using the
.verify(value)method will send theSV:CH<x>:RF_PHASe:WRAP?query and raise an AssertionError if the returned value does not matchvalue.
Info
CH<x>is the channel number of the Phase vs. Time trace.
Properties
.degrees: TheSV:CH<x>:RF_PHASe:WRAP:DEGreescommand..state: TheSV:CH<x>:RF_PHASe:WRAP:STATEcommand.
degrees
property
¶
degrees: SvChannelRfPhaseWrapDegrees
Return the SV:CH<x>:RF_PHASe:WRAP:DEGrees command.
Description
- This command sets or queries the Phase Wrap limit for the Phase vs. Time trace for the specified channel.
Usage
- Using the
.query()method will send theSV:CH<x>:RF_PHASe:WRAP:DEGrees?query. - Using the
.verify(value)method will send theSV:CH<x>:RF_PHASe:WRAP:DEGrees?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:RF_PHASe:WRAP:DEGrees valuecommand.
SCPI Syntax
- SV:CH<x>:RF_PHASe:WRAP:DEGrees <NR3>
- SV:CH<x>:RF_PHASe:WRAP:DEGrees?
Info
CH<x>is the channel number of the Phase vs. Time trace.NR3sets the number of wrap degrees, from 180 degrees to infinity. When Phase Wrap is enabled, the phase values in the Phase vs Time waveform are constrained to be within ± the specified limit. Phase values below or above the limit are wrapped by repeatedly adding or subtracting 360 degrees until they are within range.
state
property
¶
state: SvChannelRfPhaseWrapState
Return the SV:CH<x>:RF_PHASe:WRAP:STATE command.
Description
- This command sets or queries whether Phase Wrap is applied to the Phase vs. Time trace for the specified channel.
Usage
- Using the
.query()method will send theSV:CH<x>:RF_PHASe:WRAP:STATE?query. - Using the
.verify(value)method will send theSV:CH<x>:RF_PHASe:WRAP:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:RF_PHASe:WRAP:STATE valuecommand.
SCPI Syntax
- SV:CH<x>:RF_PHASe:WRAP:STATE {ON|OFF}
- SV:CH<x>:RF_PHASe:WRAP:STATE?
Info
CH<x>is the channel number of the Phase vs. Time trace.ONenables applying phase wrap on the specified Phase vs. Time channel trace.OFFdisables applying phase wrap on the specified Phase vs. Time channel trace.
SvChannelRfPhaseWrapDegrees
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:CH<x>:RF_PHASe:WRAP:DEGrees command.
Description
- This command sets or queries the Phase Wrap limit for the Phase vs. Time trace for the specified channel.
Usage
- Using the
.query()method will send theSV:CH<x>:RF_PHASe:WRAP:DEGrees?query. - Using the
.verify(value)method will send theSV:CH<x>:RF_PHASe:WRAP:DEGrees?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:RF_PHASe:WRAP:DEGrees valuecommand.
SCPI Syntax
- SV:CH<x>:RF_PHASe:WRAP:DEGrees <NR3>
- SV:CH<x>:RF_PHASe:WRAP:DEGrees?
Info
CH<x>is the channel number of the Phase vs. Time trace.NR3sets the number of wrap degrees, from 180 degrees to infinity. When Phase Wrap is enabled, the phase values in the Phase vs Time waveform are constrained to be within ± the specified limit. Phase values below or above the limit are wrapped by repeatedly adding or subtracting 360 degrees until they are within range.
SvChannelRfPhaseWrapState
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:CH<x>:RF_PHASe:WRAP:STATE command.
Description
- This command sets or queries whether Phase Wrap is applied to the Phase vs. Time trace for the specified channel.
Usage
- Using the
.query()method will send theSV:CH<x>:RF_PHASe:WRAP:STATE?query. - Using the
.verify(value)method will send theSV:CH<x>:RF_PHASe:WRAP:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:RF_PHASe:WRAP:STATE valuecommand.
SCPI Syntax
- SV:CH<x>:RF_PHASe:WRAP:STATE {ON|OFF}
- SV:CH<x>:RF_PHASe:WRAP:STATE?
Info
CH<x>is the channel number of the Phase vs. Time trace.ONenables applying phase wrap on the specified Phase vs. Time channel trace.OFFdisables applying phase wrap on the specified Phase vs. Time channel trace.
SvChannelSelect
¶
Bases: SCPICmdRead
The SV:CH<x>:SELect command tree.
Usage
- Using the
.query()method will send theSV:CH<x>:SELect?query. - Using the
.verify(value)method will send theSV:CH<x>:SELect?query and raise an AssertionError if the returned value does not matchvalue.
Info
CH<x>specifies the spectrum trace channel source.
Properties
.rf_average: TheSV:CH<x>:SELect:RF_AVEragecommand..rf_frequency: TheSV:CH<x>:SELect:RF_FREQuencycommand..rf_magnitude: TheSV:CH<x>:SELect:RF_MAGnitudecommand..rf_maxhold: TheSV:CH<x>:SELect:RF_MAXHoldcommand..rf_minhold: TheSV:CH<x>:SELect:RF_MINHoldcommand..rf_normal: TheSV:CH<x>:SELect:RF_NORMalcommand..rf_phase: TheSV:CH<x>:SELect:RF_PHASecommand..spectrogram: TheSV:CH<x>:SELect:SPECtrogramcommand.
rf_average
property
¶
rf_average: SvChannelSelectRfAverage
Return the SV:CH<x>:SELect:RF_AVErage command.
Description
- This command sets or queries whether the Average trace is displayed for the specified spectrum trace channel in the Spectrum View.
Usage
- Using the
.query()method will send theSV:CH<x>:SELect:RF_AVErage?query. - Using the
.verify(value)method will send theSV:CH<x>:SELect:RF_AVErage?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:SELect:RF_AVErage valuecommand.
SCPI Syntax
- SV:CH<x>:SELect:RF_AVErage {ON|OFF|1|0}
- SV:CH<x>:SELect:RF_AVErage?
Info
CH<x>specifies the spectrum trace channel source.ONenables the display of the Average trace for the specified spectrum trace channel.OFFdisables the display of the Average trace for the specified spectrum trace channel.1enables the display of the Average trace for the specified spectrum trace channel.0disables the display of the Average trace for the specified spectrum trace channel.
rf_frequency
property
¶
rf_frequency: SvChannelSelectRfFrequency
Return the SV:CH<x>:SELect:RF_FREQuency command.
Description
- This command sets or queries whether the Frequency vs. Time trace for the specified channel is displayed in the Waveform View.
Usage
- Using the
.query()method will send theSV:CH<x>:SELect:RF_FREQuency?query. - Using the
.verify(value)method will send theSV:CH<x>:SELect:RF_FREQuency?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:SELect:RF_FREQuency valuecommand.
SCPI Syntax
- SV:CH<x>:SELect:RF_FREQuency {ON|OFF}
- SV:CH<x>:SELect:RF_FREQuency?
Info
CH<x>is the channel number of the Frequency vs. Time trace.ONenables display of the Frequency vs. Time trace.OFFdisables display of the Frequency vs. Time trace.
rf_magnitude
property
¶
rf_magnitude: SvChannelSelectRfMagnitude
Return the SV:CH<x>:SELect:RF_MAGnitude command.
Description
- This command sets or queries whether the Magnitude vs. Time trace for the specified channel is displayed in the Waveform View.
Usage
- Using the
.query()method will send theSV:CH<x>:SELect:RF_MAGnitude?query. - Using the
.verify(value)method will send theSV:CH<x>:SELect:RF_MAGnitude?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:SELect:RF_MAGnitude valuecommand.
SCPI Syntax
- SV:CH<x>:SELect:RF_MAGnitude {ON|OFF}
- SV:CH<x>:SELect:RF_MAGnitude?
Info
CH<x>is the channel number of the Magnitude vs. Time trace.ONenables display of the Magnitude vs. Time trace.OFFdisables display of the Magnitude vs. Time trace.
rf_maxhold
property
¶
rf_maxhold: SvChannelSelectRfMaxhold
Return the SV:CH<x>:SELect:RF_MAXHold command.
Description
- This command sets or queries whether the Max Hold trace is displayed for the specified spectrum trace channel in the Spectrum View.
Usage
- Using the
.query()method will send theSV:CH<x>:SELect:RF_MAXHold?query. - Using the
.verify(value)method will send theSV:CH<x>:SELect:RF_MAXHold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:SELect:RF_MAXHold valuecommand.
SCPI Syntax
- SV:CH<x>:SELect:RF_MAXHold {ON|OFF|1|0}
- SV:CH<x>:SELect:RF_MAXHold?
Info
CH<x>specifies the spectrum trace channel source.ONenables the display of the Max Hold trace for the specified spectrum trace channel.OFFdisables the display of the Max Hold trace for the specified spectrum trace channel.1enables the display of the Max Hold trace for the specified spectrum trace channel.0disables the display of the Max Hold trace for the specified spectrum trace channel.
rf_minhold
property
¶
rf_minhold: SvChannelSelectRfMinhold
Return the SV:CH<x>:SELect:RF_MINHold command.
Description
- This command sets or queries whether the Min Hold trace is displayed for the specified spectrum trace channel in the Spectrum View.
Usage
- Using the
.query()method will send theSV:CH<x>:SELect:RF_MINHold?query. - Using the
.verify(value)method will send theSV:CH<x>:SELect:RF_MINHold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:SELect:RF_MINHold valuecommand.
SCPI Syntax
- SV:CH<x>:SELect:RF_MINHold {ON|OFF|1|0}
- SV:CH<x>:SELect:RF_MINHold?
Info
CH<x>specifies the spectrum trace channel source.ONenables the display of the Min Hold trace for the specified spectrum trace channel.OFFdisables the display of the Min Hold trace for the specified spectrum trace channel.1enables the display of the Min Hold trace for the specified spectrum trace channel.0disables the display of the Min Hold trace for the specified spectrum trace channel.
rf_normal
property
¶
rf_normal: SvChannelSelectRfNormal
Return the SV:CH<x>:SELect:RF_NORMal command.
Description
- This command sets or queries whether the Normal trace is displayed for the specified spectrum trace channel in the Spectrum View.
Usage
- Using the
.query()method will send theSV:CH<x>:SELect:RF_NORMal?query. - Using the
.verify(value)method will send theSV:CH<x>:SELect:RF_NORMal?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:SELect:RF_NORMal valuecommand.
SCPI Syntax
- SV:CH<x>:SELect:RF_NORMal {ON|OFF|1|0}
- SV:CH<x>:SELect:RF_NORMal?
Info
CH<x>specifies the spectrum trace channel source.ONenables the display of the Normal trace for the specified spectrum trace channel.OFFdisables the display of the Normal trace for the specified spectrum trace channel.1enables the display of the Normal trace for the specified spectrum trace channel.0disables the display of the Normal trace for the specified spectrum trace channel.
rf_phase
property
¶
rf_phase: SvChannelSelectRfPhase
Return the SV:CH<x>:SELect:RF_PHASe command.
Description
- This command sets or queries whether the Phase vs. Time trace for the specified channel is displayed in the Waveform View.
Usage
- Using the
.query()method will send theSV:CH<x>:SELect:RF_PHASe?query. - Using the
.verify(value)method will send theSV:CH<x>:SELect:RF_PHASe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:SELect:RF_PHASe valuecommand.
SCPI Syntax
- SV:CH<x>:SELect:RF_PHASe {ON|OFF}
- SV:CH<x>:SELect:RF_PHASe?
Info
CH<x>is the channel number of the Phase vs. Time trace.ONenables display of the Phase vs. Time trace.OFFdisables display of the Phase vs. Time trace.
spectrogram
property
¶
spectrogram: SvChannelSelectSpectrogram
Return the SV:CH<x>:SELect:SPECtrogram command.
Description
- This command sets or queries whether the spectrogram plot for the specified channel is displayed in the Spectrum View. The channel number is specified by x.
Usage
- Using the
.query()method will send theSV:CH<x>:SELect:SPECtrogram?query. - Using the
.verify(value)method will send theSV:CH<x>:SELect:SPECtrogram?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:SELect:SPECtrogram valuecommand.
SCPI Syntax
- SV:CH<x>:SELect:SPECtrogram {ON|OFF}
- SV:CH<x>:SELect:SPECtrogram?
Info
ONturns on spectrogram.OFFturns of spectrogram.
SvChannelSelectRfAverage
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:CH<x>:SELect:RF_AVErage command.
Description
- This command sets or queries whether the Average trace is displayed for the specified spectrum trace channel in the Spectrum View.
Usage
- Using the
.query()method will send theSV:CH<x>:SELect:RF_AVErage?query. - Using the
.verify(value)method will send theSV:CH<x>:SELect:RF_AVErage?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:SELect:RF_AVErage valuecommand.
SCPI Syntax
- SV:CH<x>:SELect:RF_AVErage {ON|OFF|1|0}
- SV:CH<x>:SELect:RF_AVErage?
Info
CH<x>specifies the spectrum trace channel source.ONenables the display of the Average trace for the specified spectrum trace channel.OFFdisables the display of the Average trace for the specified spectrum trace channel.1enables the display of the Average trace for the specified spectrum trace channel.0disables the display of the Average trace for the specified spectrum trace channel.
SvChannelSelectRfFrequency
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:CH<x>:SELect:RF_FREQuency command.
Description
- This command sets or queries whether the Frequency vs. Time trace for the specified channel is displayed in the Waveform View.
Usage
- Using the
.query()method will send theSV:CH<x>:SELect:RF_FREQuency?query. - Using the
.verify(value)method will send theSV:CH<x>:SELect:RF_FREQuency?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:SELect:RF_FREQuency valuecommand.
SCPI Syntax
- SV:CH<x>:SELect:RF_FREQuency {ON|OFF}
- SV:CH<x>:SELect:RF_FREQuency?
Info
CH<x>is the channel number of the Frequency vs. Time trace.ONenables display of the Frequency vs. Time trace.OFFdisables display of the Frequency vs. Time trace.
SvChannelSelectRfMagnitude
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:CH<x>:SELect:RF_MAGnitude command.
Description
- This command sets or queries whether the Magnitude vs. Time trace for the specified channel is displayed in the Waveform View.
Usage
- Using the
.query()method will send theSV:CH<x>:SELect:RF_MAGnitude?query. - Using the
.verify(value)method will send theSV:CH<x>:SELect:RF_MAGnitude?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:SELect:RF_MAGnitude valuecommand.
SCPI Syntax
- SV:CH<x>:SELect:RF_MAGnitude {ON|OFF}
- SV:CH<x>:SELect:RF_MAGnitude?
Info
CH<x>is the channel number of the Magnitude vs. Time trace.ONenables display of the Magnitude vs. Time trace.OFFdisables display of the Magnitude vs. Time trace.
SvChannelSelectRfMaxhold
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:CH<x>:SELect:RF_MAXHold command.
Description
- This command sets or queries whether the Max Hold trace is displayed for the specified spectrum trace channel in the Spectrum View.
Usage
- Using the
.query()method will send theSV:CH<x>:SELect:RF_MAXHold?query. - Using the
.verify(value)method will send theSV:CH<x>:SELect:RF_MAXHold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:SELect:RF_MAXHold valuecommand.
SCPI Syntax
- SV:CH<x>:SELect:RF_MAXHold {ON|OFF|1|0}
- SV:CH<x>:SELect:RF_MAXHold?
Info
CH<x>specifies the spectrum trace channel source.ONenables the display of the Max Hold trace for the specified spectrum trace channel.OFFdisables the display of the Max Hold trace for the specified spectrum trace channel.1enables the display of the Max Hold trace for the specified spectrum trace channel.0disables the display of the Max Hold trace for the specified spectrum trace channel.
SvChannelSelectRfMinhold
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:CH<x>:SELect:RF_MINHold command.
Description
- This command sets or queries whether the Min Hold trace is displayed for the specified spectrum trace channel in the Spectrum View.
Usage
- Using the
.query()method will send theSV:CH<x>:SELect:RF_MINHold?query. - Using the
.verify(value)method will send theSV:CH<x>:SELect:RF_MINHold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:SELect:RF_MINHold valuecommand.
SCPI Syntax
- SV:CH<x>:SELect:RF_MINHold {ON|OFF|1|0}
- SV:CH<x>:SELect:RF_MINHold?
Info
CH<x>specifies the spectrum trace channel source.ONenables the display of the Min Hold trace for the specified spectrum trace channel.OFFdisables the display of the Min Hold trace for the specified spectrum trace channel.1enables the display of the Min Hold trace for the specified spectrum trace channel.0disables the display of the Min Hold trace for the specified spectrum trace channel.
SvChannelSelectRfNormal
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:CH<x>:SELect:RF_NORMal command.
Description
- This command sets or queries whether the Normal trace is displayed for the specified spectrum trace channel in the Spectrum View.
Usage
- Using the
.query()method will send theSV:CH<x>:SELect:RF_NORMal?query. - Using the
.verify(value)method will send theSV:CH<x>:SELect:RF_NORMal?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:SELect:RF_NORMal valuecommand.
SCPI Syntax
- SV:CH<x>:SELect:RF_NORMal {ON|OFF|1|0}
- SV:CH<x>:SELect:RF_NORMal?
Info
CH<x>specifies the spectrum trace channel source.ONenables the display of the Normal trace for the specified spectrum trace channel.OFFdisables the display of the Normal trace for the specified spectrum trace channel.1enables the display of the Normal trace for the specified spectrum trace channel.0disables the display of the Normal trace for the specified spectrum trace channel.
SvChannelSelectRfPhase
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:CH<x>:SELect:RF_PHASe command.
Description
- This command sets or queries whether the Phase vs. Time trace for the specified channel is displayed in the Waveform View.
Usage
- Using the
.query()method will send theSV:CH<x>:SELect:RF_PHASe?query. - Using the
.verify(value)method will send theSV:CH<x>:SELect:RF_PHASe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:SELect:RF_PHASe valuecommand.
SCPI Syntax
- SV:CH<x>:SELect:RF_PHASe {ON|OFF}
- SV:CH<x>:SELect:RF_PHASe?
Info
CH<x>is the channel number of the Phase vs. Time trace.ONenables display of the Phase vs. Time trace.OFFdisables display of the Phase vs. Time trace.
SvChannelSelectSpectrogram
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:CH<x>:SELect:SPECtrogram command.
Description
- This command sets or queries whether the spectrogram plot for the specified channel is displayed in the Spectrum View. The channel number is specified by x.
Usage
- Using the
.query()method will send theSV:CH<x>:SELect:SPECtrogram?query. - Using the
.verify(value)method will send theSV:CH<x>:SELect:SPECtrogram?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:SELect:SPECtrogram valuecommand.
SCPI Syntax
- SV:CH<x>:SELect:SPECtrogram {ON|OFF}
- SV:CH<x>:SELect:SPECtrogram?
Info
ONturns on spectrogram.OFFturns of spectrogram.
SvChannelSeltrace
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:CH<x>:SELTrace command.
Description
- This command sets or queries the spectrum trace type to show for the specified channel in the Spectrum View. Each channel’s spectrum trace can display up to four traces; a Normal trace (default), a Max Hold trace, a Min Hold trace and an Average trace.
Usage
- Using the
.query()method will send theSV:CH<x>:SELTrace?query. - Using the
.verify(value)method will send theSV:CH<x>:SELTrace?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:SELTrace valuecommand.
SCPI Syntax
- SV:CH<x>:SELTrace {NORMal|MAXHold|MINHold|AVErage}
- SV:CH<x>:SELTrace?
Info
CH<x>specifies the analog channel to use as the Spectrum View source.NORMalselects the Normal trace for the specified spectrum trace channel. If the specified spectrum trace channel does not have a Normal trace, this command is ignored.MAXHoldselects the Max Hold trace for the specified spectrum trace channel. If the specified spectrum trace channel does not have a Max Hold trace, this command is ignored.MINHoldselects the Min Hold trace for the specified spectrum trace channel. If the specified spectrum trace channel does not have a Min Hold trace, this command is ignored.AVErageselects the Average trace for the specified spectrum trace channel. If the specified spectrum trace channel does not have an Average trace, this command is ignored.
SvChannelSquelch
¶
Bases: SCPICmdRead
The SV:CH<x>:SQUELCH command tree.
Usage
- Using the
.query()method will send theSV:CH<x>:SQUELCH?query. - Using the
.verify(value)method will send theSV:CH<x>:SQUELCH?query and raise an AssertionError if the returned value does not matchvalue.
Info
CH<x>is the channel number of the Frequency or Phase versus Time trace.
Properties
.state: TheSV:CH<x>:SQUELCH:STATEcommand..threshold: TheSV:CH<x>:SQUELCH:THResholdcommand.
state
property
¶
state: SvChannelSquelchState
Return the SV:CH<x>:SQUELCH:STATE command.
Description
- This command sets or queries whether Squelch is enabled for the RF versus Time traces for the specified channel. The frequency versus time and phase versus time traces aren’t meaningful when the transmitting signal is turned off, as they just show broadband noise that clutters up the display. With squelch, a threshold may be defined for the magnitude versus time trace to indicate when the transmitter is on/off. Then the frequency and phase versus time traces are shown only when the magnitude vs. time trace is above the threshold and they are blanked out when it’s below the threshold.
Usage
- Using the
.query()method will send theSV:CH<x>:SQUELCH:STATE?query. - Using the
.verify(value)method will send theSV:CH<x>:SQUELCH:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:SQUELCH:STATE valuecommand.
SCPI Syntax
- SV:CH<x>:SQUELCH:STATE {ON|OFF}
- SV:CH<x>:SQUELCH:STATE?
Info
CH<x>is the channel number of the Frequency or Phase versus Time trace.ONenables (turns on) Squelch calculations.OFFdisables (turns off) Squelch calculations.
threshold
property
¶
threshold: SvChannelSquelchThreshold
Return the SV:CH<x>:SQUELCH:THReshold command.
Description
- This command sets or queries the Squelch threshold value for the RF versus Time traces for the specified channel.
Usage
- Using the
.query()method will send theSV:CH<x>:SQUELCH:THReshold?query. - Using the
.verify(value)method will send theSV:CH<x>:SQUELCH:THReshold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:SQUELCH:THReshold valuecommand.
SCPI Syntax
- SV:CH<x>:SQUELCH:THReshold <NR3>
- SV:CH<x>:SQUELCH:THReshold?
Info
CH<x>is the channel number of the Magnitude versus Time trace.<NR3>sets the threshold value, in volts, applied to the Magnitude versus Time trace that determines whether or not to show the Frequency and Phase versus Time traces for the same channel.
SvChannelSquelchState
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:CH<x>:SQUELCH:STATE command.
Description
- This command sets or queries whether Squelch is enabled for the RF versus Time traces for the specified channel. The frequency versus time and phase versus time traces aren’t meaningful when the transmitting signal is turned off, as they just show broadband noise that clutters up the display. With squelch, a threshold may be defined for the magnitude versus time trace to indicate when the transmitter is on/off. Then the frequency and phase versus time traces are shown only when the magnitude vs. time trace is above the threshold and they are blanked out when it’s below the threshold.
Usage
- Using the
.query()method will send theSV:CH<x>:SQUELCH:STATE?query. - Using the
.verify(value)method will send theSV:CH<x>:SQUELCH:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:SQUELCH:STATE valuecommand.
SCPI Syntax
- SV:CH<x>:SQUELCH:STATE {ON|OFF}
- SV:CH<x>:SQUELCH:STATE?
Info
CH<x>is the channel number of the Frequency or Phase versus Time trace.ONenables (turns on) Squelch calculations.OFFdisables (turns off) Squelch calculations.
SvChannelSquelchThreshold
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:CH<x>:SQUELCH:THReshold command.
Description
- This command sets or queries the Squelch threshold value for the RF versus Time traces for the specified channel.
Usage
- Using the
.query()method will send theSV:CH<x>:SQUELCH:THReshold?query. - Using the
.verify(value)method will send theSV:CH<x>:SQUELCH:THReshold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:SQUELCH:THReshold valuecommand.
SCPI Syntax
- SV:CH<x>:SQUELCH:THReshold <NR3>
- SV:CH<x>:SQUELCH:THReshold?
Info
CH<x>is the channel number of the Magnitude versus Time trace.<NR3>sets the threshold value, in volts, applied to the Magnitude versus Time trace that determines whether or not to show the Frequency and Phase versus Time traces for the same channel.
SvChannelUnits
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:CH<x>:UNIts command.
Description
- This command sets or queries the absolute logarithmic amplitude vertical scale units to show in the specified spectrum trace channel of the Spectrum View.
Usage
- Using the
.query()method will send theSV:CH<x>:UNIts?query. - Using the
.verify(value)method will send theSV:CH<x>:UNIts?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:CH<x>:UNIts valuecommand.
SCPI Syntax
- SV:CH<x>:UNIts {DBM|DBUW|DBMV|DBUV|DBMA|DBUA}
- SV:CH<x>:UNIts?
Info
CH<x>specifies the analog channel to use as the Spectrum View source.DBMspecifies Decibel milliwatts (dBm).DBUWspecifies Decibel microwatts (dBμW).DBMVspecifies Decibel millivolts (dBmV).DBUVspecifies Decibel microvolts (dBμV).DBMAspecifies Decibel milliamperes (dBmA).DBUAspecifies Decibel microamperes (dBμA).
SvLockcenter
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:LOCKCenter command.
Description
- This command sets or queries whether the Center Frequency setting is locked across all channels in the Spectrum View.
Usage
- Using the
.query()method will send theSV:LOCKCenter?query. - Using the
.verify(value)method will send theSV:LOCKCenter?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:LOCKCenter valuecommand.
SCPI Syntax
- SV:LOCKCenter {ON|OFF|1|0}
- SV:LOCKCenter?
Info
ONsets all spectrum traces channels in the Spectrum View window to use the same center frequency value. When the center frequency of any channel is changed, the center frequency of all other channels is automatically changed tomatch that value.1sets all spectrum traces channels in the Spectrum View window to use the same center frequency value. When the center frequency of any channel is changed, the center frequency of all other channels is automatically changed to match that value.0enables use of different center frequency values for each spectrum trace channel. The center frequencies of all channels are independent.OFFenables use of different center frequency values for each spectrum trace channel. The center frequencies of all channels are independent.
SvLockspectrum
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:LOCKSpectrum command.
Description
- This command sets or queries whether the Spectrum Time value is locked across all spectrum trace channels in the Spectrum View.
Usage
- Using the
.query()method will send theSV:LOCKSpectrum?query. - Using the
.verify(value)method will send theSV:LOCKSpectrum?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:LOCKSpectrum valuecommand.
SCPI Syntax
- SV:LOCKSpectrum {ON|OFF|1|0}
- SV:LOCKSpectrum?
Info
ONsets all spectrum traces channels in the Spectrum View window to use the same Spectrum Time value. When the Spectrum Time of any channel is changed, the Spectrum Time of all other channels is automatically changed to match that value.1sets all spectrum traces channels in the Spectrum View window to use the same Spectrum Time value. When the Spectrum Time of any channel is changed, the Spectrum Time of all other channels is automatically changed to match that value.0enables use of different Spectrum Time values for each spectrum trace channel. The Spectrum Time of all channels are independent.OFFenables use of different Spectrum Time values for each spectrum trace channel. The Spectrum Time of all channels are independent.
SvMarker
¶
Bases: SCPICmdRead
The SV:MARKER command tree.
Usage
- Using the
.query()method will send theSV:MARKER?query. - Using the
.verify(value)method will send theSV:MARKER?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.peak: TheSV:MARKER:PEAKcommand tree..peaks: TheSV:MARKER:PEAKScommand tree..reference: TheSV:MARKER:REFERencecommand..type: TheSV:MARKER:TYPecommand.
peak
property
¶
peak: SvMarkerPeak
Return the SV:MARKER:PEAK command tree.
Usage
- Using the
.query()method will send theSV:MARKER:PEAK?query. - Using the
.verify(value)method will send theSV:MARKER:PEAK?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.excursion: TheSV:MARKER:PEAK:EXCURsioncommand..maximum: TheSV:MARKER:PEAK:MAXimumcommand..state: TheSV:MARKER:PEAK:STATEcommand..threshold: TheSV:MARKER:PEAK:THResholdcommand.
peaks
property
¶
peaks: SvMarkerPeaks
Return the SV:MARKER:PEAKS command tree.
Usage
- Using the
.query()method will send theSV:MARKER:PEAKS?query. - Using the
.verify(value)method will send theSV:MARKER:PEAKS?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.amplitude: TheSV:MARKER:PEAKS:AMPLITUDEcommand..frequency: TheSV:MARKER:PEAKS:FREQuencycommand.
reference
property
¶
reference: SvMarkerReference
Return the SV:MARKER:REFERence command.
Description
- This command sets the Center Frequency of the currently selected Spectrum View channel to the frequency indicated by the Reference Marker, in effect moving the Reference Marker to the center of the screen.
Usage
- Using the
.write()method will send theSV:MARKER:REFERencecommand.
SCPI Syntax
- SV:MARKER:REFERence
Sub-properties
.amplitude: TheSV:MARKER:REFERence:AMPLITUDEcommand..frequency: TheSV:MARKER:REFERence:FREQuencycommand.
type
property
¶
type: SvMarkerType
Return the SV:MARKER:TYPe command.
Description
- This command sets or queries the peak marker type (either DELTa or ABSolute). An Absolute marker shows the frequency and amplitude at the location of the marker. A Delta marker shows the frequency and amplitude of the marker relative to the Reference Marker. The Reference Marker shows the absolute frequency and amplitude, regardless of this command. The marker amplitude measurements are in dBm for Absolute, or in dBc (dB below carrier amplitude) for Delta.
Usage
- Using the
.query()method will send theSV:MARKER:TYPe?query. - Using the
.verify(value)method will send theSV:MARKER:TYPe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:MARKER:TYPe valuecommand.
SCPI Syntax
- SV:MARKER:TYPe {DELta|ABSolute}
- SV:MARKER:TYPe?
Info
DELtaspecifies to display the frequency and amplitude of the peak markers relative to the Reference Marker. The relative amplitude is in dBc (dB below carrier amplitude); the relative frequency is in Hz.ABSolutespecifies to display the actual frequency and amplitude of each peak marker. The absolute amplitude is in user-set units; the absolute frequency is in Hz.
SvMarkerPeak
¶
Bases: SCPICmdRead
The SV:MARKER:PEAK command tree.
Usage
- Using the
.query()method will send theSV:MARKER:PEAK?query. - Using the
.verify(value)method will send theSV:MARKER:PEAK?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.excursion: TheSV:MARKER:PEAK:EXCURsioncommand..maximum: TheSV:MARKER:PEAK:MAXimumcommand..state: TheSV:MARKER:PEAK:STATEcommand..threshold: TheSV:MARKER:PEAK:THResholdcommand.
excursion
property
¶
excursion: SvMarkerPeakExcursion
Return the SV:MARKER:PEAK:EXCURsion command.
Description
- This command sets or queries the minimum peak excursion value, in dB, for the Spectrum View trace peak markers. Peak excursion refers to the minimum amount a spectrum signal needs to fall in amplitude between marked peaks to be considered another valid peak. If the peak excursion value is low, more peaks will tend to qualify as valid peaks and have associated markers. If the peak excursion value is high, fewer peaks will have associated markers.
Usage
- Using the
.query()method will send theSV:MARKER:PEAK:EXCURsion?query. - Using the
.verify(value)method will send theSV:MARKER:PEAK:EXCURsion?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:MARKER:PEAK:EXCURsion valuecommand.
SCPI Syntax
- SV:MARKER:PEAK:EXCURsion <NR3>
- SV:MARKER:PEAK:EXCURsion?
Info
<NR3>specifies the peak marker excursion value in dB. The range of values is 0.0 dB to 200.0 dB.
maximum
property
¶
maximum: SvMarkerPeakMaximum
Return the SV:MARKER:PEAK:MAXimum command.
Description
- This command sets or queries the maximum number of Spectrum View peak markers that can
be placed on spectrum traces. The Spectrum View window can show between 1 and 11 peak
markers on all spectrum traces. The default is 5. To turn on the peak markers, use the
command
SV:MARKER:PEAK:STATE. The actual number of peak markers may be less than the maximum, depending on the threshold and excursion values and the spectral content of the RF signal. If more peaks than the maximum are detected that meet the threshold and excursion criteria, only the highest amplitude peaks will have markers placed on them.
Usage
- Using the
.query()method will send theSV:MARKER:PEAK:MAXimum?query. - Using the
.verify(value)method will send theSV:MARKER:PEAK:MAXimum?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:MARKER:PEAK:MAXimum valuecommand.
SCPI Syntax
- SV:MARKER:PEAK:MAXimum <NR1>
- SV:MARKER:PEAK:MAXimum?
Info
<NR1>is an integer value that specifies the maximum number of peak markers to display on spectrum traces. he range of values is 1 to 11.
state
property
¶
state: SvMarkerPeakState
Return the SV:MARKER:PEAK:STATE command.
Description
- This command sets or queries showing peak markers on spectrum traces in the Spectrum
View window. There are up to 11 markers. The maximum number of markers can be set
using the command
SV:MARKER:PEAK:MAXimum. The peak markers find amplitude peaks based upon threshold and excursion settings (set with theSV:MARKER:PEAK:EXCURsionandSV:MARKER:PEAK:THResholdcommands.) Each peak marker has a readout associated with it. These can be absolute or delta readouts (set with theSV:MARKER:TYPecommand.)
Usage
- Using the
.query()method will send theSV:MARKER:PEAK:STATE?query. - Using the
.verify(value)method will send theSV:MARKER:PEAK:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:MARKER:PEAK:STATE valuecommand.
SCPI Syntax
- SV:MARKER:PEAK:STATE {ON|OFF|1|0}
- SV:MARKER:PEAK:STATE?
Info
1enables showing peak marker icons on spectrum trace waveforms.ONenables showing peak marker icons on spectrum trace waveforms.0disables showing peak marker icons on spectrum trace waveforms.OFFdisables showing peak marker icons on spectrum trace waveforms.
threshold
property
¶
threshold: SvMarkerPeakThreshold
Return the SV:MARKER:PEAK:THReshold command.
Description
- This command sets or queries the minimum peak threshold value required to mark a peak. Only peaks with an amplitude greater than the threshold value will qualify for peak marker placement. Applies to all spectrum traces, and to each trace in its own vertical units.
Usage
- Using the
.query()method will send theSV:MARKER:PEAK:THReshold?query. - Using the
.verify(value)method will send theSV:MARKER:PEAK:THReshold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:MARKER:PEAK:THReshold valuecommand.
SCPI Syntax
- SV:MARKER:PEAK:THReshold <NR3>
- SV:MARKER:PEAK:THReshold?
Info
<NR3>specifies the peak marker threshold value. The range of values is -200.0 to 200.0.
SvMarkerPeakExcursion
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:MARKER:PEAK:EXCURsion command.
Description
- This command sets or queries the minimum peak excursion value, in dB, for the Spectrum View trace peak markers. Peak excursion refers to the minimum amount a spectrum signal needs to fall in amplitude between marked peaks to be considered another valid peak. If the peak excursion value is low, more peaks will tend to qualify as valid peaks and have associated markers. If the peak excursion value is high, fewer peaks will have associated markers.
Usage
- Using the
.query()method will send theSV:MARKER:PEAK:EXCURsion?query. - Using the
.verify(value)method will send theSV:MARKER:PEAK:EXCURsion?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:MARKER:PEAK:EXCURsion valuecommand.
SCPI Syntax
- SV:MARKER:PEAK:EXCURsion <NR3>
- SV:MARKER:PEAK:EXCURsion?
Info
<NR3>specifies the peak marker excursion value in dB. The range of values is 0.0 dB to 200.0 dB.
SvMarkerPeakMaximum
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:MARKER:PEAK:MAXimum command.
Description
- This command sets or queries the maximum number of Spectrum View peak markers that can be
placed on spectrum traces. The Spectrum View window can show between 1 and 11 peak markers
on all spectrum traces. The default is 5. To turn on the peak markers, use the command
SV:MARKER:PEAK:STATE. The actual number of peak markers may be less than the maximum, depending on the threshold and excursion values and the spectral content of the RF signal. If more peaks than the maximum are detected that meet the threshold and excursion criteria, only the highest amplitude peaks will have markers placed on them.
Usage
- Using the
.query()method will send theSV:MARKER:PEAK:MAXimum?query. - Using the
.verify(value)method will send theSV:MARKER:PEAK:MAXimum?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:MARKER:PEAK:MAXimum valuecommand.
SCPI Syntax
- SV:MARKER:PEAK:MAXimum <NR1>
- SV:MARKER:PEAK:MAXimum?
Info
<NR1>is an integer value that specifies the maximum number of peak markers to display on spectrum traces. he range of values is 1 to 11.
SvMarkerPeakState
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:MARKER:PEAK:STATE command.
Description
- This command sets or queries showing peak markers on spectrum traces in the Spectrum View
window. There are up to 11 markers. The maximum number of markers can be set using the
command
SV:MARKER:PEAK:MAXimum. The peak markers find amplitude peaks based upon threshold and excursion settings (set with theSV:MARKER:PEAK:EXCURsionandSV:MARKER:PEAK:THResholdcommands.) Each peak marker has a readout associated with it. These can be absolute or delta readouts (set with theSV:MARKER:TYPecommand.)
Usage
- Using the
.query()method will send theSV:MARKER:PEAK:STATE?query. - Using the
.verify(value)method will send theSV:MARKER:PEAK:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:MARKER:PEAK:STATE valuecommand.
SCPI Syntax
- SV:MARKER:PEAK:STATE {ON|OFF|1|0}
- SV:MARKER:PEAK:STATE?
Info
1enables showing peak marker icons on spectrum trace waveforms.ONenables showing peak marker icons on spectrum trace waveforms.0disables showing peak marker icons on spectrum trace waveforms.OFFdisables showing peak marker icons on spectrum trace waveforms.
SvMarkerPeakThreshold
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:MARKER:PEAK:THReshold command.
Description
- This command sets or queries the minimum peak threshold value required to mark a peak. Only peaks with an amplitude greater than the threshold value will qualify for peak marker placement. Applies to all spectrum traces, and to each trace in its own vertical units.
Usage
- Using the
.query()method will send theSV:MARKER:PEAK:THReshold?query. - Using the
.verify(value)method will send theSV:MARKER:PEAK:THReshold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:MARKER:PEAK:THReshold valuecommand.
SCPI Syntax
- SV:MARKER:PEAK:THReshold <NR3>
- SV:MARKER:PEAK:THReshold?
Info
<NR3>specifies the peak marker threshold value. The range of values is -200.0 to 200.0.
SvMarkerPeaks
¶
Bases: SCPICmdRead
The SV:MARKER:PEAKS command tree.
Usage
- Using the
.query()method will send theSV:MARKER:PEAKS?query. - Using the
.verify(value)method will send theSV:MARKER:PEAKS?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.amplitude: TheSV:MARKER:PEAKS:AMPLITUDEcommand..frequency: TheSV:MARKER:PEAKS:FREQuencycommand.
amplitude
property
¶
amplitude: SvMarkerPeaksAmplitude
Return the SV:MARKER:PEAKS:AMPLITUDE command.
Description
- This command queries the peak amplitudes for the Spectrum View trace peak markers.
Usage
- Using the
.query()method will send theSV:MARKER:PEAKS:AMPLITUDE?query. - Using the
.verify(value)method will send theSV:MARKER:PEAKS:AMPLITUDE?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SV:MARKER:PEAKS:AMPLITUDE?
frequency
property
¶
frequency: SvMarkerPeaksFrequency
Return the SV:MARKER:PEAKS:FREQuency command.
Description
- This command queries the peak frequencies for the Spectrum View trace peak markers.
Usage
- Using the
.query()method will send theSV:MARKER:PEAKS:FREQuency?query. - Using the
.verify(value)method will send theSV:MARKER:PEAKS:FREQuency?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SV:MARKER:PEAKS:FREQuency?
SvMarkerPeaksAmplitude
¶
Bases: SCPICmdRead
The SV:MARKER:PEAKS:AMPLITUDE command.
Description
- This command queries the peak amplitudes for the Spectrum View trace peak markers.
Usage
- Using the
.query()method will send theSV:MARKER:PEAKS:AMPLITUDE?query. - Using the
.verify(value)method will send theSV:MARKER:PEAKS:AMPLITUDE?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SV:MARKER:PEAKS:AMPLITUDE?
SvMarkerPeaksFrequency
¶
Bases: SCPICmdRead
The SV:MARKER:PEAKS:FREQuency command.
Description
- This command queries the peak frequencies for the Spectrum View trace peak markers.
Usage
- Using the
.query()method will send theSV:MARKER:PEAKS:FREQuency?query. - Using the
.verify(value)method will send theSV:MARKER:PEAKS:FREQuency?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SV:MARKER:PEAKS:FREQuency?
SvMarkerReference
¶
Bases: SCPICmdWriteNoArguments, SCPICmdRead
The SV:MARKER:REFERence command.
Description
- This command sets the Center Frequency of the currently selected Spectrum View channel to the frequency indicated by the Reference Marker, in effect moving the Reference Marker to the center of the screen.
Usage
- Using the
.write()method will send theSV:MARKER:REFERencecommand.
SCPI Syntax
- SV:MARKER:REFERence
Properties
.amplitude: TheSV:MARKER:REFERence:AMPLITUDEcommand..frequency: TheSV:MARKER:REFERence:FREQuencycommand.
amplitude
property
¶
amplitude: SvMarkerReferenceAmplitude
Return the SV:MARKER:REFERence:AMPLITUDE command.
Description
- This command queries the amplitude (vertical) value of the Reference Marker in user-set units. This value indicates the absolute amplitude of the Reference Marker, regardless of whether the other markers are manual or automatic.
Usage
- Using the
.query()method will send theSV:MARKER:REFERence:AMPLITUDE?query. - Using the
.verify(value)method will send theSV:MARKER:REFERence:AMPLITUDE?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SV:MARKER:REFERence:AMPLITUDE?
frequency
property
¶
frequency: SvMarkerReferenceFrequency
Return the SV:MARKER:REFERence:FREQuency command.
Description
- This command queries the frequency of the Reference Marker, in Hz, when the Spectrum View trace markers are on.
Usage
- Using the
.query()method will send theSV:MARKER:REFERence:FREQuency?query. - Using the
.verify(value)method will send theSV:MARKER:REFERence:FREQuency?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SV:MARKER:REFERence:FREQuency?
SvMarkerReferenceAmplitude
¶
Bases: SCPICmdRead
The SV:MARKER:REFERence:AMPLITUDE command.
Description
- This command queries the amplitude (vertical) value of the Reference Marker in user-set units. This value indicates the absolute amplitude of the Reference Marker, regardless of whether the other markers are manual or automatic.
Usage
- Using the
.query()method will send theSV:MARKER:REFERence:AMPLITUDE?query. - Using the
.verify(value)method will send theSV:MARKER:REFERence:AMPLITUDE?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SV:MARKER:REFERence:AMPLITUDE?
SvMarkerReferenceFrequency
¶
Bases: SCPICmdRead
The SV:MARKER:REFERence:FREQuency command.
Description
- This command queries the frequency of the Reference Marker, in Hz, when the Spectrum View trace markers are on.
Usage
- Using the
.query()method will send theSV:MARKER:REFERence:FREQuency?query. - Using the
.verify(value)method will send theSV:MARKER:REFERence:FREQuency?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- SV:MARKER:REFERence:FREQuency?
SvMarkerType
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:MARKER:TYPe command.
Description
- This command sets or queries the peak marker type (either DELTa or ABSolute). An Absolute marker shows the frequency and amplitude at the location of the marker. A Delta marker shows the frequency and amplitude of the marker relative to the Reference Marker. The Reference Marker shows the absolute frequency and amplitude, regardless of this command. The marker amplitude measurements are in dBm for Absolute, or in dBc (dB below carrier amplitude) for Delta.
Usage
- Using the
.query()method will send theSV:MARKER:TYPe?query. - Using the
.verify(value)method will send theSV:MARKER:TYPe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:MARKER:TYPe valuecommand.
SCPI Syntax
- SV:MARKER:TYPe {DELta|ABSolute}
- SV:MARKER:TYPe?
Info
DELtaspecifies to display the frequency and amplitude of the peak markers relative to the Reference Marker. The relative amplitude is in dBc (dB below carrier amplitude); the relative frequency is in Hz.ABSolutespecifies to display the actual frequency and amplitude of each peak marker. The absolute amplitude is in user-set units; the absolute frequency is in Hz.
SvRbw
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:RBW command.
Description
- This command sets or queries the resolution bandwidth (RBW) when the RBW mode has been set
to MANUAL (using the command
SV:RBWMode). The resolution bandwidth is the width of the narrowest measurable band of frequencies in a Spectrum View trace. By default, the RBW tracks the span value in a1000:1ratio. The RBW determines the level to which the instrument can resolve individual frequencies in the frequency domain. For example, if the input signal contains two carriers separated by 1 kHz, you will not be able to discriminate between them unless the RBW is less than 1 kHz.
Usage
- Using the
.query()method will send theSV:RBW?query. - Using the
.verify(value)method will send theSV:RBW?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:RBW valuecommand.
SCPI Syntax
- SV:RBW <NR3>
- SV:RBW?
Info
<NR3>specifies the width of the narrowest measurable band of frequencies in a Spectrum View trace, in Hz.
SvRbwmode
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:RBWMode command.
Description
- This command sets or queries the resolution bandwidth (RBW) mode, either Automatic or Manual.
Usage
- Using the
.query()method will send theSV:RBWMode?query. - Using the
.verify(value)method will send theSV:RBWMode?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:RBWMode valuecommand.
SCPI Syntax
- SV:RBWMode {AUTOmatic|MANual}
- SV:RBWMode?
Info
AUTOmaticspecifies the resolution bandwidth automatically as the span is changed. The default behavior is1000:1, but you can set it to other values in a 1-2-5 sequence (e.g. 10000, 20000, 50000). To specify the RBW ratio that will be used when the mode is set to automatic, use the commandSV:SPANRBWRatio.MANualspecifies to set the resolution bandwidth, independently from the span, using the commandSV:RBW.
SvRfPhase
¶
Bases: SCPICmdRead
The SV:RF_PHASe command tree.
Usage
- Using the
.query()method will send theSV:RF_PHASe?query. - Using the
.verify(value)method will send theSV:RF_PHASe?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.reference: TheSV:RF_PHASe:REFerencecommand tree.
reference
property
¶
reference: SvRfPhaseReference
Return the SV:RF_PHASe:REFerence command tree.
Usage
- Using the
.query()method will send theSV:RF_PHASe:REFerence?query. - Using the
.verify(value)method will send theSV:RF_PHASe:REFerence?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.master: TheSV:RF_PHASe:REFerence:MASTercommand.
SvRfPhaseReference
¶
Bases: SCPICmdRead
The SV:RF_PHASe:REFerence command tree.
Usage
- Using the
.query()method will send theSV:RF_PHASe:REFerence?query. - Using the
.verify(value)method will send theSV:RF_PHASe:REFerence?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.master: TheSV:RF_PHASe:REFerence:MASTercommand.
master
property
¶
master: SvRfPhaseReferenceMaster
Return the SV:RF_PHASe:REFerence:MASTer command.
Description
- This command sets or queries the channel used as the Master Phase Reference.
Usage
- Using the
.query()method will send theSV:RF_PHASe:REFerence:MASTer?query. - Using the
.verify(value)method will send theSV:RF_PHASe:REFerence:MASTer?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:RF_PHASe:REFerence:MASTer valuecommand.
SCPI Syntax
- SV:RF_PHASe:REFerence:MASTer {CH<x>|NONE}
- SV:RF_PHASe:REFerence:MASTer?
Info
CH<x>sets the specified channel as the Master Phase Reference source.NONEindicates that there is no Master Phase Reference.
SvRfPhaseReferenceMaster
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:RF_PHASe:REFerence:MASTer command.
Description
- This command sets or queries the channel used as the Master Phase Reference.
Usage
- Using the
.query()method will send theSV:RF_PHASe:REFerence:MASTer?query. - Using the
.verify(value)method will send theSV:RF_PHASe:REFerence:MASTer?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:RF_PHASe:REFerence:MASTer valuecommand.
SCPI Syntax
- SV:RF_PHASe:REFerence:MASTer {CH<x>|NONE}
- SV:RF_PHASe:REFerence:MASTer?
Info
CH<x>sets the specified channel as the Master Phase Reference source.NONEindicates that there is no Master Phase Reference.
SvSpan
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:SPAN command.
Description
- This command sets or queries the span setting for all channels in the Spectrum View. The span is the range of frequencies that can be observed centered on the center frequency. This is the width of the frequency domain trace, which is from the center frequency - ½span to the center frequency + ½ span.
Usage
- Using the
.query()method will send theSV:SPAN?query. - Using the
.verify(value)method will send theSV:SPAN?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:SPAN valuecommand.
SCPI Syntax
- SV:SPAN <NR3>
- SV:SPAN?
Info
<NR3>specifies the span value in Hz.
SvSpanrbwratio
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:SPANRBWRatio command.
Description
- This command sets or queries the ratio of the span to the resolution bandwidth (RBW) that
will be used when the RBW Mode is set to AUTO. The span is the width of the frequency
domain trace in Hz, which is equal to the stop frequency minus the start frequency. The
RBW is the width of the narrowest measurable band of frequencies in a frequency domain
trace. The default RBW ratio is 1000 : 1. Use the command
SV:RBWModeto set the RBW Mode to Automatic.
Usage
- Using the
.query()method will send theSV:SPANRBWRatio?query. - Using the
.verify(value)method will send theSV:SPANRBWRatio?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:SPANRBWRatio valuecommand.
SCPI Syntax
- SV:SPANRBWRatio <NR3>
- SV:SPANRBWRatio?
Info
<NR3>specifies the span-to-RBW ratio.
SvSpectrogram
¶
Bases: SCPICmdRead
The SV:SPECtrogram command tree.
Usage
- Using the
.query()method will send theSV:SPECtrogram?query. - Using the
.verify(value)method will send theSV:SPECtrogram?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.cscale: TheSV:SPECtrogram:CSCalecommand tree..cursor: TheSV:SPECtrogram:CURSorcommand tree.
cscale
property
¶
cscale: SvSpectrogramCscale
Return the SV:SPECtrogram:CSCale command tree.
Usage
- Using the
.query()method will send theSV:SPECtrogram:CSCale?query. - Using the
.verify(value)method will send theSV:SPECtrogram:CSCale?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.max: TheSV:SPECtrogram:CSCale:MAXcommand..min: TheSV:SPECtrogram:CSCale:MINcommand.
cursor
property
¶
cursor: SvSpectrogramCursor
Return the SV:SPECtrogram:CURSor command tree.
Usage
- Using the
.query()method will send theSV:SPECtrogram:CURSor?query. - Using the
.verify(value)method will send theSV:SPECtrogram:CURSor?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.a: TheSV:SPECtrogram:CURSor:Acommand..b: TheSV:SPECtrogram:CURSor:Bcommand.
SvSpectrogramCscale
¶
Bases: SCPICmdRead
The SV:SPECtrogram:CSCale command tree.
Usage
- Using the
.query()method will send theSV:SPECtrogram:CSCale?query. - Using the
.verify(value)method will send theSV:SPECtrogram:CSCale?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.max: TheSV:SPECtrogram:CSCale:MAXcommand..min: TheSV:SPECtrogram:CSCale:MINcommand.
max
property
¶
Return the SV:SPECtrogram:CSCale:MAX command.
Description
- This command sets or queries the maximum color scale value. Maximum must be > Minimum. Thus, if the user is adjusting Maximum down to the point where it would be the same as Minimum, then Minimum begins decrementing as needed to stay 1 dB below Maximum.
Usage
- Using the
.query()method will send theSV:SPECtrogram:CSCale:MAX?query. - Using the
.verify(value)method will send theSV:SPECtrogram:CSCale:MAX?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:SPECtrogram:CSCale:MAX valuecommand.
SCPI Syntax
- SV:SPECtrogram:CSCale:MAX <NR3>
- SV:SPECtrogram:CSCale:MAX?
Info
<NR3>sets the maximum color scale value. The default value is 0.0 and the valid range is -169.0 to 100.0.
min
property
¶
Return the SV:SPECtrogram:CSCale:MIN command.
Description
- This command sets or queries the minimum color scale value. Minimum must be < Maximum. Thus, if the user is adjusting Minimum up to the point where it would be the same as Minimum, then Maximum begins incrementing as needed to stay 1 dB above minimum.
Usage
- Using the
.query()method will send theSV:SPECtrogram:CSCale:MIN?query. - Using the
.verify(value)method will send theSV:SPECtrogram:CSCale:MIN?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:SPECtrogram:CSCale:MIN valuecommand.
SCPI Syntax
- SV:SPECtrogram:CSCale:MIN <NR3>
- SV:SPECtrogram:CSCale:MIN?
Info
<NR3>sets the minimum color scale value. The default value is -100.0 and the valid range is -170.0 to 99.0.
SvSpectrogramCscaleMax
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:SPECtrogram:CSCale:MAX command.
Description
- This command sets or queries the maximum color scale value. Maximum must be > Minimum. Thus, if the user is adjusting Maximum down to the point where it would be the same as Minimum, then Minimum begins decrementing as needed to stay 1 dB below Maximum.
Usage
- Using the
.query()method will send theSV:SPECtrogram:CSCale:MAX?query. - Using the
.verify(value)method will send theSV:SPECtrogram:CSCale:MAX?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:SPECtrogram:CSCale:MAX valuecommand.
SCPI Syntax
- SV:SPECtrogram:CSCale:MAX <NR3>
- SV:SPECtrogram:CSCale:MAX?
Info
<NR3>sets the maximum color scale value. The default value is 0.0 and the valid range is -169.0 to 100.0.
SvSpectrogramCscaleMin
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:SPECtrogram:CSCale:MIN command.
Description
- This command sets or queries the minimum color scale value. Minimum must be < Maximum. Thus, if the user is adjusting Minimum up to the point where it would be the same as Minimum, then Maximum begins incrementing as needed to stay 1 dB above minimum.
Usage
- Using the
.query()method will send theSV:SPECtrogram:CSCale:MIN?query. - Using the
.verify(value)method will send theSV:SPECtrogram:CSCale:MIN?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:SPECtrogram:CSCale:MIN valuecommand.
SCPI Syntax
- SV:SPECtrogram:CSCale:MIN <NR3>
- SV:SPECtrogram:CSCale:MIN?
Info
<NR3>sets the minimum color scale value. The default value is -100.0 and the valid range is -170.0 to 99.0.
SvSpectrogramCursor
¶
Bases: SCPICmdRead
The SV:SPECtrogram:CURSor command tree.
Usage
- Using the
.query()method will send theSV:SPECtrogram:CURSor?query. - Using the
.verify(value)method will send theSV:SPECtrogram:CURSor?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.a: TheSV:SPECtrogram:CURSor:Acommand..b: TheSV:SPECtrogram:CURSor:Bcommand.
a
property
¶
Return the SV:SPECtrogram:CURSor:A command.
Description
- This command sets or Queries whether the spectrum trace at cursor A position is selected or not.
Usage
- Using the
.query()method will send theSV:SPECtrogram:CURSor:A?query. - Using the
.verify(value)method will send theSV:SPECtrogram:CURSor:A?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:SPECtrogram:CURSor:A valuecommand.
SCPI Syntax
- SV:SPECtrogram:CURSor:A {ON|OFF|1|0}
- SV:SPECtrogram:CURSor:A?
Info
1turns on the spectrum trace for cursor A position.0turns off the spectrum trace for cursor A position. Off is the default.ONturns on the spectrum trace for cursor A position.OFFturns off the spectrum trace for cursor A position. Off is the default.
b
property
¶
Return the SV:SPECtrogram:CURSor:B command.
Description
- This command sets or queries whether the spectrum trace at cursor B position is selected or not.
Usage
- Using the
.query()method will send theSV:SPECtrogram:CURSor:B?query. - Using the
.verify(value)method will send theSV:SPECtrogram:CURSor:B?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:SPECtrogram:CURSor:B valuecommand.
SCPI Syntax
- SV:SPECtrogram:CURSor:B {ON|OFF|1|0}
- SV:SPECtrogram:CURSor:B?
Info
1on the spectrum trace for cursor B position.0turns off the spectrum trace for cursor B position. Off is the default.ONturns on the spectrum trace for cursor B position.OFFturns off the spectrum trace for cursor B position. Off is the default.
SvSpectrogramCursorA
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:SPECtrogram:CURSor:A command.
Description
- This command sets or Queries whether the spectrum trace at cursor A position is selected or not.
Usage
- Using the
.query()method will send theSV:SPECtrogram:CURSor:A?query. - Using the
.verify(value)method will send theSV:SPECtrogram:CURSor:A?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:SPECtrogram:CURSor:A valuecommand.
SCPI Syntax
- SV:SPECtrogram:CURSor:A {ON|OFF|1|0}
- SV:SPECtrogram:CURSor:A?
Info
1turns on the spectrum trace for cursor A position.0turns off the spectrum trace for cursor A position. Off is the default.ONturns on the spectrum trace for cursor A position.OFFturns off the spectrum trace for cursor A position. Off is the default.
SvSpectrogramCursorB
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:SPECtrogram:CURSor:B command.
Description
- This command sets or queries whether the spectrum trace at cursor B position is selected or not.
Usage
- Using the
.query()method will send theSV:SPECtrogram:CURSor:B?query. - Using the
.verify(value)method will send theSV:SPECtrogram:CURSor:B?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:SPECtrogram:CURSor:B valuecommand.
SCPI Syntax
- SV:SPECtrogram:CURSor:B {ON|OFF|1|0}
- SV:SPECtrogram:CURSor:B?
Info
1on the spectrum trace for cursor B position.0turns off the spectrum trace for cursor B position. Off is the default.ONturns on the spectrum trace for cursor B position.OFFturns off the spectrum trace for cursor B position. Off is the default.
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).