select

The select commands module.

These commands are used in the following models: DPO4K, DPO4KB, MDO3K, MDO4K, MDO4KB, MDO4KC, MSO4K, MSO4KB

THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.

Please report an issue if one is found.

Commands and Queries
- SELect:B<x> {ON|OFF|1|0}
- SELect:B<x>?
- SELect:BUS<x> {ON|OFF|1|0}
- SELect:BUS<x>?
- SELect:CH<x> {ON|OFF|1|0}
- SELect:CH<x>?
- SELect:CONTROl {CH<x>|MATH|REF<x>|BUS<x>|D<x>|RF_AMPlitude|RF_FREQuency|RF_PHASe|RF_NORMal|RF_AVErage|RF_MAXHold|RF_MINHold}
- SELect:CONTROl?
- SELect:D<x> {ON|OFF|<NR1>}
- SELect:D<x>?
- SELect:DAll {ON|OFF|1|0}
- SELect:MATH {ON|OFF|<NR1>}
- SELect:MATH1 {ON|OFF|<NR1>}
- SELect:MATH1?
- SELect:MATH?
- SELect:REF<x> {ON|OFF|<NR1>}
- SELect:REF<x>?
- SELect:RF_AMPlitude {ON|OFF|1|0}
- SELect:RF_AMPlitude?
- SELect:RF_AVErage {ON|OFF|1|0}
- SELect:RF_AVErage?
- SELect:RF_FREQuency {ON|OFF|1|0}
- SELect:RF_FREQuency?
- SELect:RF_MAXHold {ON|OFF|1|0}
- SELect:RF_MAXHold?
- SELect:RF_MINHold {ON|OFF|1|0}
- SELect:RF_MINHold?
- SELect:RF_NORMal {ON|OFF|1|0}
- SELect:RF_NORMal?
- SELect:RF_PHASe {ON|OFF|1|0}
- SELect:RF_PHASe?
- SELect?

Select

Bases: SCPICmdRead

The SELect command.

Description
  • Queries which waveforms are displayed.
Usage
  • Using the .query() method will send the SELect? query.
  • Using the .verify(value) method will send the SELect? query and raise an AssertionError if the returned value does not match value.
SCPI Syntax
- SELect?
Properties
  • .ch: The SELect:CH<x> command.
  • .control: The SELect:CONTROl command.
  • .d: The SELect:D<x> command.
  • .dall: The SELect:DAll command.
  • .ref: The SELect:REF<x> command.
  • .rf_amplitude: The SELect:RF_AMPlitude command.
  • .rf_average: The SELect:RF_AVErage command.
  • .rf_frequency: The SELect:RF_FREQuency command.
  • .rf_maxhold: The SELect:RF_MAXHold command.
  • .rf_minhold: The SELect:RF_MINHold command.
  • .rf_normal: The SELect:RF_NORMal command.
  • .rf_phase: The SELect:RF_PHASe command.
  • .bus: The SELect:BUS<x> command.
  • .b: The SELect:B<x> command.
  • .math: The SELect:MATH command.
  • .math1: The SELect:MATH1 command.

b property

Return the SELect:B<x> command.

Description
  • This command turns on and off the display of the waveform for , where x is the bus number 1-2. The query returns whether the channel is on or off but does not indicate whether it is the specified waveform.
Usage
  • Using the .query() method will send the SELect:B<x>? query.
  • Using the .verify(value) method will send the SELect:B<x>? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:B<x> value command.
SCPI Syntax
- SELect:B<x> {ON|OFF|1|0}
- SELect:B<x>?
Info
  • ON or 1 turns the specified waveform display on.
  • OFF or 0 turns the specified waveform display off.

bus property

Return the SELect:BUS<x> command.

Description
  • This command turns on and off the display of the waveform for , where x is the bus number 1-2. The query returns whether the channel is on or off but does not indicate whether it is the specified waveform.
Usage
  • Using the .query() method will send the SELect:BUS<x>? query.
  • Using the .verify(value) method will send the SELect:BUS<x>? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:BUS<x> value command.
SCPI Syntax
- SELect:BUS<x> {ON|OFF|1|0}
- SELect:BUS<x>?
Info
  • ON or 1 turns the specified waveform display on.
  • OFF or 0 turns the specified waveform display off.

