output
¶
The output 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
- OUTPut[n]:FILTer:LPASs:FREQuency {<NR3>|INFinity}
- OUTPut[n]:FILTer:LPASs:FREQuency?
- OUTPut[n]:STATe <output_state>
- OUTPut[n]:STATe?
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
.filter: TheOUTPut[n]:FILTercommand tree..state: TheOUTPut[n]:STATecommand.
filter
property
¶
filter: OutputItemFilter
Return the OUTPut[n]:FILTer command tree.
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.
Sub-properties
.lpass: TheOUTPut[n]:FILTer:LPASscommand tree.
state
property
¶
state: OutputItemState
Return the OUTPut[n]:STATe command.
Description
- This command and query sets or returns the output state of the arbitrary waveform generator. Setting the output state of a channel to ON will switch on its analog output signal and marker.
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 <output_state>
- OUTPut[n]:STATe?
Info
<output_state>::=. 0sets the channel output to False (OFF).1sets the channel output to True (ON).
OutputItemFilter
¶
Bases: SCPICmdRead
The OUTPut[n]:FILTer command tree.
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.
Properties
.lpass: TheOUTPut[n]:FILTer:LPASscommand tree.
lpass
property
¶
lpass: OutputItemFilterLpass
Return the OUTPut[n]:FILTer:LPASs command tree.
Usage
- Using the
.query()method will send theOUTPut[n]:FILTer:LPASs?query. - Using the
.verify(value)method will send theOUTPut[n]:FILTer:LPASs?query and raise an AssertionError if the returned value does not matchvalue.
Sub-properties
.frequency: TheOUTPut[n]:FILTer:LPASs:FREQuencycommand.
OutputItemFilterLpass
¶
Bases: SCPICmdRead
The OUTPut[n]:FILTer:LPASs command tree.
Usage
- Using the
.query()method will send theOUTPut[n]:FILTer:LPASs?query. - Using the
.verify(value)method will send theOUTPut[n]:FILTer:LPASs?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.frequency: TheOUTPut[n]:FILTer:LPASs:FREQuencycommand.
frequency
property
¶
frequency: OutputItemFilterLpassFrequency
Return the OUTPut[n]:FILTer:LPASs:FREQuency command.
Description
- This command and query sets or returns the low-pass filter frequency of the filter. INFinity is same as Through (no filter). This command is not available on instruments with option 02 or option 06.
Usage
- Using the
.query()method will send theOUTPut[n]:FILTer:LPASs:FREQuency?query. - Using the
.verify(value)method will send theOUTPut[n]:FILTer:LPASs:FREQuency?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:FILTer:LPASs:FREQuency valuecommand.
SCPI Syntax
- OUTPut[n]:FILTer:LPASs:FREQuency {<NR3>|INFinity}
- OUTPut[n]:FILTer:LPASs:FREQuency?
Info
<NR3>
OutputItemFilterLpassFrequency
¶
Bases: SCPICmdWrite, SCPICmdRead
The OUTPut[n]:FILTer:LPASs:FREQuency command.
Description
- This command and query sets or returns the low-pass filter frequency of the filter. INFinity is same as Through (no filter). This command is not available on instruments with option 02 or option 06.
Usage
- Using the
.query()method will send theOUTPut[n]:FILTer:LPASs:FREQuency?query. - Using the
.verify(value)method will send theOUTPut[n]:FILTer:LPASs:FREQuency?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut[n]:FILTer:LPASs:FREQuency valuecommand.
SCPI Syntax
- OUTPut[n]:FILTer:LPASs:FREQuency {<NR3>|INFinity}
- OUTPut[n]:FILTer:LPASs:FREQuency?
Info
<NR3>
OutputItemState
¶
Bases: SCPICmdWrite, SCPICmdRead
The OUTPut[n]:STATe command.
Description
- This command and query sets or returns the output state of the arbitrary waveform generator. Setting the output state of a channel to ON will switch on its analog output signal and marker.
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 <output_state>
- OUTPut[n]:STATe?
Info
<output_state>::=. 0sets the channel output to False (OFF).1sets the channel output to True (ON).