output
¶
The output 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
- OUTPut[n]:PATH {DCHB|ACDirect|ACAMplified|DCHV}
- 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
.path: TheOUTPut[n]:PATHcommand..svalue: TheOUTPut[n]:SVALuecommand tree..wvalue: TheOUTPut[n]:WVALuecommand tree..state: TheOUTPut[n]:STATecommand.
path
property
¶
path: OutputItemPath
Return the OUTPut[n]:PATH command.
Description
- This command sets or returns the output signal path of the specified channel.
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 {DCHB|ACDirect|ACAMplified|DCHV}
- OUTPut[n]:PATH?
Info
DCHBsets the signal path to DC High Bandwidth, going directly from the DAC to the channel’s (+) and (-) differential outputs. DCHV sets the signal path toDC High Voltage, going from the DAC through an additional amplifier, then to the channel’s (+) and (-) differential outputs. ACDirect sets signal path to go to the channel’s (+) connector (single-ended AC output). ACAMplified sets signal path to go through the attenuators and amplifiers, then to the channel’s (+) connector (single-ended AC output). Option AC is required.
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.
OutputItemPath
¶
Bases: SCPICmdWrite, SCPICmdRead
The OUTPut[n]:PATH command.
Description
- This command sets or returns the output signal path of the specified channel.
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 {DCHB|ACDirect|ACAMplified|DCHV}
- OUTPut[n]:PATH?
Info
DCHBsets the signal path to DC High Bandwidth, going directly from the DAC to the channel’s (+) and (-) differential outputs. DCHV sets the signal path toDC High Voltage, going from the DAC through an additional amplifier, then to the channel’s (+) and (-) differential outputs. ACDirect sets signal path to go to the channel’s (+) connector (single-ended AC output). ACAMplified sets signal path to go through the attenuators and amplifiers, then to the channel’s (+) connector (single-ended AC output). Option AC is required.
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.