ch property

Return the SELect:CH<x> command.

Description
  • Turns the display of the channel waveform on or off, where is the channel number. This command also resets the acquisition. The query returns whether the channel is on or off but does not indicate whether it is the specified waveform.
Usage
  • Using the .query() method will send the SELect:CH<x>? query.
  • Using the .verify(value) method will send the SELect:CH<x>? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:CH<x> value command.
SCPI Syntax
- SELect:CH<x> {ON|OFF|1|0}
- SELect:CH<x>?
Info
  • ON turns on the display of the specified waveform. This waveform also becomes the selected waveform.
  • OFF turns off the display of the specified waveform.
  • 1 turns on the display of the specified waveform. This waveform also becomes the selected waveform.
  • 0 turns off the display of the specified waveform.

control property

control: SelectControl

Return the SELect:CONTROl command.

Description
  • This command selects a waveform to be used with channel-related commands such as the cursor commands. In addition to selecting the waveform, it turns on the display of the waveform, if it wasn’t on already.
Usage
  • Using the .query() method will send the SELect:CONTROl? query.
  • Using the .verify(value) method will send the SELect:CONTROl? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:CONTROl value command.
SCPI Syntax
- SELect:CONTROl {CH<x>|MATH|REF<x>|BUS<x>|D<x>|RF_AMPlitude|RF_FREQuency|RF_PHASe|RF_NORMal|RF_AVErage|RF_MAXHold|RF_MINHold}
- SELect:CONTROl?
Info
  • CH<x> specifies a channel waveform as the waveform affected by the front-panel controls.
  • MATH specifies the math waveform as the waveform that is affected by the front-panel controls.
  • BUS<x> specifies a bus waveform as the waveform affected by the front-panel controls.
  • D<x> specifies a digital waveform as the waveform affected by the front-panel controls. (Requires option 3-MSO.).
  • RF_NORMal specify an RF trace as the waveform affected by the front-panel controls.
  • RF_AVErage specify an RF trace as the waveform affected by the front-panel controls.
  • RF_MAXHold specify an RF trace as the waveform affected by the front-panel controls.
  • RF_MINHold specify an RF trace as the waveform affected by the front-panel controls.

d property

Return the SELect:D<x> command.

Description
  • Turns on the display of the digital channel and resets the acquisition. is the channel number, which can be 0-15. The query returns whether the channel is on or off but does not indicate whether it is the selected waveform.
Usage
  • Using the .query() method will send the SELect:D<x>? query.
  • Using the .verify(value) method will send the SELect:D<x>? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:D<x> value command.
SCPI Syntax
- SELect:D<x> {ON|OFF|<NR1>}
- SELect:D<x>?
Info
  • ON turns on the display of the specified waveform. This waveform also becomes the selected waveform.
  • OFF turns off the display of the specified waveform.
  • <NR1> = 0 turns off the display of the specified waveform; any other value turns on the display of the specified waveform.

dall property

dall: SelectDall

Return the SELect:DAll command.

Description
  • This command turns on or off all digital channels (D0 - D15).
Usage
  • Using the .write(value) method will send the SELect:DAll value command.
SCPI Syntax
- SELect:DAll {ON|OFF|1|0}

math property

math: SelectMath

Return the SELect:MATH command.

Description
  • Turns on and off the display of the math waveform. The query returns whether the math waveform is on or off but does not indicate whether it is the selected waveform.
Usage
  • Using the .query() method will send the SELect:MATH? query.
  • Using the .verify(value) method will send the SELect:MATH? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:MATH value command.
SCPI Syntax
- SELect:MATH {ON|OFF|<NR1>}
- SELect:MATH?
Info
  • ON turns on the display of the specified waveform. This waveform also becomes the selected waveform.
  • OFF turns off the display of the specified waveform.
  • <NR1> = 0 turns off the display of the specified waveform; any other value turns on the display of the specified waveform.

math1 property

math1: SelectMath1

Return the SELect:MATH1 command.

Description
  • Turns on and off the display of the math waveform. The query returns whether the math waveform is on or off but does not indicate whether it is the selected waveform.
Usage
  • Using the .query() method will send the SELect:MATH1? query.
  • Using the .verify(value) method will send the SELect:MATH1? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:MATH1 value command.
