output
¶
The output commands module.
These commands are used in the following models: AWG5200, AWG70KA, AWG70KB
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Commands and Queries
- OUTPut:OFF {ON|OFF|1|0}
- OUTPut:OFF?
Output
¶
Bases: SCPICmdRead
The OUTPut command tree.
Usage
- Using the
.query()method will send theOUTPut?query. - Using the
.verify(value)method will send theOUTPut?query and raise an AssertionError if the returned value does not matchvalue.
Properties
.off: TheOUTPut:OFFcommand.
off
property
¶
off: OutputOff
Return the OUTPut:OFF command.
Description
- This command sets or returns the state (enabled or disabled) of the ‘All Outputs Off’ control. Enabling All Output Off causes each channel’s output and markers to go to an ungrounded (or open) state. Disabling the control causes each channel to go to its currently defined state. A channel’s defined state can be changed while the All Outputs Off is in effect, but the actual output remains open until the All Outputs Off is disabled.
Usage
- Using the
.query()method will send theOUTPut:OFF?query. - Using the
.verify(value)method will send theOUTPut:OFF?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut:OFF valuecommand.
SCPI Syntax
- OUTPut:OFF {ON|OFF|1|0}
- OUTPut:OFF?
Info
0or OFF disables the All Output Off function, allowing the channel and marker outputs to go to their defined state.1 or ON enables the All Output Off function, disabling all channel outputs and marker outputs.*RSTsets all channels to 0.
OutputOff
¶
Bases: SCPICmdWrite, SCPICmdRead
The OUTPut:OFF command.
Description
- This command sets or returns the state (enabled or disabled) of the ‘All Outputs Off’ control. Enabling All Output Off causes each channel’s output and markers to go to an ungrounded (or open) state. Disabling the control causes each channel to go to its currently defined state. A channel’s defined state can be changed while the All Outputs Off is in effect, but the actual output remains open until the All Outputs Off is disabled.
Usage
- Using the
.query()method will send theOUTPut:OFF?query. - Using the
.verify(value)method will send theOUTPut:OFF?query and raise an AssertionError if the returned value does not matchvalue. - Using the
.write(value)method will send theOUTPut:OFF valuecommand.
SCPI Syntax
- OUTPut:OFF {ON|OFF|1|0}
- OUTPut:OFF?
Info
0or OFF disables the All Output Off function, allowing the channel and marker outputs to go to their defined state.1 or ON enables the All Output Off function, disabling all channel outputs and marker outputs.*RSTsets all channels to 0.