instrument

The instrument commands module.

These commands are used in the following models: AWG5200

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 {NONE|ALL|PAIR}
- 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. Coupling links the following channel and marker settings together. Channel Amplitude Marker Voltage High DDR Channel Output Mode Marker Voltage Low DAC Mode Channel Offset Analog Stop and Wait states Channel Resolution Marker Stop and Wait states DC Bias
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 {NONE|ALL|PAIR}
- INSTrument:COUPle:SOURce?
Info
  • *RST sets this to NONE.

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. Coupling links the following channel and marker settings together. Channel Amplitude Marker Voltage High DDR Channel Output Mode Marker Voltage Low DAC Mode Channel Offset Analog Stop and Wait states Channel Resolution Marker Stop and Wait states DC Bias
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 {NONE|ALL|PAIR}
- INSTrument:COUPle:SOURce?
Info
  • *RST sets this to NONE.

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.