instrument
¶
The instrument 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
- INSTrument:COUPle:SOURce <state>
- INSTrument:COUPle:SOURce?
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.
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.
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 and query sets or returns the coupled state for a channel.
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 <state>
- INSTrument:COUPle:SOURce?
Info
<state>::={NONE|PAIR|ALL}.NONEPAIR- CH1 to CH2 and CH3 to CH4.ALL- CH1 to CH2, CH3, and CH4.
InstrumentCoupleSource
¶
Bases: SCPICmdWrite, SCPICmdRead
The INSTrument:COUPle:SOURce command.
Description
- This command and query sets or returns the coupled state for a channel.
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 <state>
- INSTrument:COUPle:SOURce?
Info
<state>::={NONE|PAIR|ALL}.NONEPAIR- CH1 to CH2 and CH3 to CH4.ALL- CH1 to CH2, CH3, and CH4.