output2
¶
The output2 commands module.
These commands are used in the following models: AFG3K, AFG3KB, AFG3KC
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- OUTPut2:IMPedance {<ohms>|INFinity|MINimum|MAXimum}
- OUTPut2:IMPedance?
- OUTPut2:POLarity {NORMal|INVerted}
- OUTPut2:POLarity?
- OUTPut2:STATe {ON|OFF|<NR1>}
- OUTPut2:STATe?
Output2
¶
Bases: SCPICmdRead
The OUTPut2 command tree.
Usage
- Using the
.query()method will send theOUTPut2?query. - Using the
.verify(value)method will send theOUTPut2?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.impedance: TheOUTPut2:IMPedancecommand..polarity: TheOUTPut2:POLaritycommand..state: TheOUTPut2:STATecommand.
impedance
property
¶
impedance: Output2Impedance
Return the OUTPut2:IMPedance command.
Description
- The
OUTPut:IMPedancecommand sets the output load impedance for the specified channel. The specified value is used for amplitude, offset, and high/low level settings. You can set the impedance to any value from 1 Ω to 10 kΩ with a resolution of 1 Ω or 3 digits. The default value is 50 Ω . TheOUTPut:IMPedance?command returns the current load impedance setting in ohms. If the load impedance is set to INFinity, the query command returns ‘9.9E+37’.
Usage
- Using the
.query()method will send theOUTPut2:IMPedance?query. - Using the
.verify(value)method will send theOUTPut2:IMPedance?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut2:IMPedance valuecommand.
SCPI Syntax
- OUTPut2:IMPedance {<ohms>|INFinity|MINimum|MAXimum}
- OUTPut2:IMPedance?
polarity
property
¶
polarity: Output2Polarity
Return the OUTPut2:POLarity command.
Description
- This command inverts a specified output waveform relative to the offset level. The query command returns the polarity for the specified channel.
Usage
- Using the
.query()method will send theOUTPut2:POLarity?query. - Using the
.verify(value)method will send theOUTPut2:POLarity?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut2:POLarity valuecommand.
SCPI Syntax
- OUTPut2:POLarity {NORMal|INVerted}
- OUTPut2:POLarity?
state
property
¶
state: Output2State
Return the OUTPut2:STATe command.
Description
- This command sets or query whether to enable the arbitrary function generator output for the specified channel.
Usage
- Using the
.query()method will send theOUTPut2:STATe?query. - Using the
.verify(value)method will send theOUTPut2:STATe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut2:STATe valuecommand.
SCPI Syntax
- OUTPut2:STATe {ON|OFF|<NR1>}
- OUTPut2:STATe?
Output2Impedance
¶
Bases: SCPICmdWrite, SCPICmdRead
The OUTPut2:IMPedance command.
Description
- The
OUTPut:IMPedancecommand sets the output load impedance for the specified channel. The specified value is used for amplitude, offset, and high/low level settings. You can set the impedance to any value from 1 Ω to 10 kΩ with a resolution of 1 Ω or 3 digits. The default value is 50 Ω . TheOUTPut:IMPedance?command returns the current load impedance setting in ohms. If the load impedance is set to INFinity, the query command returns ‘9.9E+37’.
Usage
- Using the
.query()method will send theOUTPut2:IMPedance?query. - Using the
.verify(value)method will send theOUTPut2:IMPedance?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut2:IMPedance valuecommand.
SCPI Syntax
- OUTPut2:IMPedance {<ohms>|INFinity|MINimum|MAXimum}
- OUTPut2:IMPedance?
Output2Polarity
¶
Bases: SCPICmdWrite, SCPICmdRead
The OUTPut2:POLarity command.
Description
- This command inverts a specified output waveform relative to the offset level. The query command returns the polarity for the specified channel.
Usage
- Using the
.query()method will send theOUTPut2:POLarity?query. - Using the
.verify(value)method will send theOUTPut2:POLarity?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut2:POLarity valuecommand.
SCPI Syntax
- OUTPut2:POLarity {NORMal|INVerted}
- OUTPut2:POLarity?
Output2State
¶
Bases: SCPICmdWrite, SCPICmdRead
The OUTPut2:STATe command.
Description
- This command sets or query whether to enable the arbitrary function generator output for the specified channel.
Usage
- Using the
.query()method will send theOUTPut2:STATe?query. - Using the
.verify(value)method will send theOUTPut2:STATe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut2:STATe valuecommand.
SCPI Syntax
- OUTPut2:STATe {ON|OFF|<NR1>}
- OUTPut2:STATe?