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 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. 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 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 {NONE|ALL|PAIR}
- INSTrument:COUPle:SOURce?
Info
*RSTsets 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 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 {NONE|ALL|PAIR}
- INSTrument:COUPle:SOURce?
Info
*RSTsets 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 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.