awgcontrol
¶
The awgcontrol 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
- AWGControl:ARSettings {ON|OFF|1|0}
- AWGControl:CLOCk:DRATe <NR1>
- AWGControl:CLOCk:DRATe?
- AWGControl:CLOCk:PHASe:ADJust <NR1>
- AWGControl:CLOCk:PHASe:ADJust?
- AWGControl:CLOCk:SOURce {INTernal|EXTernal|EFIXed|EVARiable}
- AWGControl:CLOCk:SOURce?
- AWGControl:COMPile <filename>
- AWGControl:CONFigure:CNUMber?
- AWGControl:PJUMp:JSTRobe {ON|OFF|1|0}
- AWGControl:PJUMp:JSTRobe?
- AWGControl:PJUMp:SEDGe {FALLing|RISing}
- AWGControl:PJUMp:SEDGe?
- AWGControl:RMODe {CONTinuous|TRIGgered|GATed}
- AWGControl:RMODe?
- AWGControl:RSTate?
- AWGControl:RUN:IMMediate
- AWGControl:SNAMe?
- AWGControl:SREStore <filepath>[,<msus>]
- AWGControl:SSAVe <filepath>[,<msus>]
- AWGControl:STOP:IMMediate
Awgcontrol
¶
Bases: SCPICmdRead
The AWGControl command tree.
Usage
- Using the
.query()method will send theAWGControl?query. - Using the
.verify(value)method will send theAWGControl?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.arsettings: TheAWGControl:ARSettingscommand..clock: TheAWGControl:CLOCkcommand tree..compile: TheAWGControl:COMPilecommand..configure: TheAWGControl:CONFigurecommand tree..pjump: TheAWGControl:PJUMpcommand tree..rmode: TheAWGControl:RMODecommand..rstate: TheAWGControl:RSTatecommand..run: TheAWGControl:RUNcommand tree..sname: TheAWGControl:SNAMecommand..srestore: TheAWGControl:SREStorecommand..ssave: TheAWGControl:SSAVecommand..stop: TheAWGControl:STOPcommand tree.
arsettings
property
¶
arsettings: AwgcontrolArsettings
Return the AWGControl:ARSettings command.
Description
- This command sets or returns the state (enabled or disabled) of whether or not to apply the recommended settings of waveforms and sequences when they are assigned to a channel. When enabled, the system attempts to use the waveform’s recommended settings (sample rate, amplitude, and offset) when the waveform is assigned to a channel. This includes waveforms within sequence tracks assigned to a channel. Recommended settings are defined as part the waveform properties and sequence properties.
Usage
- Using the
.write(value)method will send theAWGControl:ARSettings valuecommand.
SCPI Syntax
- AWGControl:ARSettings {ON|OFF|1|0}
clock
property
¶
clock: AwgcontrolClock
Return the AWGControl:CLOCk command tree.
Usage
- Using the
.query()method will send theAWGControl:CLOCk?query. - Using the
.verify(value)method will send theAWGControl:CLOCk?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.phase: TheAWGControl:CLOCk:PHASecommand tree..drate: TheAWGControl:CLOCk:DRATecommand..source: TheAWGControl:CLOCk:SOURcecommand.
compile
property
¶
compile: AwgcontrolCompile
Return the AWGControl:COMPile command.
Description
- This command compiles an equation file and imports the waveforms (created by the equation file) into the arbitrary waveform generator.
Usage
- Using the
.write(value)method will send theAWGControl:COMPile valuecommand.
SCPI Syntax
- AWGControl:COMPile <filename>
configure
property
¶
configure: AwgcontrolConfigure
Return the AWGControl:CONFigure command tree.
Usage
- Using the
.query()method will send theAWGControl:CONFigure?query. - Using the
.verify(value)method will send theAWGControl:CONFigure?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.cnumber: TheAWGControl:CONFigure:CNUMbercommand.
pjump
property
¶
pjump: AwgcontrolPjump
Return the AWGControl:PJUMp command tree.
Usage
- Using the
.query()method will send theAWGControl:PJUMp?query. - Using the
.verify(value)method will send theAWGControl:PJUMp?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.jstrobe: TheAWGControl:PJUMp:JSTRobecommand..sedge: TheAWGControl:PJUMp:SEDGecommand.
rmode
property
¶
rmode: AwgcontrolRmode
Return the AWGControl:RMODe command.
Description
- This command sets or returns the run mode of the AWG for Channel 1.
Usage
- Using the
.query()method will send theAWGControl:RMODe?query. - Using the
.verify(value)method will send theAWGControl:RMODe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAWGControl:RMODe valuecommand.
SCPI Syntax
- AWGControl:RMODe {CONTinuous|TRIGgered|GATed}
- AWGControl:RMODe?
Info
CONTinuoussets the Run Mode to Continuous (not waiting for a trigger event). TRIGgered sets the Run Mode to Triggered, waiting for a trigger event. One waveform play out cycle completes, then play out stops, waiting for the next trigger event. GATed sets the Run Mode to only playout a waveform while the trigger is enabled.*RSTsets this to CONT.
rstate
property
¶
rstate: AwgcontrolRstate
Return the AWGControl:RSTate command.
Description
- This command returns the run state of the AWG.
Usage
- Using the
.query()method will send theAWGControl:RSTate?query. - Using the
.verify(value)method will send theAWGControl:RSTate?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- AWGControl:RSTate?
run
property
¶
run: AwgcontrolRun
Return the AWGControl:RUN command tree.
Usage
- Using the
.query()method will send theAWGControl:RUN?query. - Using the
.verify(value)method will send theAWGControl:RUN?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.immediate: TheAWGControl:RUN:IMMediatecommand.
sname
property
¶
sname: AwgcontrolSname
Return the AWGControl:SNAMe command.
Description
- This command returns the AWG’s most recently saved setup location. The response contains the full path for the file, including the disk drive letter (msus or, mass storage unit specifier).
Usage
- Using the
.query()method will send theAWGControl:SNAMe?query. - Using the
.verify(value)method will send theAWGControl:SNAMe?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- AWGControl:SNAMe?
srestore
property
¶
srestore: AwgcontrolSrestore
Return the AWGControl:SREStore command.
Description
- This command opens a setup file into the AWG’s setup memory.
Usage
- Using the
.write(value)method will send theAWGControl:SREStore valuecommand.
SCPI Syntax
- AWGControl:SREStore <filepath>[,<msus>]
ssave
property
¶
ssave: AwgcontrolSsave
Return the AWGControl:SSAVe command.
Description
- This command saves the AWG’s setup with waveforms.
Usage
- Using the
.write(value)method will send theAWGControl:SSAVe valuecommand.
SCPI Syntax
- AWGControl:SSAVe <filepath>[,<msus>]
stop
property
¶
stop: AwgcontrolStop
Return the AWGControl:STOP command tree.
Usage
- Using the
.query()method will send theAWGControl:STOP?query. - Using the
.verify(value)method will send theAWGControl:STOP?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.immediate: TheAWGControl:STOP:IMMediatecommand.
AwgcontrolArsettings
¶
Bases: SCPICmdWrite
The AWGControl:ARSettings command.
Description
- This command sets or returns the state (enabled or disabled) of whether or not to apply the recommended settings of waveforms and sequences when they are assigned to a channel. When enabled, the system attempts to use the waveform’s recommended settings (sample rate, amplitude, and offset) when the waveform is assigned to a channel. This includes waveforms within sequence tracks assigned to a channel. Recommended settings are defined as part the waveform properties and sequence properties.
Usage
- Using the
.write(value)method will send theAWGControl:ARSettings valuecommand.
SCPI Syntax
- AWGControl:ARSettings {ON|OFF|1|0}
AwgcontrolClock
¶
Bases: SCPICmdRead
The AWGControl:CLOCk command tree.
Usage
- Using the
.query()method will send theAWGControl:CLOCk?query. - Using the
.verify(value)method will send theAWGControl:CLOCk?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.phase: TheAWGControl:CLOCk:PHASecommand tree..drate: TheAWGControl:CLOCk:DRATecommand..source: TheAWGControl:CLOCk:SOURcecommand.
drate
property
¶
drate: AwgcontrolClockDrate
Return the AWGControl:CLOCk:DRATe command.
Description
- This command sets or returns the divider rate for the external clock.
Usage
- Using the
.query()method will send theAWGControl:CLOCk:DRATe?query. - Using the
.verify(value)method will send theAWGControl:CLOCk:DRATe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAWGControl:CLOCk:DRATe valuecommand.
SCPI Syntax
- AWGControl:CLOCk:DRATe <NR1>
- AWGControl:CLOCk:DRATe?
Info
*RSTsets this to 1.
phase
property
¶
phase: AwgcontrolClockPhase
Return the AWGControl:CLOCk:PHASe command tree.
Usage
- Using the
.query()method will send theAWGControl:CLOCk:PHASe?query. - Using the
.verify(value)method will send theAWGControl:CLOCk:PHASe?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.adjust: TheAWGControl:CLOCk:PHASe:ADJustcommand.
source
property
¶
source: AwgcontrolClockSource
Return the AWGControl:CLOCk:SOURce command.
Description
- This command sets or returns the source of the clock.
Usage
- Using the
.query()method will send theAWGControl:CLOCk:SOURce?query. - Using the
.verify(value)method will send theAWGControl:CLOCk:SOURce?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAWGControl:CLOCk:SOURce valuecommand.
SCPI Syntax
- AWGControl:CLOCk:SOURce {INTernal|EXTernal|EFIXed|EVARiable}
- AWGControl:CLOCk:SOURce?
Info
INTernal- clock signal is generated internally and the reference frequency is derived by the internal oscillator.EFIXed - clock is generated internally and the reference frequency is derived from a fixed 10 MHz reference supplied at the Reference In connector.EVARiable - clock is generated internally and the reference frequency is derived from a variable reference supplied at the Reference In connector.EXTernal - clock signal supplied by the Clock In connector and the reference frequency is derived from the internal precision oscillator.*RSTsets this to INT.
AwgcontrolClockDrate
¶
Bases: SCPICmdWrite, SCPICmdRead
The AWGControl:CLOCk:DRATe command.
Description
- This command sets or returns the divider rate for the external clock.
Usage
- Using the
.query()method will send theAWGControl:CLOCk:DRATe?query. - Using the
.verify(value)method will send theAWGControl:CLOCk:DRATe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAWGControl:CLOCk:DRATe valuecommand.
SCPI Syntax
- AWGControl:CLOCk:DRATe <NR1>
- AWGControl:CLOCk:DRATe?
Info
*RSTsets this to 1.
AwgcontrolClockPhase
¶
Bases: SCPICmdRead
The AWGControl:CLOCk:PHASe command tree.
Usage
- Using the
.query()method will send theAWGControl:CLOCk:PHASe?query. - Using the
.verify(value)method will send theAWGControl:CLOCk:PHASe?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.adjust: TheAWGControl:CLOCk:PHASe:ADJustcommand.
adjust
property
¶
adjust: AwgcontrolClockPhaseAdjust
Return the AWGControl:CLOCk:PHASe:ADJust command.
Description
- This command sets or returns the internal clock phase adjustment of the AWG.
Usage
- Using the
.query()method will send theAWGControl:CLOCk:PHASe:ADJust?query. - Using the
.verify(value)method will send theAWGControl:CLOCk:PHASe:ADJust?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAWGControl:CLOCk:PHASe:ADJust valuecommand.
SCPI Syntax
- AWGControl:CLOCk:PHASe:ADJust <NR1>
- AWGControl:CLOCk:PHASe:ADJust?
AwgcontrolClockPhaseAdjust
¶
Bases: SCPICmdWrite, SCPICmdRead
The AWGControl:CLOCk:PHASe:ADJust command.
Description
- This command sets or returns the internal clock phase adjustment of the AWG.
Usage
- Using the
.query()method will send theAWGControl:CLOCk:PHASe:ADJust?query. - Using the
.verify(value)method will send theAWGControl:CLOCk:PHASe:ADJust?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAWGControl:CLOCk:PHASe:ADJust valuecommand.
SCPI Syntax
- AWGControl:CLOCk:PHASe:ADJust <NR1>
- AWGControl:CLOCk:PHASe:ADJust?
AwgcontrolClockSource
¶
Bases: SCPICmdWrite, SCPICmdRead
The AWGControl:CLOCk:SOURce command.
Description
- This command sets or returns the source of the clock.
Usage
- Using the
.query()method will send theAWGControl:CLOCk:SOURce?query. - Using the
.verify(value)method will send theAWGControl:CLOCk:SOURce?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAWGControl:CLOCk:SOURce valuecommand.
SCPI Syntax
- AWGControl:CLOCk:SOURce {INTernal|EXTernal|EFIXed|EVARiable}
- AWGControl:CLOCk:SOURce?
Info
INTernal- clock signal is generated internally and the reference frequency is derived by the internal oscillator.EFIXed - clock is generated internally and the reference frequency is derived from a fixed 10 MHz reference supplied at the Reference In connector.EVARiable - clock is generated internally and the reference frequency is derived from a variable reference supplied at the Reference In connector.EXTernal - clock signal supplied by the Clock In connector and the reference frequency is derived from the internal precision oscillator.*RSTsets this to INT.
AwgcontrolCompile
¶
Bases: SCPICmdWrite
The AWGControl:COMPile command.
Description
- This command compiles an equation file and imports the waveforms (created by the equation file) into the arbitrary waveform generator.
Usage
- Using the
.write(value)method will send theAWGControl:COMPile valuecommand.
SCPI Syntax
- AWGControl:COMPile <filename>
AwgcontrolConfigure
¶
Bases: SCPICmdRead
The AWGControl:CONFigure command tree.
Usage
- Using the
.query()method will send theAWGControl:CONFigure?query. - Using the
.verify(value)method will send theAWGControl:CONFigure?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.cnumber: TheAWGControl:CONFigure:CNUMbercommand.
cnumber
property
¶
cnumber: AwgcontrolConfigureCnumber
Return the AWGControl:CONFigure:CNUMber command.
Description
- This command returns the number of channels available on the AWG.
Usage
- Using the
.query()method will send theAWGControl:CONFigure:CNUMber?query. - Using the
.verify(value)method will send theAWGControl:CONFigure:CNUMber?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- AWGControl:CONFigure:CNUMber?
AwgcontrolConfigureCnumber
¶
Bases: SCPICmdRead
The AWGControl:CONFigure:CNUMber command.
Description
- This command returns the number of channels available on the AWG.
Usage
- Using the
.query()method will send theAWGControl:CONFigure:CNUMber?query. - Using the
.verify(value)method will send theAWGControl:CONFigure:CNUMber?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- AWGControl:CONFigure:CNUMber?
AwgcontrolPjump
¶
Bases: SCPICmdRead
The AWGControl:PJUMp command tree.
Usage
- Using the
.query()method will send theAWGControl:PJUMp?query. - Using the
.verify(value)method will send theAWGControl:PJUMp?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.jstrobe: TheAWGControl:PJUMp:JSTRobecommand..sedge: TheAWGControl:PJUMp:SEDGecommand.
jstrobe
property
¶
jstrobe: AwgcontrolPjumpJstrobe
Return the AWGControl:PJUMp:JSTRobe command.
Description
- This command sets or returns if the pattern jump is set (enabled or disabled) to always occur on the strobe signal. With this setting disabled, the pattern jump requires a strobe signal and a pattern address change to initiate a jump. With this setting enabled, the pattern jump disregards the pattern address change condition, causing the jump to always occur on the strobe signal.
Usage
- Using the
.query()method will send theAWGControl:PJUMp:JSTRobe?query. - Using the
.verify(value)method will send theAWGControl:PJUMp:JSTRobe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAWGControl:PJUMp:JSTRobe valuecommand.
SCPI Syntax
- AWGControl:PJUMp:JSTRobe {ON|OFF|1|0}
- AWGControl:PJUMp:JSTRobe?
sedge
property
¶
sedge: AwgcontrolPjumpSedge
Return the AWGControl:PJUMp:SEDGe command.
Description
- This command sets or returns the active Strobe Edge to use for Pattern Jump when Pattern Jump is enabled for Sequencing.
Usage
- Using the
.query()method will send theAWGControl:PJUMp:SEDGe?query. - Using the
.verify(value)method will send theAWGControl:PJUMp:SEDGe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAWGControl:PJUMp:SEDGe valuecommand.
SCPI Syntax
- AWGControl:PJUMp:SEDGe {FALLing|RISing}
- AWGControl:PJUMp:SEDGe?
Info
FALLingsets the falling edge of the strobe signal to the active edge. 256 input patterns are available.RISingsets the rising edge of the strobe signal to the active edge. 256 input patterns are available.
AwgcontrolPjumpJstrobe
¶
Bases: SCPICmdWrite, SCPICmdRead
The AWGControl:PJUMp:JSTRobe command.
Description
- This command sets or returns if the pattern jump is set (enabled or disabled) to always occur on the strobe signal. With this setting disabled, the pattern jump requires a strobe signal and a pattern address change to initiate a jump. With this setting enabled, the pattern jump disregards the pattern address change condition, causing the jump to always occur on the strobe signal.
Usage
- Using the
.query()method will send theAWGControl:PJUMp:JSTRobe?query. - Using the
.verify(value)method will send theAWGControl:PJUMp:JSTRobe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAWGControl:PJUMp:JSTRobe valuecommand.
SCPI Syntax
- AWGControl:PJUMp:JSTRobe {ON|OFF|1|0}
- AWGControl:PJUMp:JSTRobe?
AwgcontrolPjumpSedge
¶
Bases: SCPICmdWrite, SCPICmdRead
The AWGControl:PJUMp:SEDGe command.
Description
- This command sets or returns the active Strobe Edge to use for Pattern Jump when Pattern Jump is enabled for Sequencing.
Usage
- Using the
.query()method will send theAWGControl:PJUMp:SEDGe?query. - Using the
.verify(value)method will send theAWGControl:PJUMp:SEDGe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAWGControl:PJUMp:SEDGe valuecommand.
SCPI Syntax
- AWGControl:PJUMp:SEDGe {FALLing|RISing}
- AWGControl:PJUMp:SEDGe?
Info
FALLingsets the falling edge of the strobe signal to the active edge. 256 input patterns are available.RISingsets the rising edge of the strobe signal to the active edge. 256 input patterns are available.
AwgcontrolRmode
¶
Bases: SCPICmdWrite, SCPICmdRead
The AWGControl:RMODe command.
Description
- This command sets or returns the run mode of the AWG for Channel 1.
Usage
- Using the
.query()method will send theAWGControl:RMODe?query. - Using the
.verify(value)method will send theAWGControl:RMODe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theAWGControl:RMODe valuecommand.
SCPI Syntax
- AWGControl:RMODe {CONTinuous|TRIGgered|GATed}
- AWGControl:RMODe?
Info
CONTinuoussets the Run Mode to Continuous (not waiting for a trigger event). TRIGgered sets the Run Mode to Triggered, waiting for a trigger event. One waveform play out cycle completes, then play out stops, waiting for the next trigger event. GATed sets the Run Mode to only playout a waveform while the trigger is enabled.*RSTsets this to CONT.
AwgcontrolRstate
¶
Bases: SCPICmdRead
The AWGControl:RSTate command.
Description
- This command returns the run state of the AWG.
Usage
- Using the
.query()method will send theAWGControl:RSTate?query. - Using the
.verify(value)method will send theAWGControl:RSTate?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- AWGControl:RSTate?
AwgcontrolRun
¶
Bases: SCPICmdRead
The AWGControl:RUN command tree.
Usage
- Using the
.query()method will send theAWGControl:RUN?query. - Using the
.verify(value)method will send theAWGControl:RUN?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.immediate: TheAWGControl:RUN:IMMediatecommand.
immediate
property
¶
immediate: AwgcontrolRunImmediate
Return the AWGControl:RUN:IMMediate command.
Description
- This command initiates the output of a waveform or sequence. This is equivalent to pushing the play button on the front-panel or display. The AWG can be put in the run state only when waveforms or sequences are assigned to channels.
Usage
- Using the
.write()method will send theAWGControl:RUN:IMMediatecommand.
SCPI Syntax
- AWGControl:RUN:IMMediate
AwgcontrolRunImmediate
¶
Bases: SCPICmdWriteNoArguments
The AWGControl:RUN:IMMediate command.
Description
- This command initiates the output of a waveform or sequence. This is equivalent to pushing the play button on the front-panel or display. The AWG can be put in the run state only when waveforms or sequences are assigned to channels.
Usage
- Using the
.write()method will send theAWGControl:RUN:IMMediatecommand.
SCPI Syntax
- AWGControl:RUN:IMMediate
AwgcontrolSname
¶
Bases: SCPICmdRead
The AWGControl:SNAMe command.
Description
- This command returns the AWG’s most recently saved setup location. The response contains the full path for the file, including the disk drive letter (msus or, mass storage unit specifier).
Usage
- Using the
.query()method will send theAWGControl:SNAMe?query. - Using the
.verify(value)method will send theAWGControl:SNAMe?query and raise an AssertionError if the returned value does not matchvalue.
SCPI Syntax
- AWGControl:SNAMe?
AwgcontrolSrestore
¶
Bases: SCPICmdWrite
The AWGControl:SREStore command.
Description
- This command opens a setup file into the AWG’s setup memory.
Usage
- Using the
.write(value)method will send theAWGControl:SREStore valuecommand.
SCPI Syntax
- AWGControl:SREStore <filepath>[,<msus>]
AwgcontrolSsave
¶
Bases: SCPICmdWrite
The AWGControl:SSAVe command.
Description
- This command saves the AWG’s setup with waveforms.
Usage
- Using the
.write(value)method will send theAWGControl:SSAVe valuecommand.
SCPI Syntax
- AWGControl:SSAVe <filepath>[,<msus>]
AwgcontrolStop
¶
Bases: SCPICmdRead
The AWGControl:STOP command tree.
Usage
- Using the
.query()method will send theAWGControl:STOP?query. - Using the
.verify(value)method will send theAWGControl:STOP?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.immediate: TheAWGControl:STOP:IMMediatecommand.
immediate
property
¶
immediate: AwgcontrolStopImmediate
Return the AWGControl:STOP:IMMediate command.
Description
- This command stops the output of a waveform or a sequence.
Usage
- Using the
.write()method will send theAWGControl:STOP:IMMediatecommand.
SCPI Syntax
- AWGControl:STOP:IMMediate
AwgcontrolStopImmediate
¶
Bases: SCPICmdWriteNoArguments
The AWGControl:STOP:IMMediate command.
Description
- This command stops the output of a waveform or a sequence.
Usage
- Using the
.write()method will send theAWGControl:STOP:IMMediatecommand.
SCPI Syntax
- AWGControl:STOP:IMMediate