SCPI Syntax
- SELect:MATH1 {ON|OFF|<NR1>}
- SELect:MATH1?
Info
  • ON turns on the display of the specified waveform. This waveform also becomes the selected waveform.
  • OFF turns off the display of the specified waveform.
  • <NR1> = 0 turns off the display of the specified waveform; any other value turns on the display of the specified waveform.

ref property

Return the SELect:REF<x> command.

Description
  • Turns on and off the display of the reference waveform . The variable represents the reference channel number, which can be 1-4. The query returns whether the channel is on or off.
Usage
  • Using the .query() method will send the SELect:REF<x>? query.
  • Using the .verify(value) method will send the SELect:REF<x>? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:REF<x> value command.
SCPI Syntax
- SELect:REF<x> {ON|OFF|<NR1>}
- SELect:REF<x>?
Info
  • ON turns on the display of the specified waveform. This waveform also becomes the selected waveform.
  • OFF turns off the display of the specified waveform.
  • <NR1> = 0 turns off the display of the specified waveform; any other value turns on the display of the specified waveform.

rf_amplitude property

rf_amplitude: SelectRfAmplitude

Return the SELect:RF_AMPlitude command.

Description
  • This command switches the RF Amplitude vs. Time trace display on or off in the time domain graticule.
Usage
  • Using the .query() method will send the SELect:RF_AMPlitude? query.
  • Using the .verify(value) method will send the SELect:RF_AMPlitude? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:RF_AMPlitude value command.
SCPI Syntax
- SELect:RF_AMPlitude {ON|OFF|1|0}
- SELect:RF_AMPlitude?
Info
  • OFF or 0 turns the RF Amplitude vs. Time trace display off.
  • ON or 1 turns it on.

rf_average property

rf_average: SelectRfAverage

Return the SELect:RF_AVErage command.

Description
  • This command switches the RF Average trace display on or off in the frequency domain graticule.
Usage
  • Using the .query() method will send the SELect:RF_AVErage? query.
  • Using the .verify(value) method will send the SELect:RF_AVErage? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:RF_AVErage value command.
SCPI Syntax
- SELect:RF_AVErage {ON|OFF|1|0}
- SELect:RF_AVErage?
Info
  • OFF or 0 turns the RF Average trace display off.
  • ON or 1 turns it on.

rf_frequency property

rf_frequency: SelectRfFrequency

Return the SELect:RF_FREQuency command.

Description
  • This command switches the RF Frequency vs. Time trace display on or off in the time domain graticule.
Usage
  • Using the .query() method will send the SELect:RF_FREQuency? query.
  • Using the .verify(value) method will send the SELect:RF_FREQuency? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:RF_FREQuency value command.
SCPI Syntax
- SELect:RF_FREQuency {ON|OFF|1|0}
- SELect:RF_FREQuency?
Info
  • OFF or 0 turns the RF Frequency vs. Time trace display off.
  • ON or 1 turns it on.

rf_maxhold property

rf_maxhold: SelectRfMaxhold

Return the SELect:RF_MAXHold command.

Description
  • This command switches the frequency domain Max Hold trace display on or off in the frequency domain graticule.
Usage
  • Using the .query() method will send the SELect:RF_MAXHold? query.
  • Using the .verify(value) method will send the SELect:RF_MAXHold? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:RF_MAXHold value command.
SCPI Syntax
- SELect:RF_MAXHold {ON|OFF|1|0}
- SELect:RF_MAXHold?
Info
  • OFF or 0 turns the frequency domain Max Hold trace display off.
  • ON or 1 turns it on.

rf_minhold property

rf_minhold: SelectRfMinhold

Return the SELect:RF_MINHold command.

Description
  • This command switches the frequency domain Min Hold trace display on or off in the frequency domain graticule.
Usage
  • Using the .query() method will send the SELect:RF_MINHold? query.
  • Using the .verify(value) method will send the SELect:RF_MINHold? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:RF_MINHold value command.
SCPI Syntax
- SELect:RF_MINHold {ON|OFF|1|0}
- SELect:RF_MINHold?
Info
  • OFF or 0 turns the frequency domain Min Hold display off.
  • ON or 1 turns it on.

rf_normal property

