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 theINSTrument?query. - Using the
.verify(value)method will send theINSTrument?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.couple: TheINSTrument:COUPlecommand tree..mode: TheINSTrument:MODEcommand.
couple
property
¶
couple: InstrumentCouple
Return the INSTrument:COUPle command tree.
Usage
- Using the
.query()method will send theINSTrument:COUPle?query. - Using the
.verify(value)method will send theINSTrument:COUPle?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.source: TheINSTrument:COUPle:SOURcecommand.
mode
property
¶
mode: InstrumentMode
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 theINSTrument:MODE?query. - Using the
.verify(value)method will send theINSTrument:MODE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theINSTrument:MODE valuecommand.
SCPI Syntax
- INSTrument:MODE {AWG|FGEN}
- INSTrument:MODE?
Info
AWGsets the instrument to the Arbitrary Waveform Generator mode.FGEN sets the instrument to the Function generator mode.*RSTsets this to AWG.
InstrumentCouple
¶
Bases: SCPICmdRead
The INSTrument:COUPle command tree.
Usage
- Using the
.query()method will send theINSTrument:COUPle?query. - Using the
.verify(value)method will send theINSTrument:COUPle?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.source: TheINSTrument:COUPle:SOURcecommand.
source
property
¶
source: InstrumentCoupleSource
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 theINSTrument:COUPle:SOURce?query. - Using the
.verify(value)method will send theINSTrument:COUPle:SOURce?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theINSTrument:COUPle:SOURce valuecommand.
SCPI Syntax
- INSTrument:COUPle:SOURce {ON|OFF|1|0}
- INSTrument:COUPle:SOURce?
Info
*RSTsets 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 theINSTrument:COUPle:SOURce?query. - Using the
.verify(value)method will send theINSTrument:COUPle:SOURce?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theINSTrument:COUPle:SOURce valuecommand.
SCPI Syntax
- INSTrument:COUPle:SOURce {ON|OFF|1|0}
- INSTrument:COUPle:SOURce?
Info
*RSTsets 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 theINSTrument:MODE?query. - Using the
.verify(value)method will send theINSTrument:MODE?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theINSTrument:MODE valuecommand.
SCPI Syntax
- INSTrument:MODE {AWG|FGEN}
- INSTrument:MODE?
Info
AWGsets the instrument to the Arbitrary Waveform Generator mode.FGEN sets the instrument to the Function generator mode.*RSTsets this to AWG.