output
¶
The output 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
- OUTPut[n]:ATTenuator:A1 <NR1>
- OUTPut[n]:ATTenuator:A1?
- OUTPut[n]:ATTenuator:A2 <NR1>
- OUTPut[n]:ATTenuator:A2?
- OUTPut[n]:ATTenuator:A3 <NR1>
- OUTPut[n]:ATTenuator:A3?
- OUTPut[n]:ATTenuator:DAC <NRf>
- OUTPut[n]:ATTenuator:DAC?
- OUTPut[n]:FILTer {NONE|BPASs|LPASs}
- OUTPut[n]:FILTer:BPASs:RANGe {R10TO14GHZ|R13TO18GHZ}
- OUTPut[n]:FILTer:BPASs:RANGe?
- OUTPut[n]:FILTer?
- OUTPut[n]:PATH {DIRect|AC|DCAmplified}
- OUTPut[n]:PATH?
- OUTPut[n]:STATe {ON|OFF|1|0}
- OUTPut[n]:STATe?
- OUTPut[n]:SVALue:ANALog:STATe {OFF|ZERO}
- OUTPut[n]:SVALue:ANALog:STATe?
- OUTPut[n]:SVALue:MARKer[m] {OFF|LOW}
- OUTPut[n]:SVALue:MARKer[m]?
- OUTPut[n]:WVALue:ANALog:STATe {FIRSt|ZERO}
- OUTPut[n]:WVALue:ANALog:STATe?
- OUTPut[n]:WVALue:MARKer[m] {FIRSt|LOW|HIGH}
- OUTPut[n]:WVALue:MARKer[m]?
OutputItem
¶
Bases: ValidatedDynamicNumberCmd, SCPICmdRead
The OUTPut[n] command tree.
Usage
- Using the
.query()method will send theOUTPut[n]?query. - Using the
.verify(value)method will send theOUTPut[n]?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.attenuator: TheOUTPut[n]:ATTenuatorcommand tree..filter: TheOUTPut[n]:FILTercommand..path: TheOUTPut[n]:PATHcommand..svalue: TheOUTPut[n]:SVALuecommand tree..wvalue: TheOUTPut[n]:WVALuecommand tree..state: TheOUTPut[n]:STATecommand.
attenuator
property
¶
attenuator: OutputItemAttenuator
Return the OUTPut[n]:ATTenuator command tree.
Usage
- Using the
.query()method will send theOUTPut[n]:ATTenuator?query. - Using the
.verify(value)method will send theOUTPut[n]:ATTenuator?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.a1: TheOUTPut[n]:ATTenuator:A1command..a2: TheOUTPut[n]:ATTenuator:A2command..a3: TheOUTPut[n]:ATTenuator:A3command..dac: TheOUTPut[n]:ATTenuator:DACcommand.
filter
property
¶
filter: OutputItemFilter
Return the OUTPut[n]:FILTer command.
Description
- This command sets or returns the filter type for the signal path. Option AC is required. If Option AC is not installed, sending the command causes an error message.
Usage
- Using the
.query()method will send theOUTPut[n]:FILTer?query. - Using the
.verify(value)method will send theOUTPut[n]:FILTer?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:FILTer valuecommand.
SCPI Syntax
- OUTPut[n]:FILTer {NONE|BPASs|LPASs}
- OUTPut[n]:FILTer?
Sub-properties
.bpass: TheOUTPut[n]:FILTer:BPASscommand tree.
path
property
¶
path: OutputItemPath
Return the OUTPut[n]:PATH command.
Description
- This command sets or returns the output signal path of the specified channel. The command is only valid when Option AC is installed (AWG70001 only) or an MDC4500 is connected to the AWG70000 Series instrument.
Usage
- Using the
.query()method will send theOUTPut[n]:PATH?query. - Using the
.verify(value)method will send theOUTPut[n]:PATH?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:PATH valuecommand.
SCPI Syntax
- OUTPut[n]:PATH {DIRect|AC|DCAmplified}
- OUTPut[n]:PATH?
Info
DIRectsets the signal path to go directly from the DAC to the + and - differential outputs.AC sets signal path to go through the attenuators and amplifiers, then to the single-ended AC output. Available only for the AWG70001 with Option AC.DCAmplified sets the signal path to go directly from the DAC to the + and - differential outputs that must be connected to the inputs of an MDC4500. The DCAmplified setting provides additional output range and output offset adjustment from the MDC4500 outputs.
state
property
¶
state: OutputItemState
Return the OUTPut[n]:STATe command.
Description
- This command sets or returns the output state of the specified channel.
Usage
- Using the
.query()method will send theOUTPut[n]:STATe?query. - Using the
.verify(value)method will send theOUTPut[n]:STATe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:STATe valuecommand.
SCPI Syntax
- OUTPut[n]:STATe {ON|OFF|1|0}
- OUTPut[n]:STATe?
Info
0or OFF disables the channel’s output.1 or ON enables the channel’s output.[n] determines the channel number. If omitted, interpreted as 1.*RSTsets all channels to 0.
svalue
property
¶
svalue: OutputItemSvalue
Return the OUTPut[n]:SVALue command tree.
Usage
- Using the
.query()method will send theOUTPut[n]:SVALue?query. - Using the
.verify(value)method will send theOUTPut[n]:SVALue?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.marker: TheOUTPut[n]:SVALue:MARKer[m]command..analog: TheOUTPut[n]:SVALue:ANALogcommand tree.
wvalue
property
¶
wvalue: OutputItemWvalue
Return the OUTPut[n]:WVALue command tree.
Usage
- Using the
.query()method will send theOUTPut[n]:WVALue?query. - Using the
.verify(value)method will send theOUTPut[n]:WVALue?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.marker: TheOUTPut[n]:WVALue:MARKer[m]command..analog: TheOUTPut[n]:WVALue:ANALogcommand tree.
OutputItemAttenuator
¶
Bases: SCPICmdRead
The OUTPut[n]:ATTenuator command tree.
Usage
- Using the
.query()method will send theOUTPut[n]:ATTenuator?query. - Using the
.verify(value)method will send theOUTPut[n]:ATTenuator?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.a1: TheOUTPut[n]:ATTenuator:A1command..a2: TheOUTPut[n]:ATTenuator:A2command..a3: TheOUTPut[n]:ATTenuator:A3command..dac: TheOUTPut[n]:ATTenuator:DACcommand.
a1
property
¶
Return the OUTPut[n]:ATTenuator:A1 command.
Description
- This command sets or returns the step value setting for the A1 attenuator in (units of dB) in the Band Pass Filter path when the Channel 1 Output Path is set to AC and the Band Pass Range is set to 13 - 18 GHz. Option AC is required. If Option AC is not installed, sending the command causes an error message. See a diagram of the AC output path in the instrument’s User Interface under Setup>Channel1>Advanced.
Usage
- Using the
.query()method will send theOUTPut[n]:ATTenuator:A1?query. - Using the
.verify(value)method will send theOUTPut[n]:ATTenuator:A1?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:ATTenuator:A1 valuecommand.
SCPI Syntax
- OUTPut[n]:ATTenuator:A1 <NR1>
- OUTPut[n]:ATTenuator:A1?
a2
property
¶
Return the OUTPut[n]:ATTenuator:A2 command.
Description
- This command sets or returns the step value setting for the A2 attenuator (in units of dB) in the Band Pass Filter path when the Channel 1 Output Path is set to AC. Option AC is required. If Option AC is not installed, sending the command causes an error message. See a diagram of the AC output path in the instrument’s User Interface under Setup>Channel1>Advanced.
Usage
- Using the
.query()method will send theOUTPut[n]:ATTenuator:A2?query. - Using the
.verify(value)method will send theOUTPut[n]:ATTenuator:A2?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:ATTenuator:A2 valuecommand.
SCPI Syntax
- OUTPut[n]:ATTenuator:A2 <NR1>
- OUTPut[n]:ATTenuator:A2?
a3
property
¶
Return the OUTPut[n]:ATTenuator:A3 command.
Description
- This command sets or returns the step value setting for the A3 attenuator (in units of dB) in the Band Pass Filter path when the Channel 1 Output Path is set to AC. Option AC is required. If Option AC is not installed, sending the command causes an error message. See a diagram of the AC output path in the instrument’s User Interface under Setup>Channel1>Advanced.
Usage
- Using the
.query()method will send theOUTPut[n]:ATTenuator:A3?query. - Using the
.verify(value)method will send theOUTPut[n]:ATTenuator:A3?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:ATTenuator:A3 valuecommand.
SCPI Syntax
- OUTPut[n]:ATTenuator:A3 <NR1>
- OUTPut[n]:ATTenuator:A3?
dac
property
¶
Return the OUTPut[n]:ATTenuator:DAC command.
Description
- This command sets or returns the DAC output power level (in units of dBm) when the Channel 1 Output is set to AC. Option AC is required. If Option AC is not installed, sending the command causes an error message. See a diagram of the AC output path in the instrument’s User Interface under Setup>Channel1>Advanced.
Usage
- Using the
.query()method will send theOUTPut[n]:ATTenuator:DAC?query. - Using the
.verify(value)method will send theOUTPut[n]:ATTenuator:DAC?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:ATTenuator:DAC valuecommand.
SCPI Syntax
- OUTPut[n]:ATTenuator:DAC <NRf>
- OUTPut[n]:ATTenuator:DAC?
OutputItemAttenuatorA1
¶
Bases: SCPICmdWrite, SCPICmdRead
The OUTPut[n]:ATTenuator:A1 command.
Description
- This command sets or returns the step value setting for the A1 attenuator in (units of dB) in the Band Pass Filter path when the Channel 1 Output Path is set to AC and the Band Pass Range is set to 13 - 18 GHz. Option AC is required. If Option AC is not installed, sending the command causes an error message. See a diagram of the AC output path in the instrument’s User Interface under Setup>Channel1>Advanced.
Usage
- Using the
.query()method will send theOUTPut[n]:ATTenuator:A1?query. - Using the
.verify(value)method will send theOUTPut[n]:ATTenuator:A1?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:ATTenuator:A1 valuecommand.
SCPI Syntax
- OUTPut[n]:ATTenuator:A1 <NR1>
- OUTPut[n]:ATTenuator:A1?
OutputItemAttenuatorA2
¶
Bases: SCPICmdWrite, SCPICmdRead
The OUTPut[n]:ATTenuator:A2 command.
Description
- This command sets or returns the step value setting for the A2 attenuator (in units of dB) in the Band Pass Filter path when the Channel 1 Output Path is set to AC. Option AC is required. If Option AC is not installed, sending the command causes an error message. See a diagram of the AC output path in the instrument’s User Interface under Setup>Channel1>Advanced.
Usage
- Using the
.query()method will send theOUTPut[n]:ATTenuator:A2?query. - Using the
.verify(value)method will send theOUTPut[n]:ATTenuator:A2?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:ATTenuator:A2 valuecommand.
SCPI Syntax
- OUTPut[n]:ATTenuator:A2 <NR1>
- OUTPut[n]:ATTenuator:A2?
OutputItemAttenuatorA3
¶
Bases: SCPICmdWrite, SCPICmdRead
The OUTPut[n]:ATTenuator:A3 command.
Description
- This command sets or returns the step value setting for the A3 attenuator (in units of dB) in the Band Pass Filter path when the Channel 1 Output Path is set to AC. Option AC is required. If Option AC is not installed, sending the command causes an error message. See a diagram of the AC output path in the instrument’s User Interface under Setup>Channel1>Advanced.
Usage
- Using the
.query()method will send theOUTPut[n]:ATTenuator:A3?query. - Using the
.verify(value)method will send theOUTPut[n]:ATTenuator:A3?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:ATTenuator:A3 valuecommand.
SCPI Syntax
- OUTPut[n]:ATTenuator:A3 <NR1>
- OUTPut[n]:ATTenuator:A3?
OutputItemAttenuatorDac
¶
Bases: SCPICmdWrite, SCPICmdRead
The OUTPut[n]:ATTenuator:DAC command.
Description
- This command sets or returns the DAC output power level (in units of dBm) when the Channel 1 Output is set to AC. Option AC is required. If Option AC is not installed, sending the command causes an error message. See a diagram of the AC output path in the instrument’s User Interface under Setup>Channel1>Advanced.
Usage
- Using the
.query()method will send theOUTPut[n]:ATTenuator:DAC?query. - Using the
.verify(value)method will send theOUTPut[n]:ATTenuator:DAC?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:ATTenuator:DAC valuecommand.
SCPI Syntax
- OUTPut[n]:ATTenuator:DAC <NRf>
- OUTPut[n]:ATTenuator:DAC?
OutputItemFilter
¶
Bases: SCPICmdWrite, SCPICmdRead
The OUTPut[n]:FILTer command.
Description
- This command sets or returns the filter type for the signal path. Option AC is required. If Option AC is not installed, sending the command causes an error message.
Usage
- Using the
.query()method will send theOUTPut[n]:FILTer?query. - Using the
.verify(value)method will send theOUTPut[n]:FILTer?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:FILTer valuecommand.
SCPI Syntax
- OUTPut[n]:FILTer {NONE|BPASs|LPASs}
- OUTPut[n]:FILTer?
Properties
.bpass: TheOUTPut[n]:FILTer:BPASscommand tree.
bpass
property
¶
bpass: OutputItemFilterBpass
Return the OUTPut[n]:FILTer:BPASs command tree.
Usage
- Using the
.query()method will send theOUTPut[n]:FILTer:BPASs?query. - Using the
.verify(value)method will send theOUTPut[n]:FILTer:BPASs?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.range: TheOUTPut[n]:FILTer:BPASs:RANGecommand.
OutputItemFilterBpass
¶
Bases: SCPICmdRead
The OUTPut[n]:FILTer:BPASs command tree.
Usage
- Using the
.query()method will send theOUTPut[n]:FILTer:BPASs?query. - Using the
.verify(value)method will send theOUTPut[n]:FILTer:BPASs?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.range: TheOUTPut[n]:FILTer:BPASs:RANGecommand.
range
property
¶
range: OutputItemFilterBpassRange
Return the OUTPut[n]:FILTer:BPASs:RANGe command.
Description
- This command sets or returns the filter range of the band pass filter for the signal path. Option AC is required. This command does not change the filter hardware cutoff frequencies, but selects an already available filter range with the specified cutoff frequencies. If Option AC is not installed, sending the command causes an error message.
Usage
- Using the
.query()method will send theOUTPut[n]:FILTer:BPASs:RANGe?query. - Using the
.verify(value)method will send theOUTPut[n]:FILTer:BPASs:RANGe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:FILTer:BPASs:RANGe valuecommand.
SCPI Syntax
- OUTPut[n]:FILTer:BPASs:RANGe {R10TO14GHZ|R13TO18GHZ}
- OUTPut[n]:FILTer:BPASs:RANGe?
OutputItemFilterBpassRange
¶
Bases: SCPICmdWrite, SCPICmdRead
The OUTPut[n]:FILTer:BPASs:RANGe command.
Description
- This command sets or returns the filter range of the band pass filter for the signal path. Option AC is required. This command does not change the filter hardware cutoff frequencies, but selects an already available filter range with the specified cutoff frequencies. If Option AC is not installed, sending the command causes an error message.
Usage
- Using the
.query()method will send theOUTPut[n]:FILTer:BPASs:RANGe?query. - Using the
.verify(value)method will send theOUTPut[n]:FILTer:BPASs:RANGe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:FILTer:BPASs:RANGe valuecommand.
SCPI Syntax
- OUTPut[n]:FILTer:BPASs:RANGe {R10TO14GHZ|R13TO18GHZ}
- OUTPut[n]:FILTer:BPASs:RANGe?
OutputItemPath
¶
Bases: SCPICmdWrite, SCPICmdRead
The OUTPut[n]:PATH command.
Description
- This command sets or returns the output signal path of the specified channel. The command is only valid when Option AC is installed (AWG70001 only) or an MDC4500 is connected to the AWG70000 Series instrument.
Usage
- Using the
.query()method will send theOUTPut[n]:PATH?query. - Using the
.verify(value)method will send theOUTPut[n]:PATH?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:PATH valuecommand.
SCPI Syntax
- OUTPut[n]:PATH {DIRect|AC|DCAmplified}
- OUTPut[n]:PATH?
Info
DIRectsets the signal path to go directly from the DAC to the + and - differential outputs.AC sets signal path to go through the attenuators and amplifiers, then to the single-ended AC output. Available only for the AWG70001 with Option AC.DCAmplified sets the signal path to go directly from the DAC to the + and - differential outputs that must be connected to the inputs of an MDC4500. The DCAmplified setting provides additional output range and output offset adjustment from the MDC4500 outputs.
OutputItemState
¶
Bases: SCPICmdWrite, SCPICmdRead
The OUTPut[n]:STATe command.
Description
- This command sets or returns the output state of the specified channel.
Usage
- Using the
.query()method will send theOUTPut[n]:STATe?query. - Using the
.verify(value)method will send theOUTPut[n]:STATe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:STATe valuecommand.
SCPI Syntax
- OUTPut[n]:STATe {ON|OFF|1|0}
- OUTPut[n]:STATe?
Info
0or OFF disables the channel’s output.1 or ON enables the channel’s output.[n] determines the channel number. If omitted, interpreted as 1.*RSTsets all channels to 0.
OutputItemSvalue
¶
Bases: SCPICmdRead
The OUTPut[n]:SVALue command tree.
Usage
- Using the
.query()method will send theOUTPut[n]:SVALue?query. - Using the
.verify(value)method will send theOUTPut[n]:SVALue?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.marker: TheOUTPut[n]:SVALue:MARKer[m]command..analog: TheOUTPut[n]:SVALue:ANALogcommand tree.
analog
property
¶
analog: OutputItemSvalueAnalog
Return the OUTPut[n]:SVALue:ANALog command tree.
Usage
- Using the
.query()method will send theOUTPut[n]:SVALue:ANALog?query. - Using the
.verify(value)method will send theOUTPut[n]:SVALue:ANALog?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheOUTPut[n]:SVALue:ANALog:STATecommand.
marker
property
¶
marker: dict[int, OutputItemSvalueMarkerItem]
Return the OUTPut[n]:SVALue:MARKer[m] command.
Description
- This command sets or returns the output data position of the specified marker of the specified channel when in the stopped state.
Usage
- Using the
.query()method will send theOUTPut[n]:SVALue:MARKer[m]?query. - Using the
.verify(value)method will send theOUTPut[n]:SVALue:MARKer[m]?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:SVALue:MARKer[m] valuecommand.
SCPI Syntax
- OUTPut[n]:SVALue:MARKer[m] {OFF|LOW}
- OUTPut[n]:SVALue:MARKer[m]?
Info
OFFsets the stop state marker output for channel ‘n’ to open (electrically disconnected).LOW sets the stop state marker output for channel ‘n’ value to 0 volts.[n] determines the channel number. If omitted, interpreted as 1.[m] determines the marker number. If omitted, interpreted as 1.*RSTsets all channel markers to LOW.
OutputItemSvalueAnalog
¶
Bases: SCPICmdRead
The OUTPut[n]:SVALue:ANALog command tree.
Usage
- Using the
.query()method will send theOUTPut[n]:SVALue:ANALog?query. - Using the
.verify(value)method will send theOUTPut[n]:SVALue:ANALog?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheOUTPut[n]:SVALue:ANALog:STATecommand.
state
property
¶
state: OutputItemSvalueAnalogState
Return the OUTPut[n]:SVALue:ANALog:STATe command.
Description
- This command sets or returns the output condition of a waveform of the specified channel while the instrument is in the stopped state.
Usage
- Using the
.query()method will send theOUTPut[n]:SVALue:ANALog:STATe?query. - Using the
.verify(value)method will send theOUTPut[n]:SVALue:ANALog:STATe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:SVALue:ANALog:STATe valuecommand.
SCPI Syntax
- OUTPut[n]:SVALue:ANALog:STATe {OFF|ZERO}
- OUTPut[n]:SVALue:ANALog:STATe?
Info
OFFsets the stop state output for channel ‘n’ to open (electrically disconnected).ZERO sets the stop state output value for channel ‘n’ to 0 volts.[n] determines the channel number. If omitted, interpreted as 1.*RSTsets all channels to ZERO.
OutputItemSvalueAnalogState
¶
Bases: SCPICmdWrite, SCPICmdRead
The OUTPut[n]:SVALue:ANALog:STATe command.
Description
- This command sets or returns the output condition of a waveform of the specified channel while the instrument is in the stopped state.
Usage
- Using the
.query()method will send theOUTPut[n]:SVALue:ANALog:STATe?query. - Using the
.verify(value)method will send theOUTPut[n]:SVALue:ANALog:STATe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:SVALue:ANALog:STATe valuecommand.
SCPI Syntax
- OUTPut[n]:SVALue:ANALog:STATe {OFF|ZERO}
- OUTPut[n]:SVALue:ANALog:STATe?
Info
OFFsets the stop state output for channel ‘n’ to open (electrically disconnected).ZERO sets the stop state output value for channel ‘n’ to 0 volts.[n] determines the channel number. If omitted, interpreted as 1.*RSTsets all channels to ZERO.
OutputItemSvalueMarkerItem
¶
Bases: ValidatedDynamicNumberCmd, SCPICmdWrite, SCPICmdRead
The OUTPut[n]:SVALue:MARKer[m] command.
Description
- This command sets or returns the output data position of the specified marker of the specified channel when in the stopped state.
Usage
- Using the
.query()method will send theOUTPut[n]:SVALue:MARKer[m]?query. - Using the
.verify(value)method will send theOUTPut[n]:SVALue:MARKer[m]?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:SVALue:MARKer[m] valuecommand.
SCPI Syntax
- OUTPut[n]:SVALue:MARKer[m] {OFF|LOW}
- OUTPut[n]:SVALue:MARKer[m]?
Info
OFFsets the stop state marker output for channel ‘n’ to open (electrically disconnected).LOW sets the stop state marker output for channel ‘n’ value to 0 volts.[n] determines the channel number. If omitted, interpreted as 1.[m] determines the marker number. If omitted, interpreted as 1.*RSTsets all channel markers to LOW.
OutputItemWvalue
¶
Bases: SCPICmdRead
The OUTPut[n]:WVALue command tree.
Usage
- Using the
.query()method will send theOUTPut[n]:WVALue?query. - Using the
.verify(value)method will send theOUTPut[n]:WVALue?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.marker: TheOUTPut[n]:WVALue:MARKer[m]command..analog: TheOUTPut[n]:WVALue:ANALogcommand tree.
analog
property
¶
analog: OutputItemWvalueAnalog
Return the OUTPut[n]:WVALue:ANALog command tree.
Usage
- Using the
.query()method will send theOUTPut[n]:WVALue:ANALog?query. - Using the
.verify(value)method will send theOUTPut[n]:WVALue:ANALog?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.state: TheOUTPut[n]:WVALue:ANALog:STATecommand.
marker
property
¶
marker: dict[int, OutputItemWvalueMarkerItem]
Return the OUTPut[n]:WVALue:MARKer[m] command.
Description
- This command sets or returns the output condition of the specified marker of the specified channel while the instrument is in the waiting-for-trigger state or for a brief period after the waveform loads to the DAC and before the first point plays.
Usage
- Using the
.query()method will send theOUTPut[n]:WVALue:MARKer[m]?query. - Using the
.verify(value)method will send theOUTPut[n]:WVALue:MARKer[m]?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:WVALue:MARKer[m] valuecommand.
SCPI Syntax
- OUTPut[n]:WVALue:MARKer[m] {FIRSt|LOW|HIGH}
- OUTPut[n]:WVALue:MARKer[m]?
Info
FIRStsets the marker output level to match the first point in the waveform when the channel is in the waiting-for-trigger state.LOW sets the marker output to a logic level low for when the channel is in the waiting-for-trigger state.HIGH sets the marker output to a logic level high when the channel is in the waiting-for-trigger state.[n] determines the channel number. If omitted, interpreted as 1.[m] determines the marker number. If omitted, interpreted as 1.*RSTsets all channels to LOW.
OutputItemWvalueAnalog
¶
Bases: SCPICmdRead
The OUTPut[n]:WVALue:ANALog command tree.
Usage
- Using the
.query()method will send theOUTPut[n]:WVALue:ANALog?query. - Using the
.verify(value)method will send theOUTPut[n]:WVALue:ANALog?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.state: TheOUTPut[n]:WVALue:ANALog:STATecommand.
state
property
¶
state: OutputItemWvalueAnalogState
Return the OUTPut[n]:WVALue:ANALog:STATe command.
Description
- This command sets or returns the output condition of a waveform of the specified channel while the instrument is in the waiting-for-trigger state or for a brief period after the waveform loads to the DAC and before the first point plays.
Usage
- Using the
.query()method will send theOUTPut[n]:WVALue:ANALog:STATe?query. - Using the
.verify(value)method will send theOUTPut[n]:WVALue:ANALog:STATe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:WVALue:ANALog:STATe valuecommand.
SCPI Syntax
- OUTPut[n]:WVALue:ANALog:STATe {FIRSt|ZERO}
- OUTPut[n]:WVALue:ANALog:STATe?
Info
FIRStsets the output level for channel ‘n’ to match the first point in the waveform when channel ‘n’ is in the Waiting-for-trigger state.ZERO sets the output level for channel ‘n’ to 0 volts when channel ‘n’ is in the Waiting-for-trigger state.[n] determines the channel number. If omitted, interpreted as 1.*RSTsets all channels to ZERO.
OutputItemWvalueAnalogState
¶
Bases: SCPICmdWrite, SCPICmdRead
The OUTPut[n]:WVALue:ANALog:STATe command.
Description
- This command sets or returns the output condition of a waveform of the specified channel while the instrument is in the waiting-for-trigger state or for a brief period after the waveform loads to the DAC and before the first point plays.
Usage
- Using the
.query()method will send theOUTPut[n]:WVALue:ANALog:STATe?query. - Using the
.verify(value)method will send theOUTPut[n]:WVALue:ANALog:STATe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:WVALue:ANALog:STATe valuecommand.
SCPI Syntax
- OUTPut[n]:WVALue:ANALog:STATe {FIRSt|ZERO}
- OUTPut[n]:WVALue:ANALog:STATe?
Info
FIRStsets the output level for channel ‘n’ to match the first point in the waveform when channel ‘n’ is in the Waiting-for-trigger state.ZERO sets the output level for channel ‘n’ to 0 volts when channel ‘n’ is in the Waiting-for-trigger state.[n] determines the channel number. If omitted, interpreted as 1.*RSTsets all channels to ZERO.
OutputItemWvalueMarkerItem
¶
Bases: ValidatedDynamicNumberCmd, SCPICmdWrite, SCPICmdRead
The OUTPut[n]:WVALue:MARKer[m] command.
Description
- This command sets or returns the output condition of the specified marker of the specified channel while the instrument is in the waiting-for-trigger state or for a brief period after the waveform loads to the DAC and before the first point plays.
Usage
- Using the
.query()method will send theOUTPut[n]:WVALue:MARKer[m]?query. - Using the
.verify(value)method will send theOUTPut[n]:WVALue:MARKer[m]?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:WVALue:MARKer[m] valuecommand.
SCPI Syntax
- OUTPut[n]:WVALue:MARKer[m] {FIRSt|LOW|HIGH}
- OUTPut[n]:WVALue:MARKer[m]?
Info
FIRStsets the marker output level to match the first point in the waveform when the channel is in the waiting-for-trigger state.LOW sets the marker output to a logic level low for when the channel is in the waiting-for-trigger state.HIGH sets the marker output to a logic level high when the channel is in the waiting-for-trigger state.[n] determines the channel number. If omitted, interpreted as 1.[m] determines the marker number. If omitted, interpreted as 1.*RSTsets all channels to LOW.