instrument

The instrument commands module.

These commands are used in the following models: AWG70KA, AWG70KB

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

Please report an issue if one is found.

Commands and Queries
- INSTrument:COUPle:SOURce {ON|OFF|1|0}
- INSTrument:COUPle:SOURce?
- INSTrument:MODE {AWG|FGEN}
- INSTrument:MODE?

Instrument

Bases: SCPICmdRead

The INSTrument command tree.

Usage
  • Using the .query() method will send the INSTrument? query.
  • Using the .verify(value) method will send the INSTrument? query and raise an AssertionError if the returned value does not match value.
Properties
  • .couple: The INSTrument:COUPle command tree.
  • .mode: The INSTrument:MODE command.

couple property

Return the INSTrument:COUPle command tree.

Usage
  • Using the .query() method will send the INSTrument:COUPle? query.
  • Using the .verify(value) method will send the INSTrument:COUPle? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .source: The INSTrument:COUPle:SOURce command.

mode property

Return the INSTrument:MODE command.

Description
  • This command sets or returns the AWG mode, either the AWG mode or the Function generator mode.
Usage
  • Using the .query() method will send the INSTrument:MODE? query.
  • Using the .verify(value) method will send the INSTrument:MODE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the INSTrument:MODE value command.
SCPI Syntax
- INSTrument:MODE {AWG|FGEN}
- INSTrument:MODE?
Info
  • AWG sets the instrument to the Arbitrary Waveform Generator mode.FGEN sets the instrument to the Function generator mode.
  • *RST sets this to AWG.

InstrumentCouple

Bases: SCPICmdRead

The INSTrument:COUPle command tree.

Usage
  • Using the .query() method will send the INSTrument:COUPle? query.
  • Using the .verify(value) method will send the INSTrument:COUPle? query and raise an AssertionError if the returned value does not match value.
Properties
  • .source: The INSTrument:COUPle:SOURce command.

source property

Return the INSTrument:COUPle:SOURce command.

Description
  • This command sets or returns the coupled state of the channel’s Analog and Marker output controls of multi channel instruments. The set form of this command forces channel 2 to match channel 1. After the initial coupling of the settings, changes made to either channel 1 or channel 2 amplitude settings affect both channels.
Usage
  • Using the .query() method will send the INSTrument:COUPle:SOURce? query.
  • Using the .verify(value) method will send the INSTrument:COUPle:SOURce? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the INSTrument:COUPle:SOURce value command.
SCPI Syntax
- INSTrument:COUPle:SOURce {ON|OFF|1|0}
- INSTrument:COUPle:SOURce?
Info
  • *RST sets this to 0.

InstrumentCoupleSource

Bases: SCPICmdWrite, SCPICmdRead

The INSTrument:COUPle:SOURce command.

Description
  • This command sets or returns the coupled state of the channel’s Analog and Marker output controls of multi channel instruments. The set form of this command forces channel 2 to match channel 1. After the initial coupling of the settings, changes made to either channel 1 or channel 2 amplitude settings affect both channels.
Usage
  • Using the .query() method will send the INSTrument:COUPle:SOURce? query.
  • Using the .verify(value) method will send the INSTrument:COUPle:SOURce? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the INSTrument:COUPle:SOURce value command.
SCPI Syntax
- INSTrument:COUPle:SOURce {ON|OFF|1|0}
- INSTrument:COUPle:SOURce?
Info
  • *RST sets this to 0.

InstrumentMode

Bases: SCPICmdWrite, SCPICmdRead

The INSTrument:MODE command.

Description
  • This command sets or returns the AWG mode, either the AWG mode or the Function generator mode.
Usage
  • Using the .query() method will send the INSTrument:MODE? query.
  • Using the .verify(value) method will send the INSTrument:MODE? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the INSTrument:MODE value command.
SCPI Syntax
- INSTrument:MODE {AWG|FGEN}
- INSTrument:MODE?
Info
  • AWG sets the instrument to the Arbitrary Waveform Generator mode.FGEN sets the instrument to the Function generator mode.
  • *RST sets this to AWG.