output1
¶
The output1 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
- OUTPut1:IMPedance {<ohms>|INFinity|MINimum|MAXimum}
- OUTPut1:IMPedance?
- OUTPut1:POLarity {NORMal|INVerted}
- OUTPut1:POLarity?
- OUTPut1:STATe {ON|OFF|<NR1>}
- OUTPut1:STATe?
Output1
¶
Bases: SCPICmdRead
The OUTPut1 command tree.
Usage
- Using the
.query()method will send theOUTPut1?query. - Using the
.verify(value)method will send theOUTPut1?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.impedance: TheOUTPut1:IMPedancecommand..polarity: TheOUTPut1:POLaritycommand..state: TheOUTPut1:STATecommand.
impedance
property
¶
impedance: Output1Impedance
Return the OUTPut1: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 theOUTPut1:IMPedance?query. - Using the
.verify(value)method will send theOUTPut1:IMPedance?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut1:IMPedance valuecommand.
SCPI Syntax
- OUTPut1:IMPedance {<ohms>|INFinity|MINimum|MAXimum}
- OUTPut1:IMPedance?
polarity
property
¶
polarity: Output1Polarity
Return the OUTPut1: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 theOUTPut1:POLarity?query. - Using the
.verify(value)method will send theOUTPut1:POLarity?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut1:POLarity valuecommand.
SCPI Syntax
- OUTPut1:POLarity {NORMal|INVerted}
- OUTPut1:POLarity?
state
property
¶
state: Output1State
Return the OUTPut1: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 theOUTPut1:STATe?query. - Using the
.verify(value)method will send theOUTPut1:STATe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut1:STATe valuecommand.
SCPI Syntax
- OUTPut1:STATe {ON|OFF|<NR1>}
- OUTPut1:STATe?
Output1Impedance
¶
Bases: SCPICmdWrite, SCPICmdRead
The OUTPut1: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 theOUTPut1:IMPedance?query. - Using the
.verify(value)method will send theOUTPut1:IMPedance?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut1:IMPedance valuecommand.
SCPI Syntax
- OUTPut1:IMPedance {<ohms>|INFinity|MINimum|MAXimum}
- OUTPut1:IMPedance?
Output1Polarity
¶
Bases: SCPICmdWrite, SCPICmdRead
The OUTPut1: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 theOUTPut1:POLarity?query. - Using the
.verify(value)method will send theOUTPut1:POLarity?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut1:POLarity valuecommand.
SCPI Syntax
- OUTPut1:POLarity {NORMal|INVerted}
- OUTPut1:POLarity?
Output1State
¶
Bases: SCPICmdWrite, SCPICmdRead
The OUTPut1: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 theOUTPut1:STATe?query. - Using the
.verify(value)method will send theOUTPut1:STATe?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut1:STATe valuecommand.
SCPI Syntax
- OUTPut1:STATe {ON|OFF|<NR1>}
- OUTPut1:STATe?