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 the OUTPut[n]? query.
  • Using the .verify(value) method will send the OUTPut[n]? query and raise an AssertionError if the returned value does not match value.
Properties
  • .filter: The OUTPut[n]:FILTer command tree.
  • .state: The OUTPut[n]:STATe command.

filter property

Return the OUTPut[n]:FILTer command tree.

Usage
  • Using the .query() method will send the OUTPut[n]:FILTer? query.
  • Using the .verify(value) method will send the OUTPut[n]:FILTer? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .lpass: The OUTPut[n]:FILTer:LPASs command tree.

state property

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 the OUTPut[n]:STATe? query.
  • Using the .verify(value) method will send the OUTPut[n]:STATe? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the OUTPut[n]:STATe value command.
SCPI Syntax
- OUTPut[n]:STATe <output_state>
- OUTPut[n]:STATe?
Info
  • <output_state> ::=.
  • 0 sets the channel output to False (OFF).
  • 1 sets the channel output to True (ON).

OutputItemFilter

Bases: SCPICmdRead

The OUTPut[n]:FILTer command tree.

Usage
  • Using the .query() method will send the OUTPut[n]:FILTer? query.
  • Using the .verify(value) method will send the OUTPut[n]:FILTer? query and raise an AssertionError if the returned value does not match value.
Properties
  • .lpass: The OUTPut[n]:FILTer:LPASs command tree.

lpass property

Return the OUTPut[n]:FILTer:LPASs command tree.

Usage
  • Using the .query() method will send the OUTPut[n]:FILTer:LPASs? query.
  • Using the .verify(value) method will send the OUTPut[n]:FILTer:LPASs? query and raise an AssertionError if the returned value does not match value.
Sub-properties
  • .frequency: The OUTPut[n]:FILTer:LPASs:FREQuency command.

OutputItemFilterLpass

Bases: SCPICmdRead

The OUTPut[n]:FILTer:LPASs command tree.

Usage
  • Using the .query() method will send the OUTPut[n]:FILTer:LPASs? query.
  • Using the .verify(value) method will send the OUTPut[n]:FILTer:LPASs? query and raise an AssertionError if the returned value does not match value.
Properties
  • .frequency: The OUTPut[n]:FILTer:LPASs:FREQuency command.

frequency property

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 the OUTPut[n]:FILTer:LPASs:FREQuency? query.
  • Using the .verify(value) method will send the OUTPut[n]:FILTer:LPASs:FREQuency? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the OUTPut[n]:FILTer:LPASs:FREQuency value command.
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 the OUTPut[n]:FILTer:LPASs:FREQuency? query.
  • Using the .verify(value) method will send the OUTPut[n]:FILTer:LPASs:FREQuency? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the OUTPut[n]:FILTer:LPASs:FREQuency value command.
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 the OUTPut[n]:STATe? query.
  • Using the .verify(value) method will send the OUTPut[n]:STATe? query and raise an AssertionError if the returned value does not match value.
  • Using the .write(value) method will send the OUTPut[n]:STATe value command.
SCPI Syntax
- OUTPut[n]:STATe <output_state>
- OUTPut[n]:STATe?
Info
  • <output_state> ::=.
  • 0 sets the channel output to False (OFF).
  • 1 sets the channel output to True (ON).