rf_normal: SelectRfNormal

Return the SELect:RF_NORMal command.

Description
  • This command switches the frequency domain Normal trace display on or off in the frequency domain graticule.
Usage
  • Using the .query() method will send the SELect:RF_NORMal? query.
  • Using the .verify(value) method will send the SELect:RF_NORMal? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:RF_NORMal value command.
SCPI Syntax
- SELect:RF_NORMal {ON|OFF|1|0}
- SELect:RF_NORMal?
Info
  • OFF or 0 turns the frequency domain Normal trace display off.
  • ON or 1 turns it on.

rf_phase property

rf_phase: SelectRfPhase

Return the SELect:RF_PHASe command.

Description
  • This command switches the RF Phase vs. Time trace display on or off in the time domain graticule.
Usage
  • Using the .query() method will send the SELect:RF_PHASe? query.
  • Using the .verify(value) method will send the SELect:RF_PHASe? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:RF_PHASe value command.
SCPI Syntax
- SELect:RF_PHASe {ON|OFF|1|0}
- SELect:RF_PHASe?
Info
  • OFF or 0 turns the RF Phase vs. Time trace display off.
  • ON or 1 turns it on.

SelectBItem

Bases: ValidatedDynamicNumberCmd, SCPICmdWrite, SCPICmdRead

The SELect:B<x> command.

Description
  • This command turns on and off the display of the waveform for , where x is the bus number 1-2. The query returns whether the channel is on or off but does not indicate whether it is the specified waveform.
Usage
  • Using the .query() method will send the SELect:B<x>? query.
  • Using the .verify(value) method will send the SELect:B<x>? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:B<x> value command.
SCPI Syntax
- SELect:B<x> {ON|OFF|1|0}
- SELect:B<x>?
Info
  • ON or 1 turns the specified waveform display on.
  • OFF or 0 turns the specified waveform display off.

SelectBusItem

Bases: ValidatedDynamicNumberCmd, SCPICmdWrite, SCPICmdRead

The SELect:BUS<x> command.

Description
  • This command turns on and off the display of the waveform for , where x is the bus number 1-2. The query returns whether the channel is on or off but does not indicate whether it is the specified waveform.
Usage
  • Using the .query() method will send the SELect:BUS<x>? query.
  • Using the .verify(value) method will send the SELect:BUS<x>? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:BUS<x> value command.
SCPI Syntax
- SELect:BUS<x> {ON|OFF|1|0}
- SELect:BUS<x>?
Info
  • ON or 1 turns the specified waveform display on.
  • OFF or 0 turns the specified waveform display off.

SelectChannel

Bases: ValidatedChannel, SCPICmdWrite, SCPICmdRead

The SELect:CH<x> command.

Description
  • Turns the display of the channel waveform on or off, where is the channel number. This command also resets the acquisition. The query returns whether the channel is on or off but does not indicate whether it is the specified waveform.
Usage
  • Using the .query() method will send the SELect:CH<x>? query.
  • Using the .verify(value) method will send the SELect:CH<x>? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:CH<x> value command.
SCPI Syntax
- SELect:CH<x> {ON|OFF|1|0}
- SELect:CH<x>?
Info
  • ON turns on the display of the specified waveform. This waveform also becomes the selected waveform.
  • OFF turns off the display of the specified waveform.
  • 1 turns on the display of the specified waveform. This waveform also becomes the selected waveform.
  • 0 turns off the display of the specified waveform.

SelectControl

Bases: SCPICmdWrite, SCPICmdRead

The SELect:CONTROl command.

Description
  • This command selects a waveform to be used with channel-related commands such as the cursor commands. In addition to selecting the waveform, it turns on the display of the waveform, if it wasn’t on already.
Usage
  • Using the .query() method will send the SELect:CONTROl? query.
  • Using the .verify(value) method will send the SELect:CONTROl? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:CONTROl value command.
