sv
¶
The sv commands module.
These commands are used in the following models: TekScopePC
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>:SELect:SPECtrogram {ON|OFF}
- SV:CH<x>:SELect:SPECtrogram?
- 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 {CH<x>}
- 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:RF_PHASe:REFerence:MASTer {CH<x>|NONE}
- SV:RF_PHASe:REFerence:MASTer?
- SV:S<x>_CH<x>:RF_AVErage:NUMAVg <NR1>
- SV:S<x>_CH<x>:RF_AVErage:NUMAVg?
- SV:S<x>_CH<x>:RF_MAGnitude:FORMat {AMPLINear|POWLINear|POWLOG}
- SV:S<x>_CH<x>:RF_MAGnitude:FORMat?
- SV:S<x>_CH<x>:RF_PHASe:REFerence:DEGrees <NR3>
- SV:S<x>_CH<x>:RF_PHASe:REFerence:DEGrees?
- SV:S<x>_CH<x>:RF_PHASe:REFerence:POSition {TRIGger|CURSor}
- SV:S<x>_CH<x>:RF_PHASe:REFerence:POSition?
- SV:S<x>_CH<x>:RF_PHASe:REFerence:TIMe <NR3>
- SV:S<x>_CH<x>:RF_PHASe:REFerence:TIMe?
- SV:S<x>_CH<x>:RF_PHASe:WRAP:DEGrees <NR3>
- SV:S<x>_CH<x>:RF_PHASe:WRAP:DEGrees?
- SV:S<x>_CH<x>:RF_PHASe:WRAP:STATE {ON|OFF}
- SV:S<x>_CH<x>:RF_PHASe:WRAP:STATE?
- SV:S<x>_CH<x>:SELTrace {NORMal|MAXHold|MINHold|AVErage}
- SV:S<x>_CH<x>:SELTrace?
- SV:S<x>_CH<x>:SELect:RF_AVErage {ON|OFF|1|0}
- SV:S<x>_CH<x>:SELect:RF_AVErage?
- SV:S<x>_CH<x>:SELect:RF_FREQuency {ON|OFF}
- SV:S<x>_CH<x>:SELect:RF_FREQuency?
- SV:S<x>_CH<x>:SELect:RF_MAGnitude {ON|OFF}
- SV:S<x>_CH<x>:SELect:RF_MAGnitude?
- SV:S<x>_CH<x>:SELect:RF_MAXHold {ON|OFF|1|0}
- SV:S<x>_CH<x>:SELect:RF_MAXHold?
- SV:S<x>_CH<x>:SELect:RF_MINHold {ON|OFF|1|0}
- SV:S<x>_CH<x>:SELect:RF_MINHold?
- SV:S<x>_CH<x>:SELect:RF_NORMal {ON|OFF|1|0}
- SV:S<x>_CH<x>:SELect:RF_NORMal?
- SV:S<x>_CH<x>:SELect:RF_PHASe {ON|OFF}
- SV:S<x>_CH<x>:SELect:RF_PHASe?
- SV:S<x>_CH<x>:SELect:SPECtrogram {ON|OFF}
- SV:S<x>_CH<x>:SELect:SPECtrogram?
- SV:S<x>_CH<x>:SQUELCH:STATE {ON|OFF}
- SV:S<x>_CH<x>:SQUELCH:STATE?
- SV:S<x>_CH<x>:SQUELCH:THReshold <NR3>
- SV:S<x>_CH<x>:SQUELCH:THReshold?
- SV:S<x>_CH<x>:UNIts {DBM|DBUW|DBMV|DBUV|DBMA|DBUA}
- SV:S<x>_CH<x>:UNIts?
- 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
¶
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..rf_phase: TheSV:RF_PHASecommand tree..s: TheSV:S<x>command tree..spectrogram: TheSV:SPECtrogramcommand tree.
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 channel number.
Sub-properties
.select: TheSV:CH<x>:SELectcommand tree.
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
ON, 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.OFF, 0enables 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
ON, 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.OFF, 0enables 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.
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.
s
property
¶
Return the SV:S<x> command tree.
Usage
- Using the
.query()method will send theSV:S<x>?query. - Using the
.verify(value)method will send theSV:S<x>?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.ch: TheSV:S<x>_CH<x>command tree.
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.
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 channel number.
Properties
.select: TheSV:CH<x>:SELectcommand 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 channel number.
Sub-properties
.spectrogram: TheSV:CH<x>:SELect:SPECtrogramcommand.
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 channel number.
Properties
.spectrogram: TheSV:CH<x>:SELect:SPECtrogramcommand.
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.
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
CH<x>specifies the channel number.ONturns on spectrogram.OFFturns off spectrogram.
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.
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
CH<x>specifies the channel number.ONturns on spectrogram.OFFturns off spectrogram.
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
ON, 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.OFF, 0enables 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
ON, 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.OFF, 0enables 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 {CH<x>}
- SV:MARKER:PEAK:STATE?
Info
ON, 1enables showing peak marker icons on spectrum trace waveforms.OFF, 0disables 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 {CH<x>}
- SV:MARKER:PEAK:STATE?
Info
ON, 1enables showing peak marker icons on spectrum trace waveforms.OFF, 0disables 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.
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.
SvSItem
¶
Bases: ValidatedDynamicNumberCmd, SCPICmdRead
The SV:S<x> command tree.
Usage
- Using the
.query()method will send theSV:S<x>?query. - Using the
.verify(value)method will send theSV:S<x>?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.ch: TheSV:S<x>_CH<x>command tree.
ch
property
¶
ch: dict[int, SvSItemChannel]
Return the SV:S<x>_CH<x> command tree.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.rf: TheSV:S<x>_CH<x>:RFcommand tree..seltrace: TheSV:S<x>_CH<x>:SELTracecommand..select: TheSV:S<x>_CH<x>:SELectcommand tree..squelch: TheSV:S<x>_CH<x>:SQUELCHcommand tree..units: TheSV:S<x>_CH<x>:UNItscommand.
SvSItemChannel
¶
Bases: ValidatedChannel, SCPICmdRead
The SV:S<x>_CH<x> command tree.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.rf: TheSV:S<x>_CH<x>:RFcommand tree..seltrace: TheSV:S<x>_CH<x>:SELTracecommand..select: TheSV:S<x>_CH<x>:SELectcommand tree..squelch: TheSV:S<x>_CH<x>:SQUELCHcommand tree..units: TheSV:S<x>_CH<x>:UNItscommand.
rf
property
¶
rf: SvSItemChannelRf
Return the SV:S<x>_CH<x>:RF command tree.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:RF?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.average: TheSV:S<x>_CH<x>:RF_AVEragecommand tree..magnitude: TheSV:S<x>_CH<x>:RF_MAGnitudecommand tree..phase: TheSV:S<x>_CH<x>:RF_PHASecommand tree.
select
property
¶
select: SvSItemChannelSelect
Return the SV:S<x>_CH<x>:SELect command tree.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SELect?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:SELect?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.rf: TheSV:S<x>_CH<x>:SELect:RFcommand tree..spectrogram: TheSV:S<x>_CH<x>:SELect:SPECtrogramcommand.
seltrace
property
¶
seltrace: SvSItemChannelSeltrace
Return the SV:S<x>_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. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SELTrace?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:SELTrace?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:S<x>_CH<x>:SELTrace valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:SELTrace {NORMal|MAXHold|MINHold|AVErage}
- SV:S<x>_CH<x>:SELTrace?
Info
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: SvSItemChannelSquelch
Return the SV:S<x>_CH<x>:SQUELCH command tree.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SQUELCH?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:SQUELCH?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheSV:S<x>_CH<x>:SQUELCH:STATEcommand..threshold: TheSV:S<x>_CH<x>:SQUELCH:THResholdcommand.
units
property
¶
units: SvSItemChannelUnits
Return the SV:S<x>_CH<x>:UNIts command.
Description
- This command sets or queries the absolute logarithmic amplitude vertical scale units
to show in the specified spectrum trace remote scope channel of the Spectrum View.
S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:UNIts?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:UNIts?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:S<x>_CH<x>:UNIts valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:UNIts {DBM|DBUW|DBMV|DBUV|DBMA|DBUA}
- SV:S<x>_CH<x>:UNIts?
Info
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).
SvSItemChannelRf
¶
Bases: SCPICmdRead
The SV:S<x>_CH<x>:RF command tree.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:RF?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.average: TheSV:S<x>_CH<x>:RF_AVEragecommand tree..magnitude: TheSV:S<x>_CH<x>:RF_MAGnitudecommand tree..phase: TheSV:S<x>_CH<x>:RF_PHASecommand tree.
average
property
¶
average: SvSItemChannelRfAverage
Return the SV:S<x>_CH<x>:RF_AVErage command tree.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF_AVErage?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:RF_AVErage?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.numavg: TheSV:S<x>_CH<x>:RF_AVErage:NUMAVgcommand.
magnitude
property
¶
magnitude: SvSItemChannelRfMagnitude
Return the SV:S<x>_CH<x>:RF_MAGnitude command tree.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF_MAGnitude?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:RF_MAGnitude?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.format: TheSV:S<x>_CH<x>:RF_MAGnitude:FORMatcommand.
phase
property
¶
phase: SvSItemChannelRfPhase
Return the SV:S<x>_CH<x>:RF_PHASe command tree.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF_PHASe?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:RF_PHASe?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.reference: TheSV:S<x>_CH<x>:RF_PHASe:REFerencecommand tree..wrap: TheSV:S<x>_CH<x>:RF_PHASe:WRAPcommand tree.
SvSItemChannelRfAverage
¶
Bases: SCPICmdRead
The SV:S<x>_CH<x>:RF_AVErage command tree.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF_AVErage?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:RF_AVErage?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.numavg: TheSV:S<x>_CH<x>:RF_AVErage:NUMAVgcommand.
numavg
property
¶
numavg: SvSItemChannelRfAverageNumavg
Return the SV:S<x>_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. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF_AVErage:NUMAVg?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:RF_AVErage:NUMAVg valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:RF_AVErage:NUMAVg <NR1>
- SV:S<x>_CH<x>:RF_AVErage:NUMAVg?
Info
<NR1>specifies the number of acquisitions to average. The range is 2 - 512, in exponential increments.
SvSItemChannelRfAverageNumavg
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:S<x>_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.
S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF_AVErage:NUMAVg?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:RF_AVErage:NUMAVg valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:RF_AVErage:NUMAVg <NR1>
- SV:S<x>_CH<x>:RF_AVErage:NUMAVg?
Info
<NR1>specifies the number of acquisitions to average. The range is 2 - 512, in exponential increments.
SvSItemChannelRfMagnitude
¶
Bases: SCPICmdRead
The SV:S<x>_CH<x>:RF_MAGnitude command tree.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF_MAGnitude?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:RF_MAGnitude?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.format: TheSV:S<x>_CH<x>:RF_MAGnitude:FORMatcommand.
format
property
¶
format: SvSItemChannelRfMagnitudeFormat
Return the SV:S<x>_CH<x>:RF_MAGnitude:FORMat command.
Description
- This command sets or queries the format of the Magnitude vs. Time trace for the
specified channel. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF_MAGnitude:FORMat?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:RF_MAGnitude:FORMat valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:RF_MAGnitude:FORMat {AMPLINear|POWLINear|POWLOG}
- SV:S<x>_CH<x>:RF_MAGnitude:FORMat?
Info
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.
SvSItemChannelRfMagnitudeFormat
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:S<x>_CH<x>:RF_MAGnitude:FORMat command.
Description
- This command sets or queries the format of the Magnitude vs. Time trace for the specified
channel. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF_MAGnitude:FORMat?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:RF_MAGnitude:FORMat valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:RF_MAGnitude:FORMat {AMPLINear|POWLINear|POWLOG}
- SV:S<x>_CH<x>:RF_MAGnitude:FORMat?
Info
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.
SvSItemChannelRfPhase
¶
Bases: SCPICmdRead
The SV:S<x>_CH<x>:RF_PHASe command tree.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF_PHASe?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:RF_PHASe?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.reference: TheSV:S<x>_CH<x>:RF_PHASe:REFerencecommand tree..wrap: TheSV:S<x>_CH<x>:RF_PHASe:WRAPcommand tree.
reference
property
¶
reference: SvSItemChannelRfPhaseReference
Return the SV:S<x>_CH<x>:RF_PHASe:REFerence command tree.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF_PHASe:REFerence?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:RF_PHASe:REFerence?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.degrees: TheSV:S<x>_CH<x>:RF_PHASe:REFerence:DEGreescommand..position: TheSV:S<x>_CH<x>:RF_PHASe:REFerence:POSitioncommand..time: TheSV:S<x>_CH<x>:RF_PHASe:REFerence:TIMecommand.
wrap
property
¶
Return the SV:S<x>_CH<x>:RF_PHASe:WRAP command tree.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF_PHASe:WRAP?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:RF_PHASe:WRAP:DEGreescommand..state: TheSV:S<x>_CH<x>:RF_PHASe:WRAP:STATEcommand.
SvSItemChannelRfPhaseReference
¶
Bases: SCPICmdRead
The SV:S<x>_CH<x>:RF_PHASe:REFerence command tree.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF_PHASe:REFerence?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:RF_PHASe:REFerence?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.degrees: TheSV:S<x>_CH<x>:RF_PHASe:REFerence:DEGreescommand..position: TheSV:S<x>_CH<x>:RF_PHASe:REFerence:POSitioncommand..time: TheSV:S<x>_CH<x>:RF_PHASe:REFerence:TIMecommand.
degrees
property
¶
Return the SV:S<x>_CH<x>:RF_PHASe:REFerence:DEGrees command.
Description
- This command sets or queries the channel Phase Reference value in degrees. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF_PHASe:REFerence:DEGrees?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:RF_PHASe:REFerence:DEGrees valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:RF_PHASe:REFerence:DEGrees <NR3>
- SV:S<x>_CH<x>:RF_PHASe:REFerence:DEGrees?
Info
NR3is the Phase Reference value, in degrees. This indicates a fixed phase value at the phase time set bySV:S<x>_CH<x>:RF_PHASe:REFerence:TIMe. If CHis the master phase reference, then the value is used to calculate the phase values of all other channels.
position
property
¶
position: SvSItemChannelRfPhaseReferencePosition
Return the SV:S<x>_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. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF_PHASe:REFerence:POSition?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:RF_PHASe:REFerence:POSition valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:RF_PHASe:REFerence:POSition {TRIGger|CURSor}
- SV:S<x>_CH<x>:RF_PHASe:REFerence:POSition?
Info
TRIGgersets the Phase Reference location to the Trigger position.CURSorsets the channel Phase Reference location to the phase time set bySV:S<x>_CH<x>:RF_PHASe:REFerence:TIMe, which defaults to the Cursor A position.
time
property
¶
Return the SV:S<x>_CH<x>:RF_PHASe:REFerence:TIMe command.
Description
- This command sets or queries the channel Phase Reference time in seconds. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF_PHASe:REFerence:TIMe?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:RF_PHASe:REFerence:TIMe valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:RF_PHASe:REFerence:TIMe <NR3>
- SV:S<x>_CH<x>:RF_PHASe:REFerence:TIMe?
Info
NR3is the Phase Reference time, in seconds. This indicates the time at which the phase value set bySV:S<x>_CH<x>:RF_PHASe:REFerence:DEGreesis applied. If the phase position set bySV:S<x>_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.
SvSItemChannelRfPhaseReferenceDegrees
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:S<x>_CH<x>:RF_PHASe:REFerence:DEGrees command.
Description
- This command sets or queries the channel Phase Reference value in degrees. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF_PHASe:REFerence:DEGrees?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:RF_PHASe:REFerence:DEGrees valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:RF_PHASe:REFerence:DEGrees <NR3>
- SV:S<x>_CH<x>:RF_PHASe:REFerence:DEGrees?
Info
NR3is the Phase Reference value, in degrees. This indicates a fixed phase value at the phase time set bySV:S<x>_CH<x>:RF_PHASe:REFerence:TIMe. If CHis the master phase reference, then the value is used to calculate the phase values of all other channels.
SvSItemChannelRfPhaseReferencePosition
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:S<x>_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. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF_PHASe:REFerence:POSition?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:RF_PHASe:REFerence:POSition valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:RF_PHASe:REFerence:POSition {TRIGger|CURSor}
- SV:S<x>_CH<x>:RF_PHASe:REFerence:POSition?
Info
TRIGgersets the Phase Reference location to the Trigger position.CURSorsets the channel Phase Reference location to the phase time set bySV:S<x>_CH<x>:RF_PHASe:REFerence:TIMe, which defaults to the Cursor A position.
SvSItemChannelRfPhaseReferenceTime
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:S<x>_CH<x>:RF_PHASe:REFerence:TIMe command.
Description
- This command sets or queries the channel Phase Reference time in seconds. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF_PHASe:REFerence:TIMe?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:RF_PHASe:REFerence:TIMe valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:RF_PHASe:REFerence:TIMe <NR3>
- SV:S<x>_CH<x>:RF_PHASe:REFerence:TIMe?
Info
NR3is the Phase Reference time, in seconds. This indicates the time at which the phase value set bySV:S<x>_CH<x>:RF_PHASe:REFerence:DEGreesis applied. If the phase position set bySV:S<x>_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.
SvSItemChannelRfPhaseWrap
¶
Bases: SCPICmdRead
The SV:S<x>_CH<x>:RF_PHASe:WRAP command tree.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF_PHASe:WRAP?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:RF_PHASe:WRAP:DEGreescommand..state: TheSV:S<x>_CH<x>:RF_PHASe:WRAP:STATEcommand.
degrees
property
¶
degrees: SvSItemChannelRfPhaseWrapDegrees
Return the SV:S<x>_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. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF_PHASe:WRAP:DEGrees?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:RF_PHASe:WRAP:DEGrees valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:RF_PHASe:WRAP:DEGrees <NR3>
- SV:S<x>_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
¶
Return the SV:S<x>_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. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF_PHASe:WRAP:STATE?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:RF_PHASe:WRAP:STATE valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:RF_PHASe:WRAP:STATE {ON|OFF}
- SV:S<x>_CH<x>:RF_PHASe:WRAP:STATE?
Info
ONenables applying phase wrap on the specified Phase vs. Time channel trace.OFFdisables applying phase wrap on the specified Phase vs. Time channel trace.
SvSItemChannelRfPhaseWrapDegrees
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:S<x>_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. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF_PHASe:WRAP:DEGrees?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:RF_PHASe:WRAP:DEGrees valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:RF_PHASe:WRAP:DEGrees <NR3>
- SV:S<x>_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.
SvSItemChannelRfPhaseWrapState
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:S<x>_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. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:RF_PHASe:WRAP:STATE?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:RF_PHASe:WRAP:STATE valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:RF_PHASe:WRAP:STATE {ON|OFF}
- SV:S<x>_CH<x>:RF_PHASe:WRAP:STATE?
Info
ONenables applying phase wrap on the specified Phase vs. Time channel trace.OFFdisables applying phase wrap on the specified Phase vs. Time channel trace.
SvSItemChannelSelect
¶
Bases: SCPICmdRead
The SV:S<x>_CH<x>:SELect command tree.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SELect?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:SELect?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.rf: TheSV:S<x>_CH<x>:SELect:RFcommand tree..spectrogram: TheSV:S<x>_CH<x>:SELect:SPECtrogramcommand.
rf
property
¶
Return the SV:S<x>_CH<x>:SELect:RF command tree.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SELect:RF?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:SELect:RF?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.average: TheSV:S<x>_CH<x>:SELect:RF_AVEragecommand..frequency: TheSV:S<x>_CH<x>:SELect:RF_FREQuencycommand..magnitude: TheSV:S<x>_CH<x>:SELect:RF_MAGnitudecommand..maxhold: TheSV:S<x>_CH<x>:SELect:RF_MAXHoldcommand..minhold: TheSV:S<x>_CH<x>:SELect:RF_MINHoldcommand..normal: TheSV:S<x>_CH<x>:SELect:RF_NORMalcommand..phase: TheSV:S<x>_CH<x>:SELect:RF_PHASecommand.
spectrogram
property
¶
spectrogram: SvSItemChannelSelectSpectrogram
Return the SV:S<x>_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.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SELect:SPECtrogram?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:SELect:SPECtrogram?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:S<x>_CH<x>:SELect:SPECtrogram valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:SELect:SPECtrogram {ON|OFF}
- SV:S<x>_CH<x>:SELect:SPECtrogram?
Info
S<x>is the remote scope number and CHspecifies the analog channel as source. ONturns on spectrogram.OFFturns of spectrogram.
SvSItemChannelSelectRf
¶
Bases: SCPICmdRead
The SV:S<x>_CH<x>:SELect:RF command tree.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SELect:RF?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:SELect:RF?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.average: TheSV:S<x>_CH<x>:SELect:RF_AVEragecommand..frequency: TheSV:S<x>_CH<x>:SELect:RF_FREQuencycommand..magnitude: TheSV:S<x>_CH<x>:SELect:RF_MAGnitudecommand..maxhold: TheSV:S<x>_CH<x>:SELect:RF_MAXHoldcommand..minhold: TheSV:S<x>_CH<x>:SELect:RF_MINHoldcommand..normal: TheSV:S<x>_CH<x>:SELect:RF_NORMalcommand..phase: TheSV:S<x>_CH<x>:SELect:RF_PHASecommand.
average
property
¶
average: SvSItemChannelSelectRfAverage
Return the SV:S<x>_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. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SELect:RF_AVErage?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:SELect:RF_AVErage valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:SELect:RF_AVErage {ON|OFF|1|0}
- SV:S<x>_CH<x>:SELect:RF_AVErage?
Info
ON, 1enables the display of the Average trace for the specified spectrum trace channel.OFF, 0disables the display of the Average trace for the specified spectrum trace channel.
frequency
property
¶
frequency: SvSItemChannelSelectRfFrequency
Return the SV:S<x>_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. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SELect:RF_FREQuency?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:SELect:RF_FREQuency valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:SELect:RF_FREQuency {ON|OFF}
- SV:S<x>_CH<x>:SELect:RF_FREQuency?
Info
ONenables display of the Frequency vs. Time trace.OFFdisables display of the Frequency vs. Time trace.
magnitude
property
¶
magnitude: SvSItemChannelSelectRfMagnitude
Return the SV:S<x>_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. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SELect:RF_MAGnitude?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:SELect:RF_MAGnitude valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:SELect:RF_MAGnitude {ON|OFF}
- SV:S<x>_CH<x>:SELect:RF_MAGnitude?
Info
ONenables display of the Magnitude vs. Time trace.OFFdisables display of the Magnitude vs. Time trace.
maxhold
property
¶
maxhold: SvSItemChannelSelectRfMaxhold
Return the SV:S<x>_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. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SELect:RF_MAXHold?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:SELect:RF_MAXHold valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:SELect:RF_MAXHold {ON|OFF|1|0}
- SV:S<x>_CH<x>:SELect:RF_MAXHold?
Info
ON, 1enables the display of the Max Hold trace for the specified spectrum trace channel.OFF, 0disables the display of the Max Hold trace for the specified spectrum trace channel.
minhold
property
¶
minhold: SvSItemChannelSelectRfMinhold
Return the SV:S<x>_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. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SELect:RF_MINHold?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:SELect:RF_MINHold valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:SELect:RF_MINHold {ON|OFF|1|0}
- SV:S<x>_CH<x>:SELect:RF_MINHold?
Info
ON, 1enables the display of the Min Hold trace for the specified spectrum trace channel.OFF, 0disables the display of the Min Hold trace for the specified spectrum trace channel.
normal
property
¶
normal: SvSItemChannelSelectRfNormal
Return the SV:S<x>_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. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SELect:RF_NORMal?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:SELect:RF_NORMal valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:SELect:RF_NORMal {ON|OFF|1|0}
- SV:S<x>_CH<x>:SELect:RF_NORMal?
Info
ON, 1enables the display of the Normal trace for the specified spectrum trace channel.OFF, 0disables the display of the Normal trace for the specified spectrum trace channel.
phase
property
¶
phase: SvSItemChannelSelectRfPhase
Return the SV:S<x>_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. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SELect:RF_PHASe?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:SELect:RF_PHASe valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:SELect:RF_PHASe {ON|OFF}
- SV:S<x>_CH<x>:SELect:RF_PHASe?
Info
ONenables display of the Phase vs. Time trace.OFFdisables display of the Phase vs. Time trace.
SvSItemChannelSelectRfAverage
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:S<x>_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. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SELect:RF_AVErage?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:SELect:RF_AVErage valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:SELect:RF_AVErage {ON|OFF|1|0}
- SV:S<x>_CH<x>:SELect:RF_AVErage?
Info
ON, 1enables the display of the Average trace for the specified spectrum trace channel.OFF, 0disables the display of the Average trace for the specified spectrum trace channel.
SvSItemChannelSelectRfFrequency
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:S<x>_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. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SELect:RF_FREQuency?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:SELect:RF_FREQuency valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:SELect:RF_FREQuency {ON|OFF}
- SV:S<x>_CH<x>:SELect:RF_FREQuency?
Info
ONenables display of the Frequency vs. Time trace.OFFdisables display of the Frequency vs. Time trace.
SvSItemChannelSelectRfMagnitude
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:S<x>_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. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SELect:RF_MAGnitude?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:SELect:RF_MAGnitude valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:SELect:RF_MAGnitude {ON|OFF}
- SV:S<x>_CH<x>:SELect:RF_MAGnitude?
Info
ONenables display of the Magnitude vs. Time trace.OFFdisables display of the Magnitude vs. Time trace.
SvSItemChannelSelectRfMaxhold
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:S<x>_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. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SELect:RF_MAXHold?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:SELect:RF_MAXHold valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:SELect:RF_MAXHold {ON|OFF|1|0}
- SV:S<x>_CH<x>:SELect:RF_MAXHold?
Info
ON, 1enables the display of the Max Hold trace for the specified spectrum trace channel.OFF, 0disables the display of the Max Hold trace for the specified spectrum trace channel.
SvSItemChannelSelectRfMinhold
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:S<x>_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. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SELect:RF_MINHold?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:SELect:RF_MINHold valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:SELect:RF_MINHold {ON|OFF|1|0}
- SV:S<x>_CH<x>:SELect:RF_MINHold?
Info
ON, 1enables the display of the Min Hold trace for the specified spectrum trace channel.OFF, 0disables the display of the Min Hold trace for the specified spectrum trace channel.
SvSItemChannelSelectRfNormal
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:S<x>_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. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SELect:RF_NORMal?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:SELect:RF_NORMal valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:SELect:RF_NORMal {ON|OFF|1|0}
- SV:S<x>_CH<x>:SELect:RF_NORMal?
Info
ON, 1enables the display of the Normal trace for the specified spectrum trace channel.OFF, 0disables the display of the Normal trace for the specified spectrum trace channel.
SvSItemChannelSelectRfPhase
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:S<x>_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. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SELect:RF_PHASe?query. - Using the
.verify(value)method will send theSV:S<x>_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:S<x>_CH<x>:SELect:RF_PHASe valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:SELect:RF_PHASe {ON|OFF}
- SV:S<x>_CH<x>:SELect:RF_PHASe?
Info
ONenables display of the Phase vs. Time trace.OFFdisables display of the Phase vs. Time trace.
SvSItemChannelSelectSpectrogram
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:S<x>_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.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SELect:SPECtrogram?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:SELect:SPECtrogram?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:S<x>_CH<x>:SELect:SPECtrogram valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:SELect:SPECtrogram {ON|OFF}
- SV:S<x>_CH<x>:SELect:SPECtrogram?
Info
S<x>is the remote scope number and CHspecifies the analog channel as source. ONturns on spectrogram.OFFturns of spectrogram.
SvSItemChannelSeltrace
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:S<x>_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. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SELTrace?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:SELTrace?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:S<x>_CH<x>:SELTrace valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:SELTrace {NORMal|MAXHold|MINHold|AVErage}
- SV:S<x>_CH<x>:SELTrace?
Info
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.
SvSItemChannelSquelch
¶
Bases: SCPICmdRead
The SV:S<x>_CH<x>:SQUELCH command tree.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SQUELCH?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:SQUELCH?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheSV:S<x>_CH<x>:SQUELCH:STATEcommand..threshold: TheSV:S<x>_CH<x>:SQUELCH:THResholdcommand.
state
property
¶
state: SvSItemChannelSquelchState
Return the SV:S<x>_CH<x>:SQUELCH:STATE command.
Description
- This command sets or queries whether Squelch is enabled for the RF vs Time traces for
the specified channel. The frequency vs. time and phase vs. 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 vs. time trace to indicate when the transmitter is on/off. Then the
frequency and phase vs. 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. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SQUELCH:STATE?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:SQUELCH:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:S<x>_CH<x>:SQUELCH:STATE valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:SQUELCH:STATE {ON|OFF}
- SV:S<x>_CH<x>:SQUELCH:STATE?
Info
ONenables (turns on) Squelch calculations.OFFdisables (turns off) Squelch calculations.
threshold
property
¶
threshold: SvSItemChannelSquelchThreshold
Return the SV:S<x>_CH<x>:SQUELCH:THReshold command.
Description
- This command sets or queries the Squelch threshold value for the RF vs Time traces for
the specified channel. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SQUELCH:THReshold?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:SQUELCH:THReshold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:S<x>_CH<x>:SQUELCH:THReshold valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:SQUELCH:THReshold <NR3>
- SV:S<x>_CH<x>:SQUELCH:THReshold?
Info
NR3sets the threshold value, in volts, applied to the Magnitude vs. Time trace that determines whether or not to show the Frequency and Phase vs. Time traces for the same channel.
SvSItemChannelSquelchState
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:S<x>_CH<x>:SQUELCH:STATE command.
Description
- This command sets or queries whether Squelch is enabled for the RF vs Time traces for the
specified channel. The frequency vs. time and phase vs. 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 vs. time trace to
indicate when the transmitter is on/off. Then the frequency and phase vs. 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. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SQUELCH:STATE?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:SQUELCH:STATE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:S<x>_CH<x>:SQUELCH:STATE valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:SQUELCH:STATE {ON|OFF}
- SV:S<x>_CH<x>:SQUELCH:STATE?
Info
ONenables (turns on) Squelch calculations.OFFdisables (turns off) Squelch calculations.
SvSItemChannelSquelchThreshold
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:S<x>_CH<x>:SQUELCH:THReshold command.
Description
- This command sets or queries the Squelch threshold value for the RF vs Time traces for the
specified channel. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:SQUELCH:THReshold?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:SQUELCH:THReshold?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:S<x>_CH<x>:SQUELCH:THReshold valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:SQUELCH:THReshold <NR3>
- SV:S<x>_CH<x>:SQUELCH:THReshold?
Info
NR3sets the threshold value, in volts, applied to the Magnitude vs. Time trace that determines whether or not to show the Frequency and Phase vs. Time traces for the same channel.
SvSItemChannelUnits
¶
Bases: SCPICmdWrite, SCPICmdRead
The SV:S<x>_CH<x>:UNIts command.
Description
- This command sets or queries the absolute logarithmic amplitude vertical scale units to
show in the specified spectrum trace remote scope channel of the Spectrum View. S
is the remote scope number and Ch is the channel number to use as the Spectrum View source.
Usage
- Using the
.query()method will send theSV:S<x>_CH<x>:UNIts?query. - Using the
.verify(value)method will send theSV:S<x>_CH<x>:UNIts?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theSV:S<x>_CH<x>:UNIts valuecommand.
SCPI Syntax
- SV:S<x>_CH<x>:UNIts {DBM|DBUW|DBMV|DBUV|DBMA|DBUA}
- SV:S<x>_CH<x>:UNIts?
Info
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).
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. 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. 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 maximum color scale value. The default value is 0.0 and the valid range is -169.0 to 100.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. 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. 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 maximum color scale value. The default value is 0.0 and the valid range is -169.0 to 100.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
1turns on 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
1turns on 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.