display

The display commands module.

These commands are used in the following models: AWG5K, AWG5KC, AWG7K, AWG7KC

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

Please report an issue if one is found.

Commands and Queries
- DISPlay:WINDow1:STATe <display_state>
- DISPlay:WINDow1:STATe?
- DISPlay:WINDow2:STATe <display_state>
- DISPlay:WINDow2:STATe?

Display

Bases: SCPICmdRead

The DISPlay command tree.

Usage
  • Using the .query() method will send the DISPlay? query.
  • Using the .verify(value) method will send the DISPlay? query and raise an AssertionError if the returned value does not match value.
Properties
  • .window1: The DISPlay:WINDow1 command tree.
  • .window2: The DISPlay:WINDow2 command tree.

window1 property

window1: DisplayWindow1

Return the DISPlay:WINDow1 command tree.

Usage
  • Using the .query() method will send the DISPlay:WINDow1? query.
  • Using the .verify(value) method will send the DISPlay:WINDow1? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The DISPlay:WINDow1:STATe command.

window2 property

window2: DisplayWindow2

Return the DISPlay:WINDow2 command tree.

Usage
  • Using the .query() method will send the DISPlay:WINDow2? query.
  • Using the .verify(value) method will send the DISPlay:WINDow2? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .state: The DISPlay:WINDow2:STATe command.

DisplayWindow1

Bases: SCPICmdRead

The DISPlay:WINDow1 command tree.

Usage
  • Using the .query() method will send the DISPlay:WINDow1? query.
  • Using the .verify(value) method will send the DISPlay:WINDow1? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The DISPlay:WINDow1:STATe command.

state property

Return the DISPlay:WINDow1:STATe command.

Description
  • This command minimizes or restores the sequence or waveform window of the arbitrary waveform generator. This command only minimizes or restores the display area; it does not close the window. There is no maximizing. WINDow1 - Sequence window WINDow2 - Waveform window
Usage
  • Using the .query() method will send the DISPlay:WINDow1:STATe? query.
  • Using the .verify(value) method will send the DISPlay:WINDow1:STATe? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the DISPlay:WINDow1:STATe value command.
SCPI Syntax
- DISPlay:WINDow1:STATe <display_state>
- DISPlay:WINDow1:STATe?
Info
  • <display_state> ::=.
  • 0 indicates False, minimizes the window display.
  • 1 indicates True, restores the window display.

DisplayWindow1State

Bases: SCPICmdWrite, SCPICmdRead

The DISPlay:WINDow1:STATe command.

Description
  • This command minimizes or restores the sequence or waveform window of the arbitrary waveform generator. This command only minimizes or restores the display area; it does not close the window. There is no maximizing. WINDow1 - Sequence window WINDow2 - Waveform window
Usage
  • Using the .query() method will send the DISPlay:WINDow1:STATe? query.
  • Using the .verify(value) method will send the DISPlay:WINDow1:STATe? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the DISPlay:WINDow1:STATe value command.
SCPI Syntax
- DISPlay:WINDow1:STATe <display_state>
- DISPlay:WINDow1:STATe?
Info
  • <display_state> ::=.
  • 0 indicates False, minimizes the window display.
  • 1 indicates True, restores the window display.

DisplayWindow2

Bases: SCPICmdRead

The DISPlay:WINDow2 command tree.

Usage
  • Using the .query() method will send the DISPlay:WINDow2? query.
  • Using the .verify(value) method will send the DISPlay:WINDow2? query and raise an AssertionError if the returned value does not match value.
Properties
  • .state: The DISPlay:WINDow2:STATe command.

state property

Return the DISPlay:WINDow2:STATe command.

Description
  • This command minimizes or restores the sequence or waveform window of the arbitrary waveform generator. This command only minimizes or restores the display area; it does not close the window. There is no maximizing. WINDow1 - Sequence window WINDow2 - Waveform window
Usage
  • Using the .query() method will send the DISPlay:WINDow2:STATe? query.
  • Using the .verify(value) method will send the DISPlay:WINDow2:STATe? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the DISPlay:WINDow2:STATe value command.
SCPI Syntax
- DISPlay:WINDow2:STATe <display_state>
- DISPlay:WINDow2:STATe?
Info
  • <display_state> ::=.
  • 0 indicates False, minimizes the window display.
  • 1 indicates True, restores the window display.

DisplayWindow2State

Bases: SCPICmdWrite, SCPICmdRead

The DISPlay:WINDow2:STATe command.

Description
  • This command minimizes or restores the sequence or waveform window of the arbitrary waveform generator. This command only minimizes or restores the display area; it does not close the window. There is no maximizing. WINDow1 - Sequence window WINDow2 - Waveform window
Usage
  • Using the .query() method will send the DISPlay:WINDow2:STATe? query.
  • Using the .verify(value) method will send the DISPlay:WINDow2:STATe? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the DISPlay:WINDow2:STATe value command.
SCPI Syntax
- DISPlay:WINDow2:STATe <display_state>
- DISPlay:WINDow2:STATe?
Info
  • <display_state> ::=.
  • 0 indicates False, minimizes the window display.
  • 1 indicates True, restores the window display.