SCPI Syntax
- SELect:CONTROl {CH<x>|MATH|REF<x>|BUS<x>|D<x>|RF_AMPlitude|RF_FREQuency|RF_PHASe|RF_NORMal|RF_AVErage|RF_MAXHold|RF_MINHold}
- SELect:CONTROl?
Info
  • CH<x> specifies a channel waveform as the waveform affected by the front-panel controls.
  • MATH specifies the math waveform as the waveform that is affected by the front-panel controls.
  • BUS<x> specifies a bus waveform as the waveform affected by the front-panel controls.
  • D<x> specifies a digital waveform as the waveform affected by the front-panel controls. (Requires option 3-MSO.).
  • RF_NORMal specify an RF trace as the waveform affected by the front-panel controls.
  • RF_AVErage specify an RF trace as the waveform affected by the front-panel controls.
  • RF_MAXHold specify an RF trace as the waveform affected by the front-panel controls.
  • RF_MINHold specify an RF trace as the waveform affected by the front-panel controls.

SelectDall

Bases: SCPICmdWrite

The SELect:DAll command.

Description
  • This command turns on or off all digital channels (D0 - D15).
Usage
  • Using the .write(value) method will send the SELect:DAll value command.
SCPI Syntax
- SELect:DAll {ON|OFF|1|0}

SelectDigitalBit

Bases: ValidatedDigitalBit, SCPICmdWrite, SCPICmdRead

The SELect:D<x> command.

Description
  • Turns on the display of the digital channel and resets the acquisition. is the channel number, which can be 0-15. The query returns whether the channel is on or off but does not indicate whether it is the selected waveform.
Usage
  • Using the .query() method will send the SELect:D<x>? query.
  • Using the .verify(value) method will send the SELect:D<x>? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:D<x> value command.
SCPI Syntax
- SELect:D<x> {ON|OFF|<NR1>}
- SELect:D<x>?
Info
  • ON turns on the display of the specified waveform. This waveform also becomes the selected waveform.
  • OFF turns off the display of the specified waveform.
  • <NR1> = 0 turns off the display of the specified waveform; any other value turns on the display of the specified waveform.

SelectMath

Bases: SCPICmdWrite, SCPICmdRead

The SELect:MATH command.

Description
  • Turns on and off the display of the math waveform. The query returns whether the math waveform is on or off but does not indicate whether it is the selected waveform.
Usage
  • Using the .query() method will send the SELect:MATH? query.
  • Using the .verify(value) method will send the SELect:MATH? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:MATH value command.
SCPI Syntax
- SELect:MATH {ON|OFF|<NR1>}
- SELect:MATH?
Info
  • ON turns on the display of the specified waveform. This waveform also becomes the selected waveform.
  • OFF turns off the display of the specified waveform.
  • <NR1> = 0 turns off the display of the specified waveform; any other value turns on the display of the specified waveform.

SelectMath1

Bases: SCPICmdWrite, SCPICmdRead

The SELect:MATH1 command.

Description
  • Turns on and off the display of the math waveform. The query returns whether the math waveform is on or off but does not indicate whether it is the selected waveform.
Usage
  • Using the .query() method will send the SELect:MATH1? query.
  • Using the .verify(value) method will send the SELect:MATH1? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:MATH1 value command.
SCPI Syntax
- SELect:MATH1 {ON|OFF|<NR1>}
- SELect:MATH1?
Info
  • ON turns on the display of the specified waveform. This waveform also becomes the selected waveform.
  • OFF turns off the display of the specified waveform.
  • <NR1> = 0 turns off the display of the specified waveform; any other value turns on the display of the specified waveform.

SelectRefItem

Bases: ValidatedDynamicNumberCmd, SCPICmdWrite, SCPICmdRead

The SELect:REF<x> command.

Description
  • Turns on and off the display of the reference waveform . The variable represents the reference channel number, which can be 1-4. The query returns whether the channel is on or off.
Usage
  • Using the .query() method will send the SELect:REF<x>? query.
  • Using the .verify(value) method will send the SELect:REF<x>? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:REF<x> value command.
SCPI Syntax
- SELect:REF<x> {ON|OFF|<NR1>}
- SELect:REF<x>?
Info
  • ON turns on the display of the specified waveform. This waveform also becomes the selected waveform.
  • OFF turns off the display of the specified waveform.
  • <NR1> = 0 turns off the display of the specified waveform; any other value turns on the display of the specified waveform.

SelectRfAmplitude

Bases: SCPICmdWrite, SCPICmdRead

The SELect:RF_AMPlitude command.

Description
  • This command switches the RF Amplitude vs. Time trace display on or off in the time domain graticule.
Usage
  • Using the .query() method will send the SELect:RF_AMPlitude? query.
  • Using the .verify(value) method will send the SELect:RF_AMPlitude? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:RF_AMPlitude value command.
SCPI Syntax
- SELect:RF_AMPlitude {ON|OFF|1|0}
- SELect:RF_AMPlitude?
Info
  • OFF or 0 turns the RF Amplitude vs. Time trace display off.
  • ON or 1 turns it on.

SelectRfAverage

Bases: SCPICmdWrite, SCPICmdRead

The SELect:RF_AVErage command.

Description
  • This command switches the RF Average trace display on or off in the frequency domain graticule.
Usage
  • Using the .query() method will send the SELect:RF_AVErage? query.
  • Using the .verify(value) method will send the SELect:RF_AVErage? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:RF_AVErage value command.
SCPI Syntax
- SELect:RF_AVErage {ON|OFF|1|0}
- SELect:RF_AVErage?
Info
  • OFF or 0 turns the RF Average trace display off.
  • ON or 1 turns it on.

SelectRfFrequency

Bases: SCPICmdWrite, SCPICmdRead

The SELect:RF_FREQuency command.

Description
  • This command switches the RF Frequency vs. Time trace display on or off in the time domain graticule.
Usage
  • Using the .query() method will send the SELect:RF_FREQuency? query.
  • Using the .verify(value) method will send the SELect:RF_FREQuency? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:RF_FREQuency value command.
SCPI Syntax
- SELect:RF_FREQuency {ON|OFF|1|0}
- SELect:RF_FREQuency?
Info
  • OFF or 0 turns the RF Frequency vs. Time trace display off.
  • ON or 1 turns it on.

SelectRfMaxhold

Bases: SCPICmdWrite, SCPICmdRead

The SELect:RF_MAXHold command.

Description
  • This command switches the frequency domain Max Hold trace display on or off in the frequency domain graticule.
Usage
  • Using the .query() method will send the SELect:RF_MAXHold? query.
  • Using the .verify(value) method will send the SELect:RF_MAXHold? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:RF_MAXHold value command.
SCPI Syntax
- SELect:RF_MAXHold {ON|OFF|1|0}
- SELect:RF_MAXHold?
Info
  • OFF or 0 turns the frequency domain Max Hold trace display off.
  • ON or 1 turns it on.

SelectRfMinhold

Bases: SCPICmdWrite, SCPICmdRead

The SELect:RF_MINHold command.

Description
  • This command switches the frequency domain Min Hold trace display on or off in the frequency domain graticule.
Usage
  • Using the .query() method will send the SELect:RF_MINHold? query.
  • Using the .verify(value) method will send the SELect:RF_MINHold? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:RF_MINHold value command.
SCPI Syntax
- SELect:RF_MINHold {ON|OFF|1|0}
- SELect:RF_MINHold?
Info
  • OFF or 0 turns the frequency domain Min Hold display off.
  • ON or 1 turns it on.

SelectRfNormal

Bases: SCPICmdWrite, SCPICmdRead

The SELect:RF_NORMal command.

Description
  • This command switches the frequency domain Normal trace display on or off in the frequency domain graticule.
Usage
  • Using the .query() method will send the SELect:RF_NORMal? query.
  • Using the .verify(value) method will send the SELect:RF_NORMal? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:RF_NORMal value command.
SCPI Syntax
- SELect:RF_NORMal {ON|OFF|1|0}
- SELect:RF_NORMal?
Info
  • OFF or 0 turns the frequency domain Normal trace display off.
  • ON or 1 turns it on.

SelectRfPhase

Bases: SCPICmdWrite, SCPICmdRead

The SELect:RF_PHASe command.

Description
  • This command switches the RF Phase vs. Time trace display on or off in the time domain graticule.
Usage
  • Using the .query() method will send the SELect:RF_PHASe? query.
  • Using the .verify(value) method will send the SELect:RF_PHASe? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the SELect:RF_PHASe value command.
SCPI Syntax
- SELect:RF_PHASe {ON|OFF|1|0}
- SELect:RF_PHASe?
Info
  • OFF or 0 turns the RF Phase vs. Time trace display off.
  • ON or 1 turns it on.